xref: /openbmc/u-boot/arch/arm/dts/uniphier-ld4.dtsi (revision 614539d4)
1/*
2 * Device Tree Source for UniPhier LD4 SoC
3 *
4 * Copyright (C) 2015-2016 Socionext Inc.
5 *   Author: Masahiro Yamada <yamada.masahiro@socionext.com>
6 *
7 * SPDX-License-Identifier: (GPL-2.0+ OR MIT)
8 */
9
10#include <dt-bindings/gpio/uniphier-gpio.h>
11
12/ {
13	compatible = "socionext,uniphier-ld4";
14	#address-cells = <1>;
15	#size-cells = <1>;
16
17	cpus {
18		#address-cells = <1>;
19		#size-cells = <0>;
20
21		cpu@0 {
22			device_type = "cpu";
23			compatible = "arm,cortex-a9";
24			reg = <0>;
25			enable-method = "psci";
26			next-level-cache = <&l2>;
27		};
28	};
29
30	psci {
31		compatible = "arm,psci-0.2";
32		method = "smc";
33	};
34
35	clocks {
36		refclk: ref {
37			compatible = "fixed-clock";
38			#clock-cells = <0>;
39			clock-frequency = <24576000>;
40		};
41
42		arm_timer_clk: arm-timer {
43			#clock-cells = <0>;
44			compatible = "fixed-clock";
45			clock-frequency = <50000000>;
46		};
47	};
48
49	soc {
50		compatible = "simple-bus";
51		#address-cells = <1>;
52		#size-cells = <1>;
53		ranges;
54		interrupt-parent = <&intc>;
55
56		l2: l2-cache@500c0000 {
57			compatible = "socionext,uniphier-system-cache";
58			reg = <0x500c0000 0x2000>, <0x503c0100 0x4>,
59			      <0x506c0000 0x400>;
60			interrupts = <0 174 4>, <0 175 4>;
61			cache-unified;
62			cache-size = <(512 * 1024)>;
63			cache-sets = <256>;
64			cache-line-size = <128>;
65			cache-level = <2>;
66		};
67
68		serial0: serial@54006800 {
69			compatible = "socionext,uniphier-uart";
70			status = "disabled";
71			reg = <0x54006800 0x40>;
72			interrupts = <0 33 4>;
73			pinctrl-names = "default";
74			pinctrl-0 = <&pinctrl_uart0>;
75			clocks = <&peri_clk 0>;
76			clock-frequency = <36864000>;
77			resets = <&peri_rst 0>;
78		};
79
80		serial1: serial@54006900 {
81			compatible = "socionext,uniphier-uart";
82			status = "disabled";
83			reg = <0x54006900 0x40>;
84			interrupts = <0 35 4>;
85			pinctrl-names = "default";
86			pinctrl-0 = <&pinctrl_uart1>;
87			clocks = <&peri_clk 1>;
88			clock-frequency = <36864000>;
89			resets = <&peri_rst 1>;
90		};
91
92		serial2: serial@54006a00 {
93			compatible = "socionext,uniphier-uart";
94			status = "disabled";
95			reg = <0x54006a00 0x40>;
96			interrupts = <0 37 4>;
97			pinctrl-names = "default";
98			pinctrl-0 = <&pinctrl_uart2>;
99			clocks = <&peri_clk 2>;
100			clock-frequency = <36864000>;
101			resets = <&peri_rst 2>;
102		};
103
104		serial3: serial@54006b00 {
105			compatible = "socionext,uniphier-uart";
106			status = "disabled";
107			reg = <0x54006b00 0x40>;
108			interrupts = <0 29 4>;
109			pinctrl-names = "default";
110			pinctrl-0 = <&pinctrl_uart3>;
111			clocks = <&peri_clk 3>;
112			clock-frequency = <36864000>;
113			resets = <&peri_rst 3>;
114		};
115
116		gpio: gpio@55000000 {
117			compatible = "socionext,uniphier-gpio";
118			reg = <0x55000000 0x200>;
119			interrupt-parent = <&aidet>;
120			interrupt-controller;
121			#interrupt-cells = <2>;
122			gpio-controller;
123			#gpio-cells = <2>;
124			gpio-ranges = <&pinctrl 0 0 0>;
125			gpio-ranges-group-names = "gpio_range";
126			ngpios = <136>;
127			socionext,interrupt-ranges = <0 48 13>, <14 62 2>;
128		};
129
130		i2c0: i2c@58400000 {
131			compatible = "socionext,uniphier-i2c";
132			status = "disabled";
133			reg = <0x58400000 0x40>;
134			#address-cells = <1>;
135			#size-cells = <0>;
136			interrupts = <0 41 1>;
137			pinctrl-names = "default";
138			pinctrl-0 = <&pinctrl_i2c0>;
139			clocks = <&peri_clk 4>;
140			resets = <&peri_rst 4>;
141			clock-frequency = <100000>;
142		};
143
144		i2c1: i2c@58480000 {
145			compatible = "socionext,uniphier-i2c";
146			status = "disabled";
147			reg = <0x58480000 0x40>;
148			#address-cells = <1>;
149			#size-cells = <0>;
150			interrupts = <0 42 1>;
151			pinctrl-names = "default";
152			pinctrl-0 = <&pinctrl_i2c1>;
153			clocks = <&peri_clk 5>;
154			resets = <&peri_rst 5>;
155			clock-frequency = <100000>;
156		};
157
158		/* chip-internal connection for DMD */
159		i2c2: i2c@58500000 {
160			compatible = "socionext,uniphier-i2c";
161			reg = <0x58500000 0x40>;
162			#address-cells = <1>;
163			#size-cells = <0>;
164			interrupts = <0 43 1>;
165			pinctrl-names = "default";
166			pinctrl-0 = <&pinctrl_i2c2>;
167			clocks = <&peri_clk 6>;
168			resets = <&peri_rst 6>;
169			clock-frequency = <400000>;
170		};
171
172		i2c3: i2c@58580000 {
173			compatible = "socionext,uniphier-i2c";
174			status = "disabled";
175			reg = <0x58580000 0x40>;
176			#address-cells = <1>;
177			#size-cells = <0>;
178			interrupts = <0 44 1>;
179			pinctrl-names = "default";
180			pinctrl-0 = <&pinctrl_i2c3>;
181			clocks = <&peri_clk 7>;
182			resets = <&peri_rst 7>;
183			clock-frequency = <100000>;
184		};
185
186		system_bus: system-bus@58c00000 {
187			compatible = "socionext,uniphier-system-bus";
188			status = "disabled";
189			reg = <0x58c00000 0x400>;
190			#address-cells = <2>;
191			#size-cells = <1>;
192			pinctrl-names = "default";
193			pinctrl-0 = <&pinctrl_system_bus>;
194		};
195
196		smpctrl@59801000 {
197			compatible = "socionext,uniphier-smpctrl";
198			reg = <0x59801000 0x400>;
199		};
200
201		mioctrl@59810000 {
202			compatible = "socionext,uniphier-ld4-mioctrl",
203				     "simple-mfd", "syscon";
204			reg = <0x59810000 0x800>;
205
206			mio_clk: clock {
207				compatible = "socionext,uniphier-ld4-mio-clock";
208				#clock-cells = <1>;
209			};
210
211			mio_rst: reset {
212				compatible = "socionext,uniphier-ld4-mio-reset";
213				#reset-cells = <1>;
214			};
215		};
216
217		perictrl@59820000 {
218			compatible = "socionext,uniphier-ld4-perictrl",
219				     "simple-mfd", "syscon";
220			reg = <0x59820000 0x200>;
221
222			peri_clk: clock {
223				compatible = "socionext,uniphier-ld4-peri-clock";
224				#clock-cells = <1>;
225			};
226
227			peri_rst: reset {
228				compatible = "socionext,uniphier-ld4-peri-reset";
229				#reset-cells = <1>;
230			};
231		};
232
233		sd: sdhc@5a400000 {
234			compatible = "socionext,uniphier-sdhc";
235			status = "disabled";
236			reg = <0x5a400000 0x200>;
237			interrupts = <0 76 4>;
238			pinctrl-names = "default", "1.8v";
239			pinctrl-0 = <&pinctrl_sd>;
240			pinctrl-1 = <&pinctrl_sd_1v8>;
241			clocks = <&mio_clk 0>;
242			reset-names = "host", "bridge";
243			resets = <&mio_rst 0>, <&mio_rst 3>;
244			bus-width = <4>;
245			cap-sd-highspeed;
246			sd-uhs-sdr12;
247			sd-uhs-sdr25;
248			sd-uhs-sdr50;
249		};
250
251		emmc: sdhc@5a500000 {
252			compatible = "socionext,uniphier-sdhc";
253			status = "disabled";
254			reg = <0x5a500000 0x200>;
255			interrupts = <0 78 4>;
256			pinctrl-names = "default", "1.8v";
257			pinctrl-0 = <&pinctrl_emmc>;
258			pinctrl-1 = <&pinctrl_emmc_1v8>;
259			clocks = <&mio_clk 1>;
260			reset-names = "host", "bridge";
261			resets = <&mio_rst 1>, <&mio_rst 4>;
262			bus-width = <8>;
263			non-removable;
264			cap-mmc-highspeed;
265			cap-mmc-hw-reset;
266		};
267
268		usb0: usb@5a800100 {
269			compatible = "socionext,uniphier-ehci", "generic-ehci";
270			status = "disabled";
271			reg = <0x5a800100 0x100>;
272			interrupts = <0 80 4>;
273			pinctrl-names = "default";
274			pinctrl-0 = <&pinctrl_usb0>;
275			clocks = <&sys_clk 8>, <&mio_clk 7>, <&mio_clk 8>,
276				 <&mio_clk 12>;
277			resets = <&sys_rst 8>, <&mio_rst 7>, <&mio_rst 8>,
278				 <&mio_rst 12>;
279		};
280
281		usb1: usb@5a810100 {
282			compatible = "socionext,uniphier-ehci", "generic-ehci";
283			status = "disabled";
284			reg = <0x5a810100 0x100>;
285			interrupts = <0 81 4>;
286			pinctrl-names = "default";
287			pinctrl-0 = <&pinctrl_usb1>;
288			clocks = <&sys_clk 8>, <&mio_clk 7>, <&mio_clk 9>,
289				 <&mio_clk 13>;
290			resets = <&sys_rst 8>, <&mio_rst 7>, <&mio_rst 9>,
291				 <&mio_rst 13>;
292		};
293
294		usb2: usb@5a820100 {
295			compatible = "socionext,uniphier-ehci", "generic-ehci";
296			status = "disabled";
297			reg = <0x5a820100 0x100>;
298			interrupts = <0 82 4>;
299			pinctrl-names = "default";
300			pinctrl-0 = <&pinctrl_usb2>;
301			clocks = <&sys_clk 8>, <&mio_clk 7>, <&mio_clk 10>,
302				 <&mio_clk 14>;
303			resets = <&sys_rst 8>, <&mio_rst 7>, <&mio_rst 10>,
304				 <&mio_rst 14>;
305		};
306
307		soc-glue@5f800000 {
308			compatible = "socionext,uniphier-ld4-soc-glue",
309				     "simple-mfd", "syscon";
310			reg = <0x5f800000 0x2000>;
311
312			pinctrl: pinctrl {
313				compatible = "socionext,uniphier-ld4-pinctrl";
314			};
315		};
316
317		timer@60000200 {
318			compatible = "arm,cortex-a9-global-timer";
319			reg = <0x60000200 0x20>;
320			interrupts = <1 11 0x104>;
321			clocks = <&arm_timer_clk>;
322		};
323
324		timer@60000600 {
325			compatible = "arm,cortex-a9-twd-timer";
326			reg = <0x60000600 0x20>;
327			interrupts = <1 13 0x104>;
328			clocks = <&arm_timer_clk>;
329		};
330
331		intc: interrupt-controller@60001000 {
332			compatible = "arm,cortex-a9-gic";
333			reg = <0x60001000 0x1000>,
334			      <0x60000100 0x100>;
335			#interrupt-cells = <3>;
336			interrupt-controller;
337		};
338
339		aidet: aidet@61830000 {
340			compatible = "socionext,uniphier-ld4-aidet";
341			reg = <0x61830000 0x200>;
342			interrupt-controller;
343			#interrupt-cells = <2>;
344		};
345
346		sysctrl@61840000 {
347			compatible = "socionext,uniphier-ld4-sysctrl",
348				     "simple-mfd", "syscon";
349			reg = <0x61840000 0x10000>;
350
351			sys_clk: clock {
352				compatible = "socionext,uniphier-ld4-clock";
353				#clock-cells = <1>;
354			};
355
356			sys_rst: reset {
357				compatible = "socionext,uniphier-ld4-reset";
358				#reset-cells = <1>;
359			};
360		};
361
362		nand: nand@68000000 {
363			compatible = "socionext,uniphier-denali-nand-v5a";
364			status = "disabled";
365			reg-names = "nand_data", "denali_reg";
366			reg = <0x68000000 0x20>, <0x68100000 0x1000>;
367			interrupts = <0 65 4>;
368			pinctrl-names = "default";
369			pinctrl-0 = <&pinctrl_nand2cs>;
370			clocks = <&sys_clk 2>;
371			resets = <&sys_rst 2>;
372		};
373	};
374};
375
376#include "uniphier-pinctrl.dtsi"
377