blob: 0393bceffaeec415a02c21d1d7b554cafe9b656a [file] [log] [blame]
Masahiro Yamada509eb672014-11-26 18:33:59 +09001/*
Masahiro Yamada52159d22016-10-07 16:43:00 +09002 * Device Tree Source for UniPhier LD4 SoC
Masahiro Yamada509eb672014-11-26 18:33:59 +09003 *
Masahiro Yamada52159d22016-10-07 16:43:00 +09004 * Copyright (C) 2015-2016 Socionext Inc.
5 * Author: Masahiro Yamada <yamada.masahiro@socionext.com>
Masahiro Yamada509eb672014-11-26 18:33:59 +09006 *
Masahiro Yamadad9403002017-06-22 16:46:40 +09007 * SPDX-License-Identifier: (GPL-2.0+ OR MIT)
Masahiro Yamada509eb672014-11-26 18:33:59 +09008 */
9
Masahiro Yamadab443fb42017-11-25 00:25:35 +090010#include <dt-bindings/gpio/uniphier-gpio.h>
11
Masahiro Yamada509eb672014-11-26 18:33:59 +090012/ {
Masahiro Yamada52159d22016-10-07 16:43:00 +090013 compatible = "socionext,uniphier-ld4";
Masahiro Yamadaf16eda92017-03-13 00:16:39 +090014 #address-cells = <1>;
15 #size-cells = <1>;
Masahiro Yamada509eb672014-11-26 18:33:59 +090016
17 cpus {
Masahiro Yamada509eb672014-11-26 18:33:59 +090018 #address-cells = <1>;
Masahiro Yamadaf5fd7af2014-12-06 00:03:23 +090019 #size-cells = <0>;
Masahiro Yamada509eb672014-11-26 18:33:59 +090020
21 cpu@0 {
22 device_type = "cpu";
23 compatible = "arm,cortex-a9";
24 reg = <0>;
Masahiro Yamada52159d22016-10-07 16:43:00 +090025 enable-method = "psci";
Masahiro Yamada4e1f81d2015-12-16 10:54:08 +090026 next-level-cache = <&l2>;
Masahiro Yamada509eb672014-11-26 18:33:59 +090027 };
28 };
29
Masahiro Yamadacd622142016-12-05 18:31:39 +090030 psci {
31 compatible = "arm,psci-0.2";
32 method = "smc";
33 };
34
Masahiro Yamadaedcfaeb2015-06-30 18:27:00 +090035 clocks {
Masahiro Yamadacd622142016-12-05 18:31:39 +090036 refclk: ref {
37 compatible = "fixed-clock";
38 #clock-cells = <0>;
39 clock-frequency = <24576000>;
40 };
41
Masahiro Yamadab443fb42017-11-25 00:25:35 +090042 arm_timer_clk: arm-timer {
Masahiro Yamadaedcfaeb2015-06-30 18:27:00 +090043 #clock-cells = <0>;
44 compatible = "fixed-clock";
45 clock-frequency = <50000000>;
46 };
Masahiro Yamadacd622142016-12-05 18:31:39 +090047 };
Masahiro Yamadad243c182015-08-28 22:33:13 +090048
Masahiro Yamadacd622142016-12-05 18:31:39 +090049 soc {
50 compatible = "simple-bus";
51 #address-cells = <1>;
52 #size-cells = <1>;
53 ranges;
54 interrupt-parent = <&intc>;
Masahiro Yamadacd622142016-12-05 18:31:39 +090055
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>;
Masahiro Yamadab443fb42017-11-25 00:25:35 +090077 resets = <&peri_rst 0>;
Masahiro Yamadacd622142016-12-05 18:31:39 +090078 };
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>;
Masahiro Yamadab443fb42017-11-25 00:25:35 +090089 resets = <&peri_rst 1>;
Masahiro Yamadacd622142016-12-05 18:31:39 +090090 };
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>;
Masahiro Yamadab443fb42017-11-25 00:25:35 +0900101 resets = <&peri_rst 2>;
Masahiro Yamadacd622142016-12-05 18:31:39 +0900102 };
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>;
Masahiro Yamadab443fb42017-11-25 00:25:35 +0900113 resets = <&peri_rst 3>;
Masahiro Yamadacd622142016-12-05 18:31:39 +0900114 };
115
Masahiro Yamada0f72b742017-10-13 19:21:52 +0900116 gpio: gpio@55000000 {
Masahiro Yamadacd622142016-12-05 18:31:39 +0900117 compatible = "socionext,uniphier-gpio";
Masahiro Yamada0f72b742017-10-13 19:21:52 +0900118 reg = <0x55000000 0x200>;
119 interrupt-parent = <&aidet>;
120 interrupt-controller;
121 #interrupt-cells = <2>;
Masahiro Yamadacd622142016-12-05 18:31:39 +0900122 gpio-controller;
123 #gpio-cells = <2>;
Masahiro Yamada0f72b742017-10-13 19:21:52 +0900124 gpio-ranges = <&pinctrl 0 0 0>;
125 gpio-ranges-group-names = "gpio_range";
126 ngpios = <136>;
Masahiro Yamadab443fb42017-11-25 00:25:35 +0900127 socionext,interrupt-ranges = <0 48 13>, <14 62 2>;
Masahiro Yamadacd622142016-12-05 18:31:39 +0900128 };
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>;
Masahiro Yamadab443fb42017-11-25 00:25:35 +0900140 resets = <&peri_rst 4>;
Masahiro Yamadacd622142016-12-05 18:31:39 +0900141 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>;
Masahiro Yamadab443fb42017-11-25 00:25:35 +0900154 resets = <&peri_rst 5>;
Masahiro Yamadacd622142016-12-05 18:31:39 +0900155 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>;
Masahiro Yamadab443fb42017-11-25 00:25:35 +0900168 resets = <&peri_rst 6>;
Masahiro Yamadacd622142016-12-05 18:31:39 +0900169 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>;
Masahiro Yamadab443fb42017-11-25 00:25:35 +0900182 resets = <&peri_rst 7>;
Masahiro Yamadacd622142016-12-05 18:31:39 +0900183 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
Masahiro Yamadaabb6ac22017-05-15 14:23:46 +0900196 smpctrl@59801000 {
Masahiro Yamadacd622142016-12-05 18:31:39 +0900197 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>;
Masahiro Yamadab443fb42017-11-25 00:25:35 +0900275 clocks = <&sys_clk 8>, <&mio_clk 7>, <&mio_clk 8>,
276 <&mio_clk 12>;
Masahiro Yamadacd622142016-12-05 18:31:39 +0900277 resets = <&sys_rst 8>, <&mio_rst 7>, <&mio_rst 8>,
278 <&mio_rst 12>;
Masahiro Yamada46820e32018-03-15 11:43:03 +0900279 has-transaction-translator;
Masahiro Yamadacd622142016-12-05 18:31:39 +0900280 };
281
282 usb1: usb@5a810100 {
283 compatible = "socionext,uniphier-ehci", "generic-ehci";
284 status = "disabled";
285 reg = <0x5a810100 0x100>;
286 interrupts = <0 81 4>;
287 pinctrl-names = "default";
288 pinctrl-0 = <&pinctrl_usb1>;
Masahiro Yamadab443fb42017-11-25 00:25:35 +0900289 clocks = <&sys_clk 8>, <&mio_clk 7>, <&mio_clk 9>,
290 <&mio_clk 13>;
Masahiro Yamadacd622142016-12-05 18:31:39 +0900291 resets = <&sys_rst 8>, <&mio_rst 7>, <&mio_rst 9>,
292 <&mio_rst 13>;
Masahiro Yamada46820e32018-03-15 11:43:03 +0900293 has-transaction-translator;
Masahiro Yamadacd622142016-12-05 18:31:39 +0900294 };
295
296 usb2: usb@5a820100 {
297 compatible = "socionext,uniphier-ehci", "generic-ehci";
298 status = "disabled";
299 reg = <0x5a820100 0x100>;
300 interrupts = <0 82 4>;
301 pinctrl-names = "default";
302 pinctrl-0 = <&pinctrl_usb2>;
Masahiro Yamadab443fb42017-11-25 00:25:35 +0900303 clocks = <&sys_clk 8>, <&mio_clk 7>, <&mio_clk 10>,
304 <&mio_clk 14>;
Masahiro Yamadacd622142016-12-05 18:31:39 +0900305 resets = <&sys_rst 8>, <&mio_rst 7>, <&mio_rst 10>,
306 <&mio_rst 14>;
Masahiro Yamada46820e32018-03-15 11:43:03 +0900307 has-transaction-translator;
Masahiro Yamadacd622142016-12-05 18:31:39 +0900308 };
309
310 soc-glue@5f800000 {
311 compatible = "socionext,uniphier-ld4-soc-glue",
312 "simple-mfd", "syscon";
313 reg = <0x5f800000 0x2000>;
Masahiro Yamadacd622142016-12-05 18:31:39 +0900314
315 pinctrl: pinctrl {
316 compatible = "socionext,uniphier-ld4-pinctrl";
Masahiro Yamadacd622142016-12-05 18:31:39 +0900317 };
318 };
319
Masahiro Yamada46820e32018-03-15 11:43:03 +0900320 soc-glue@5f900000 {
321 compatible = "socionext,uniphier-ld4-soc-glue-debug",
322 "simple-mfd";
323 #address-cells = <1>;
324 #size-cells = <1>;
325 ranges = <0 0x5f900000 0x2000>;
326
327 efuse@100 {
328 compatible = "socionext,uniphier-efuse";
329 reg = <0x100 0x28>;
330 };
331
332 efuse@130 {
333 compatible = "socionext,uniphier-efuse";
334 reg = <0x130 0x8>;
335 };
336 };
337
Masahiro Yamadacd622142016-12-05 18:31:39 +0900338 timer@60000200 {
339 compatible = "arm,cortex-a9-global-timer";
340 reg = <0x60000200 0x20>;
341 interrupts = <1 11 0x104>;
342 clocks = <&arm_timer_clk>;
343 };
344
345 timer@60000600 {
346 compatible = "arm,cortex-a9-twd-timer";
347 reg = <0x60000600 0x20>;
348 interrupts = <1 13 0x104>;
349 clocks = <&arm_timer_clk>;
350 };
351
352 intc: interrupt-controller@60001000 {
353 compatible = "arm,cortex-a9-gic";
354 reg = <0x60001000 0x1000>,
355 <0x60000100 0x100>;
356 #interrupt-cells = <3>;
357 interrupt-controller;
358 };
359
Masahiro Yamada6c9e46e2017-08-29 12:20:52 +0900360 aidet: aidet@61830000 {
361 compatible = "socionext,uniphier-ld4-aidet";
Masahiro Yamadacd622142016-12-05 18:31:39 +0900362 reg = <0x61830000 0x200>;
Masahiro Yamada6c9e46e2017-08-29 12:20:52 +0900363 interrupt-controller;
364 #interrupt-cells = <2>;
Masahiro Yamadacd622142016-12-05 18:31:39 +0900365 };
366
367 sysctrl@61840000 {
368 compatible = "socionext,uniphier-ld4-sysctrl",
369 "simple-mfd", "syscon";
370 reg = <0x61840000 0x10000>;
371
372 sys_clk: clock {
373 compatible = "socionext,uniphier-ld4-clock";
374 #clock-cells = <1>;
375 };
376
377 sys_rst: reset {
378 compatible = "socionext,uniphier-ld4-reset";
379 #reset-cells = <1>;
380 };
381 };
382
383 nand: nand@68000000 {
Masahiro Yamadaabb6ac22017-05-15 14:23:46 +0900384 compatible = "socionext,uniphier-denali-nand-v5a";
Masahiro Yamadacd622142016-12-05 18:31:39 +0900385 status = "disabled";
386 reg-names = "nand_data", "denali_reg";
387 reg = <0x68000000 0x20>, <0x68100000 0x1000>;
388 interrupts = <0 65 4>;
389 pinctrl-names = "default";
Masahiro Yamada6c9e46e2017-08-29 12:20:52 +0900390 pinctrl-0 = <&pinctrl_nand2cs>;
Masahiro Yamadacd622142016-12-05 18:31:39 +0900391 clocks = <&sys_clk 2>;
Masahiro Yamadab443fb42017-11-25 00:25:35 +0900392 resets = <&sys_rst 2>;
Masahiro Yamadad243c182015-08-28 22:33:13 +0900393 };
Masahiro Yamadaedcfaeb2015-06-30 18:27:00 +0900394 };
Masahiro Yamada8f062432015-12-16 10:54:07 +0900395};
Masahiro Yamadaedcfaeb2015-06-30 18:27:00 +0900396
Masahiro Yamada6c9e46e2017-08-29 12:20:52 +0900397#include "uniphier-pinctrl.dtsi"