blob: 8185b54e2854d2d73ae7c69908f3750a087eadc0 [file] [log] [blame]
Masahiro Yamada0bc56842018-04-16 12:35:33 +09001// SPDX-License-Identifier: GPL-2.0+ OR MIT
2//
3// Device Tree Source for UniPhier Pro4 SoC
4//
5// Copyright (C) 2015-2016 Socionext Inc.
6// Author: Masahiro Yamada <yamada.masahiro@socionext.com>
Masahiro Yamada53f6ec62014-11-26 18:33:59 +09007
Masahiro Yamada6c086d02017-11-25 00:25:35 +09008#include <dt-bindings/gpio/uniphier-gpio.h>
9
Masahiro Yamada53f6ec62014-11-26 18:33:59 +090010/ {
Masahiro Yamada39a67ff2016-10-07 16:43:00 +090011 compatible = "socionext,uniphier-pro4";
Masahiro Yamada6cd78f72017-03-13 00:16:39 +090012 #address-cells = <1>;
13 #size-cells = <1>;
Masahiro Yamada53f6ec62014-11-26 18:33:59 +090014
15 cpus {
Masahiro Yamada53f6ec62014-11-26 18:33:59 +090016 #address-cells = <1>;
Masahiro Yamadaff7bf562014-12-06 00:03:23 +090017 #size-cells = <0>;
Masahiro Yamada53f6ec62014-11-26 18:33:59 +090018
19 cpu@0 {
20 device_type = "cpu";
21 compatible = "arm,cortex-a9";
22 reg = <0>;
Masahiro Yamada39a67ff2016-10-07 16:43:00 +090023 enable-method = "psci";
Masahiro Yamadab36f3052015-12-16 10:54:08 +090024 next-level-cache = <&l2>;
Masahiro Yamada53f6ec62014-11-26 18:33:59 +090025 };
26
27 cpu@1 {
28 device_type = "cpu";
29 compatible = "arm,cortex-a9";
30 reg = <1>;
Masahiro Yamada39a67ff2016-10-07 16:43:00 +090031 enable-method = "psci";
Masahiro Yamadab36f3052015-12-16 10:54:08 +090032 next-level-cache = <&l2>;
Masahiro Yamada53f6ec62014-11-26 18:33:59 +090033 };
34 };
35
Masahiro Yamada6e485b22016-12-05 18:31:39 +090036 psci {
37 compatible = "arm,psci-0.2";
38 method = "smc";
39 };
40
Masahiro Yamadabbbb0bd2015-06-30 18:27:00 +090041 clocks {
Masahiro Yamada6e485b22016-12-05 18:31:39 +090042 refclk: ref {
43 compatible = "fixed-clock";
44 #clock-cells = <0>;
45 clock-frequency = <25000000>;
46 };
47
Masahiro Yamada6c086d02017-11-25 00:25:35 +090048 arm_timer_clk: arm-timer {
Masahiro Yamadabbbb0bd2015-06-30 18:27:00 +090049 #clock-cells = <0>;
50 compatible = "fixed-clock";
51 clock-frequency = <50000000>;
52 };
Masahiro Yamada6e485b22016-12-05 18:31:39 +090053 };
Masahiro Yamada37649af2015-08-28 22:33:13 +090054
Masahiro Yamada6e485b22016-12-05 18:31:39 +090055 soc {
56 compatible = "simple-bus";
57 #address-cells = <1>;
58 #size-cells = <1>;
59 ranges;
60 interrupt-parent = <&intc>;
Masahiro Yamada6e485b22016-12-05 18:31:39 +090061
62 l2: l2-cache@500c0000 {
63 compatible = "socionext,uniphier-system-cache";
64 reg = <0x500c0000 0x2000>, <0x503c0100 0x4>,
65 <0x506c0000 0x400>;
66 interrupts = <0 174 4>, <0 175 4>;
67 cache-unified;
68 cache-size = <(768 * 1024)>;
69 cache-sets = <256>;
70 cache-line-size = <128>;
71 cache-level = <2>;
72 };
73
74 serial0: serial@54006800 {
75 compatible = "socionext,uniphier-uart";
76 status = "disabled";
77 reg = <0x54006800 0x40>;
78 interrupts = <0 33 4>;
79 pinctrl-names = "default";
80 pinctrl-0 = <&pinctrl_uart0>;
81 clocks = <&peri_clk 0>;
Masahiro Yamada6c086d02017-11-25 00:25:35 +090082 resets = <&peri_rst 0>;
Masahiro Yamada37649af2015-08-28 22:33:13 +090083 };
84
Masahiro Yamada6e485b22016-12-05 18:31:39 +090085 serial1: serial@54006900 {
86 compatible = "socionext,uniphier-uart";
87 status = "disabled";
88 reg = <0x54006900 0x40>;
89 interrupts = <0 35 4>;
90 pinctrl-names = "default";
91 pinctrl-0 = <&pinctrl_uart1>;
92 clocks = <&peri_clk 1>;
Masahiro Yamada6c086d02017-11-25 00:25:35 +090093 resets = <&peri_rst 1>;
Masahiro Yamada37649af2015-08-28 22:33:13 +090094 };
Masahiro Yamadabbbb0bd2015-06-30 18:27:00 +090095
Masahiro Yamada6e485b22016-12-05 18:31:39 +090096 serial2: serial@54006a00 {
97 compatible = "socionext,uniphier-uart";
98 status = "disabled";
99 reg = <0x54006a00 0x40>;
100 interrupts = <0 37 4>;
101 pinctrl-names = "default";
102 pinctrl-0 = <&pinctrl_uart2>;
103 clocks = <&peri_clk 2>;
Masahiro Yamada6c086d02017-11-25 00:25:35 +0900104 resets = <&peri_rst 2>;
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900105 };
Masahiro Yamadab36f3052015-12-16 10:54:08 +0900106
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900107 serial3: serial@54006b00 {
108 compatible = "socionext,uniphier-uart";
109 status = "disabled";
110 reg = <0x54006b00 0x40>;
111 interrupts = <0 177 4>;
112 pinctrl-names = "default";
113 pinctrl-0 = <&pinctrl_uart3>;
114 clocks = <&peri_clk 3>;
Masahiro Yamada6c086d02017-11-25 00:25:35 +0900115 resets = <&peri_rst 3>;
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900116 };
Masahiro Yamada6835b452016-02-16 17:03:51 +0900117
Masahiro Yamada964edbf2017-10-13 19:21:52 +0900118 gpio: gpio@55000000 {
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900119 compatible = "socionext,uniphier-gpio";
Masahiro Yamada964edbf2017-10-13 19:21:52 +0900120 reg = <0x55000000 0x200>;
121 interrupt-parent = <&aidet>;
122 interrupt-controller;
123 #interrupt-cells = <2>;
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900124 gpio-controller;
125 #gpio-cells = <2>;
Masahiro Yamada964edbf2017-10-13 19:21:52 +0900126 gpio-ranges = <&pinctrl 0 0 0>;
127 gpio-ranges-group-names = "gpio_range";
128 ngpios = <248>;
Masahiro Yamada6c086d02017-11-25 00:25:35 +0900129 socionext,interrupt-ranges = <0 48 16>, <16 154 5>;
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900130 };
Masahiro Yamadaff7bf562014-12-06 00:03:23 +0900131
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900132 i2c0: i2c@58780000 {
133 compatible = "socionext,uniphier-fi2c";
134 status = "disabled";
135 reg = <0x58780000 0x80>;
136 #address-cells = <1>;
137 #size-cells = <0>;
138 interrupts = <0 41 4>;
139 pinctrl-names = "default";
140 pinctrl-0 = <&pinctrl_i2c0>;
141 clocks = <&peri_clk 4>;
Masahiro Yamada6c086d02017-11-25 00:25:35 +0900142 resets = <&peri_rst 4>;
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900143 clock-frequency = <100000>;
144 };
Masahiro Yamadaff7bf562014-12-06 00:03:23 +0900145
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900146 i2c1: i2c@58781000 {
147 compatible = "socionext,uniphier-fi2c";
148 status = "disabled";
149 reg = <0x58781000 0x80>;
150 #address-cells = <1>;
151 #size-cells = <0>;
152 interrupts = <0 42 4>;
153 pinctrl-names = "default";
154 pinctrl-0 = <&pinctrl_i2c1>;
155 clocks = <&peri_clk 5>;
Masahiro Yamada6c086d02017-11-25 00:25:35 +0900156 resets = <&peri_rst 5>;
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900157 clock-frequency = <100000>;
158 };
Masahiro Yamadaff7bf562014-12-06 00:03:23 +0900159
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900160 i2c2: i2c@58782000 {
161 compatible = "socionext,uniphier-fi2c";
162 status = "disabled";
163 reg = <0x58782000 0x80>;
164 #address-cells = <1>;
165 #size-cells = <0>;
166 interrupts = <0 43 4>;
167 pinctrl-names = "default";
168 pinctrl-0 = <&pinctrl_i2c2>;
169 clocks = <&peri_clk 6>;
Masahiro Yamada6c086d02017-11-25 00:25:35 +0900170 resets = <&peri_rst 6>;
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900171 clock-frequency = <100000>;
172 };
Masahiro Yamadaff7bf562014-12-06 00:03:23 +0900173
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900174 i2c3: i2c@58783000 {
175 compatible = "socionext,uniphier-fi2c";
176 status = "disabled";
177 reg = <0x58783000 0x80>;
178 #address-cells = <1>;
179 #size-cells = <0>;
180 interrupts = <0 44 4>;
181 pinctrl-names = "default";
182 pinctrl-0 = <&pinctrl_i2c3>;
183 clocks = <&peri_clk 7>;
Masahiro Yamada6c086d02017-11-25 00:25:35 +0900184 resets = <&peri_rst 7>;
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900185 clock-frequency = <100000>;
186 };
Masahiro Yamadaff7bf562014-12-06 00:03:23 +0900187
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900188 /* i2c4 does not exist */
Masahiro Yamadabbbb0bd2015-06-30 18:27:00 +0900189
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900190 /* chip-internal connection for DMD */
191 i2c5: i2c@58785000 {
192 compatible = "socionext,uniphier-fi2c";
193 reg = <0x58785000 0x80>;
194 #address-cells = <1>;
195 #size-cells = <0>;
196 interrupts = <0 25 4>;
197 clocks = <&peri_clk 9>;
Masahiro Yamada6c086d02017-11-25 00:25:35 +0900198 resets = <&peri_rst 9>;
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900199 clock-frequency = <400000>;
200 };
Masahiro Yamada9a724622014-11-26 18:34:01 +0900201
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900202 /* chip-internal connection for HDMI */
203 i2c6: i2c@58786000 {
204 compatible = "socionext,uniphier-fi2c";
205 reg = <0x58786000 0x80>;
206 #address-cells = <1>;
207 #size-cells = <0>;
208 interrupts = <0 26 4>;
209 clocks = <&peri_clk 10>;
Masahiro Yamada6c086d02017-11-25 00:25:35 +0900210 resets = <&peri_rst 10>;
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900211 clock-frequency = <400000>;
212 };
Masahiro Yamada299307d2016-02-18 19:52:50 +0900213
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900214 system_bus: system-bus@58c00000 {
215 compatible = "socionext,uniphier-system-bus";
216 status = "disabled";
217 reg = <0x58c00000 0x400>;
218 #address-cells = <2>;
219 #size-cells = <1>;
220 pinctrl-names = "default";
221 pinctrl-0 = <&pinctrl_system_bus>;
222 };
Masahiro Yamada299307d2016-02-18 19:52:50 +0900223
Masahiro Yamada938ab162017-05-15 14:23:46 +0900224 smpctrl@59801000 {
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900225 compatible = "socionext,uniphier-smpctrl";
226 reg = <0x59801000 0x400>;
227 };
Masahiro Yamada299307d2016-02-18 19:52:50 +0900228
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900229 mioctrl@59810000 {
230 compatible = "socionext,uniphier-pro4-mioctrl",
231 "simple-mfd", "syscon";
232 reg = <0x59810000 0x800>;
Masahiro Yamadaff7bf562014-12-06 00:03:23 +0900233
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900234 mio_clk: clock {
235 compatible = "socionext,uniphier-pro4-mio-clock";
236 #clock-cells = <1>;
237 };
Masahiro Yamada73e8efc2015-02-27 02:26:59 +0900238
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900239 mio_rst: reset {
240 compatible = "socionext,uniphier-pro4-mio-reset";
241 #reset-cells = <1>;
242 };
243 };
Masahiro Yamada2707e832016-06-29 19:39:02 +0900244
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900245 perictrl@59820000 {
246 compatible = "socionext,uniphier-pro4-perictrl",
247 "simple-mfd", "syscon";
248 reg = <0x59820000 0x200>;
Masahiro Yamada73e8efc2015-02-27 02:26:59 +0900249
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900250 peri_clk: clock {
251 compatible = "socionext,uniphier-pro4-peri-clock";
252 #clock-cells = <1>;
253 };
Masahiro Yamada37649af2015-08-28 22:33:13 +0900254
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900255 peri_rst: reset {
256 compatible = "socionext,uniphier-pro4-peri-reset";
257 #reset-cells = <1>;
258 };
259 };
Masahiro Yamada224e2f72016-02-02 21:11:33 +0900260
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900261 sd: sdhc@5a400000 {
262 compatible = "socionext,uniphier-sdhc";
263 status = "disabled";
264 reg = <0x5a400000 0x200>;
265 interrupts = <0 76 4>;
266 pinctrl-names = "default", "1.8v";
267 pinctrl-0 = <&pinctrl_sd>;
268 pinctrl-1 = <&pinctrl_sd_1v8>;
269 clocks = <&mio_clk 0>;
270 reset-names = "host", "bridge";
271 resets = <&mio_rst 0>, <&mio_rst 3>;
272 bus-width = <4>;
273 cap-sd-highspeed;
274 sd-uhs-sdr12;
275 sd-uhs-sdr25;
276 sd-uhs-sdr50;
277 };
Masahiro Yamadabbbb0bd2015-06-30 18:27:00 +0900278
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900279 emmc: sdhc@5a500000 {
280 compatible = "socionext,uniphier-sdhc";
281 status = "disabled";
282 reg = <0x5a500000 0x200>;
283 interrupts = <0 78 4>;
284 pinctrl-names = "default", "1.8v";
285 pinctrl-0 = <&pinctrl_emmc>;
286 pinctrl-1 = <&pinctrl_emmc_1v8>;
287 clocks = <&mio_clk 1>;
288 reset-names = "host", "bridge";
289 resets = <&mio_rst 1>, <&mio_rst 4>;
290 bus-width = <8>;
291 non-removable;
292 cap-mmc-highspeed;
293 cap-mmc-hw-reset;
294 };
Masahiro Yamadabbbb0bd2015-06-30 18:27:00 +0900295
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900296 sd1: sdhc@5a600000 {
297 compatible = "socionext,uniphier-sdhc";
298 status = "disabled";
299 reg = <0x5a600000 0x200>;
300 interrupts = <0 85 4>;
301 pinctrl-names = "default", "1.8v";
302 pinctrl-0 = <&pinctrl_sd1>;
303 pinctrl-1 = <&pinctrl_sd1_1v8>;
304 clocks = <&mio_clk 2>;
305 resets = <&mio_rst 2>, <&mio_rst 5>;
306 bus-width = <4>;
307 cap-sd-highspeed;
308 sd-uhs-sdr12;
309 sd-uhs-sdr25;
310 sd-uhs-sdr50;
311 };
Masahiro Yamadabbbb0bd2015-06-30 18:27:00 +0900312
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900313 usb2: usb@5a800100 {
314 compatible = "socionext,uniphier-ehci", "generic-ehci";
315 status = "disabled";
316 reg = <0x5a800100 0x100>;
317 interrupts = <0 80 4>;
318 pinctrl-names = "default";
319 pinctrl-0 = <&pinctrl_usb2>;
Masahiro Yamada6c086d02017-11-25 00:25:35 +0900320 clocks = <&sys_clk 8>, <&mio_clk 7>, <&mio_clk 8>,
321 <&mio_clk 12>;
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900322 resets = <&sys_rst 8>, <&mio_rst 7>, <&mio_rst 8>,
323 <&mio_rst 12>;
Masahiro Yamadab61327d2018-03-15 11:43:03 +0900324 has-transaction-translator;
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900325 };
Masahiro Yamada37649af2015-08-28 22:33:13 +0900326
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900327 usb3: usb@5a810100 {
328 compatible = "socionext,uniphier-ehci", "generic-ehci";
329 status = "disabled";
330 reg = <0x5a810100 0x100>;
331 interrupts = <0 81 4>;
332 pinctrl-names = "default";
333 pinctrl-0 = <&pinctrl_usb3>;
Masahiro Yamada6c086d02017-11-25 00:25:35 +0900334 clocks = <&sys_clk 8>, <&mio_clk 7>, <&mio_clk 9>,
335 <&mio_clk 13>;
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900336 resets = <&sys_rst 8>, <&mio_rst 7>, <&mio_rst 9>,
337 <&mio_rst 13>;
Masahiro Yamadab61327d2018-03-15 11:43:03 +0900338 has-transaction-translator;
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900339 };
Masahiro Yamada1d5df7b2016-02-02 21:11:36 +0900340
Kunihiko Hayashib57334d2018-05-11 18:49:14 +0900341 soc_glue: soc-glue@5f800000 {
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900342 compatible = "socionext,uniphier-pro4-soc-glue",
343 "simple-mfd", "syscon";
344 reg = <0x5f800000 0x2000>;
Masahiro Yamada80951832016-02-02 21:11:35 +0900345
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900346 pinctrl: pinctrl {
347 compatible = "socionext,uniphier-pro4-pinctrl";
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900348 };
349 };
Masahiro Yamada02bf5b82016-09-22 07:42:23 +0900350
Masahiro Yamadab61327d2018-03-15 11:43:03 +0900351 soc-glue@5f900000 {
352 compatible = "socionext,uniphier-pro4-soc-glue-debug",
353 "simple-mfd";
354 #address-cells = <1>;
355 #size-cells = <1>;
356 ranges = <0 0x5f900000 0x2000>;
357
358 efuse@100 {
359 compatible = "socionext,uniphier-efuse";
360 reg = <0x100 0x28>;
361 };
362
363 efuse@130 {
364 compatible = "socionext,uniphier-efuse";
365 reg = <0x130 0x8>;
366 };
367
368 efuse@200 {
369 compatible = "socionext,uniphier-efuse";
370 reg = <0x200 0x14>;
371 };
372 };
373
Masahiro Yamada1a420bd2017-08-29 12:20:52 +0900374 aidet: aidet@5fc20000 {
375 compatible = "socionext,uniphier-pro4-aidet";
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900376 reg = <0x5fc20000 0x200>;
Masahiro Yamada1a420bd2017-08-29 12:20:52 +0900377 interrupt-controller;
378 #interrupt-cells = <2>;
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900379 };
Masahiro Yamada02bf5b82016-09-22 07:42:23 +0900380
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900381 timer@60000200 {
382 compatible = "arm,cortex-a9-global-timer";
383 reg = <0x60000200 0x20>;
384 interrupts = <1 11 0x304>;
385 clocks = <&arm_timer_clk>;
386 };
Masahiro Yamadae84513b2016-02-02 21:11:34 +0900387
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900388 timer@60000600 {
389 compatible = "arm,cortex-a9-twd-timer";
390 reg = <0x60000600 0x20>;
391 interrupts = <1 13 0x304>;
392 clocks = <&arm_timer_clk>;
393 };
394
395 intc: interrupt-controller@60001000 {
396 compatible = "arm,cortex-a9-gic";
397 reg = <0x60001000 0x1000>,
398 <0x60000100 0x100>;
399 #interrupt-cells = <3>;
400 interrupt-controller;
401 };
402
403 sysctrl@61840000 {
404 compatible = "socionext,uniphier-pro4-sysctrl",
405 "simple-mfd", "syscon";
406 reg = <0x61840000 0x10000>;
407
408 sys_clk: clock {
409 compatible = "socionext,uniphier-pro4-clock";
410 #clock-cells = <1>;
411 };
Masahiro Yamada02bf5b82016-09-22 07:42:23 +0900412
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900413 sys_rst: reset {
414 compatible = "socionext,uniphier-pro4-reset";
415 #reset-cells = <1>;
416 };
417 };
418
Masahiro Yamada0bc56842018-04-16 12:35:33 +0900419 eth: ethernet@65000000 {
420 compatible = "socionext,uniphier-pro4-ave4";
421 status = "disabled";
422 reg = <0x65000000 0x8500>;
423 interrupts = <0 66 4>;
424 pinctrl-names = "default";
425 pinctrl-0 = <&pinctrl_ether_rgmii>;
Kunihiko Hayashi0ed9d142018-05-11 18:49:16 +0900426 clock-names = "gio", "ether", "ether-gb", "ether-phy";
Kunihiko Hayashia609f1132018-05-11 18:49:15 +0900427 clocks = <&sys_clk 12>, <&sys_clk 6>, <&sys_clk 7>,
Masahiro Yamadadb1d0d42018-06-19 16:11:46 +0900428 <&sys_clk 10>;
Kunihiko Hayashi0ed9d142018-05-11 18:49:16 +0900429 reset-names = "gio", "ether";
Kunihiko Hayashia609f1132018-05-11 18:49:15 +0900430 resets = <&sys_rst 12>, <&sys_rst 6>;
Masahiro Yamada0bc56842018-04-16 12:35:33 +0900431 phy-mode = "rgmii";
432 local-mac-address = [00 00 00 00 00 00];
Kunihiko Hayashib57334d2018-05-11 18:49:14 +0900433 socionext,syscon-phy-mode = <&soc_glue 0>;
Masahiro Yamada0bc56842018-04-16 12:35:33 +0900434
435 mdio: mdio {
436 #address-cells = <1>;
437 #size-cells = <0>;
438 };
439 };
440
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900441 usb0: usb@65b00000 {
442 compatible = "socionext,uniphier-pro4-dwc3";
443 status = "disabled";
444 reg = <0x65b00000 0x1000>;
445 #address-cells = <1>;
446 #size-cells = <1>;
447 ranges;
448 pinctrl-names = "default";
449 pinctrl-0 = <&pinctrl_usb0>;
450 dwc3@65a00000 {
451 compatible = "snps,dwc3";
452 reg = <0x65a00000 0x10000>;
453 interrupts = <0 134 4>;
Masahiro Yamadad2c8abd2017-08-13 09:01:17 +0900454 dr_mode = "host";
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900455 tx-fifo-resize;
456 };
457 };
458
459 usb1: usb@65d00000 {
460 compatible = "socionext,uniphier-pro4-dwc3";
461 status = "disabled";
462 reg = <0x65d00000 0x1000>;
463 #address-cells = <1>;
464 #size-cells = <1>;
465 ranges;
466 pinctrl-names = "default";
467 pinctrl-0 = <&pinctrl_usb1>;
468 dwc3@65c00000 {
469 compatible = "snps,dwc3";
470 reg = <0x65c00000 0x10000>;
471 interrupts = <0 137 4>;
Masahiro Yamadad2c8abd2017-08-13 09:01:17 +0900472 dr_mode = "host";
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900473 tx-fifo-resize;
474 };
475 };
476
477 nand: nand@68000000 {
Masahiro Yamada938ab162017-05-15 14:23:46 +0900478 compatible = "socionext,uniphier-denali-nand-v5a";
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900479 status = "disabled";
480 reg-names = "nand_data", "denali_reg";
481 reg = <0x68000000 0x20>, <0x68100000 0x1000>;
482 interrupts = <0 65 4>;
483 pinctrl-names = "default";
484 pinctrl-0 = <&pinctrl_nand>;
485 clocks = <&sys_clk 2>;
Masahiro Yamada6c086d02017-11-25 00:25:35 +0900486 resets = <&sys_rst 2>;
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900487 };
488 };
Masahiro Yamadae84513b2016-02-02 21:11:34 +0900489};
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900490
Masahiro Yamada1a420bd2017-08-29 12:20:52 +0900491#include "uniphier-pinctrl.dtsi"