blob: 997049703940d80645cfce83290b825c268e32de [file] [log] [blame]
Masahiro Yamada3e98fc12018-04-16 12:35:33 +09001// SPDX-License-Identifier: GPL-2.0+ OR MIT
2//
3// Device Tree Source for UniPhier LD20 SoC
4//
5// Copyright (C) 2015-2016 Socionext Inc.
6// Author: Masahiro Yamada <yamada.masahiro@socionext.com>
Masahiro Yamada7bdd1552016-03-18 16:41:48 +09007
Masahiro Yamadab443fb42017-11-25 00:25:35 +09008#include <dt-bindings/gpio/gpio.h>
9#include <dt-bindings/gpio/uniphier-gpio.h>
10#include <dt-bindings/thermal/thermal.h>
11
Masahiro Yamadad9403002017-06-22 16:46:40 +090012/memreserve/ 0x80000000 0x02000000;
Masahiro Yamadac4adc502016-06-29 19:38:56 +090013
Masahiro Yamada7bdd1552016-03-18 16:41:48 +090014/ {
Masahiro Yamada52159d22016-10-07 16:43:00 +090015 compatible = "socionext,uniphier-ld20";
Masahiro Yamada7bdd1552016-03-18 16:41:48 +090016 #address-cells = <2>;
17 #size-cells = <2>;
18 interrupt-parent = <&gic>;
19
20 cpus {
21 #address-cells = <2>;
22 #size-cells = <0>;
23
24 cpu-map {
25 cluster0 {
26 core0 {
27 cpu = <&cpu0>;
28 };
29 core1 {
30 cpu = <&cpu1>;
31 };
32 };
33
34 cluster1 {
35 core0 {
36 cpu = <&cpu2>;
37 };
38 core1 {
39 cpu = <&cpu3>;
40 };
41 };
42 };
43
44 cpu0: cpu@0 {
45 device_type = "cpu";
46 compatible = "arm,cortex-a72", "arm,armv8";
47 reg = <0 0x000>;
Masahiro Yamadacd622142016-12-05 18:31:39 +090048 clocks = <&sys_clk 32>;
49 enable-method = "psci";
50 operating-points-v2 = <&cluster0_opp>;
Masahiro Yamadab443fb42017-11-25 00:25:35 +090051 #cooling-cells = <2>;
Masahiro Yamada7bdd1552016-03-18 16:41:48 +090052 };
53
54 cpu1: cpu@1 {
55 device_type = "cpu";
56 compatible = "arm,cortex-a72", "arm,armv8";
57 reg = <0 0x001>;
Masahiro Yamadacd622142016-12-05 18:31:39 +090058 clocks = <&sys_clk 32>;
59 enable-method = "psci";
60 operating-points-v2 = <&cluster0_opp>;
Masahiro Yamada33aae6b2018-09-10 12:58:32 +090061 #cooling-cells = <2>;
Masahiro Yamada7bdd1552016-03-18 16:41:48 +090062 };
63
64 cpu2: cpu@100 {
65 device_type = "cpu";
66 compatible = "arm,cortex-a53", "arm,armv8";
67 reg = <0 0x100>;
Masahiro Yamadacd622142016-12-05 18:31:39 +090068 clocks = <&sys_clk 33>;
69 enable-method = "psci";
70 operating-points-v2 = <&cluster1_opp>;
Masahiro Yamadab443fb42017-11-25 00:25:35 +090071 #cooling-cells = <2>;
Masahiro Yamada7bdd1552016-03-18 16:41:48 +090072 };
73
74 cpu3: cpu@101 {
75 device_type = "cpu";
76 compatible = "arm,cortex-a53", "arm,armv8";
77 reg = <0 0x101>;
Masahiro Yamadacd622142016-12-05 18:31:39 +090078 clocks = <&sys_clk 33>;
79 enable-method = "psci";
80 operating-points-v2 = <&cluster1_opp>;
Masahiro Yamada33aae6b2018-09-10 12:58:32 +090081 #cooling-cells = <2>;
Masahiro Yamada7bdd1552016-03-18 16:41:48 +090082 };
83 };
84
Masahiro Yamadab443fb42017-11-25 00:25:35 +090085 cluster0_opp: opp-table0 {
Masahiro Yamadacd622142016-12-05 18:31:39 +090086 compatible = "operating-points-v2";
87 opp-shared;
88
Masahiro Yamada4e7f8de2017-04-20 16:54:44 +090089 opp-250000000 {
Masahiro Yamadacd622142016-12-05 18:31:39 +090090 opp-hz = /bits/ 64 <250000000>;
91 clock-latency-ns = <300>;
92 };
Masahiro Yamada4e7f8de2017-04-20 16:54:44 +090093 opp-275000000 {
Masahiro Yamadacd622142016-12-05 18:31:39 +090094 opp-hz = /bits/ 64 <275000000>;
95 clock-latency-ns = <300>;
96 };
Masahiro Yamada4e7f8de2017-04-20 16:54:44 +090097 opp-500000000 {
Masahiro Yamadacd622142016-12-05 18:31:39 +090098 opp-hz = /bits/ 64 <500000000>;
99 clock-latency-ns = <300>;
100 };
Masahiro Yamada4e7f8de2017-04-20 16:54:44 +0900101 opp-550000000 {
Masahiro Yamadacd622142016-12-05 18:31:39 +0900102 opp-hz = /bits/ 64 <550000000>;
103 clock-latency-ns = <300>;
104 };
Masahiro Yamada4e7f8de2017-04-20 16:54:44 +0900105 opp-666667000 {
Masahiro Yamadacd622142016-12-05 18:31:39 +0900106 opp-hz = /bits/ 64 <666667000>;
107 clock-latency-ns = <300>;
108 };
Masahiro Yamada4e7f8de2017-04-20 16:54:44 +0900109 opp-733334000 {
Masahiro Yamadacd622142016-12-05 18:31:39 +0900110 opp-hz = /bits/ 64 <733334000>;
111 clock-latency-ns = <300>;
112 };
Masahiro Yamada4e7f8de2017-04-20 16:54:44 +0900113 opp-1000000000 {
Masahiro Yamadacd622142016-12-05 18:31:39 +0900114 opp-hz = /bits/ 64 <1000000000>;
115 clock-latency-ns = <300>;
116 };
Masahiro Yamada4e7f8de2017-04-20 16:54:44 +0900117 opp-1100000000 {
Masahiro Yamadacd622142016-12-05 18:31:39 +0900118 opp-hz = /bits/ 64 <1100000000>;
119 clock-latency-ns = <300>;
120 };
121 };
122
Masahiro Yamadab443fb42017-11-25 00:25:35 +0900123 cluster1_opp: opp-table1 {
Masahiro Yamadacd622142016-12-05 18:31:39 +0900124 compatible = "operating-points-v2";
125 opp-shared;
126
Masahiro Yamada4e7f8de2017-04-20 16:54:44 +0900127 opp-250000000 {
Masahiro Yamadacd622142016-12-05 18:31:39 +0900128 opp-hz = /bits/ 64 <250000000>;
129 clock-latency-ns = <300>;
130 };
Masahiro Yamada4e7f8de2017-04-20 16:54:44 +0900131 opp-275000000 {
Masahiro Yamadacd622142016-12-05 18:31:39 +0900132 opp-hz = /bits/ 64 <275000000>;
133 clock-latency-ns = <300>;
134 };
Masahiro Yamada4e7f8de2017-04-20 16:54:44 +0900135 opp-500000000 {
Masahiro Yamadacd622142016-12-05 18:31:39 +0900136 opp-hz = /bits/ 64 <500000000>;
137 clock-latency-ns = <300>;
138 };
Masahiro Yamada4e7f8de2017-04-20 16:54:44 +0900139 opp-550000000 {
Masahiro Yamadacd622142016-12-05 18:31:39 +0900140 opp-hz = /bits/ 64 <550000000>;
141 clock-latency-ns = <300>;
142 };
Masahiro Yamada4e7f8de2017-04-20 16:54:44 +0900143 opp-666667000 {
Masahiro Yamadacd622142016-12-05 18:31:39 +0900144 opp-hz = /bits/ 64 <666667000>;
145 clock-latency-ns = <300>;
146 };
Masahiro Yamada4e7f8de2017-04-20 16:54:44 +0900147 opp-733334000 {
Masahiro Yamadacd622142016-12-05 18:31:39 +0900148 opp-hz = /bits/ 64 <733334000>;
149 clock-latency-ns = <300>;
150 };
Masahiro Yamada4e7f8de2017-04-20 16:54:44 +0900151 opp-1000000000 {
Masahiro Yamadacd622142016-12-05 18:31:39 +0900152 opp-hz = /bits/ 64 <1000000000>;
153 clock-latency-ns = <300>;
154 };
Masahiro Yamada4e7f8de2017-04-20 16:54:44 +0900155 opp-1100000000 {
Masahiro Yamadacd622142016-12-05 18:31:39 +0900156 opp-hz = /bits/ 64 <1100000000>;
157 clock-latency-ns = <300>;
158 };
159 };
160
161 psci {
162 compatible = "arm,psci-1.0";
163 method = "smc";
164 };
165
Masahiro Yamada7bdd1552016-03-18 16:41:48 +0900166 clocks {
Masahiro Yamadac4adc502016-06-29 19:38:56 +0900167 refclk: ref {
168 compatible = "fixed-clock";
169 #clock-cells = <0>;
170 clock-frequency = <25000000>;
171 };
Masahiro Yamada7bdd1552016-03-18 16:41:48 +0900172 };
173
Masahiro Yamadab443fb42017-11-25 00:25:35 +0900174 emmc_pwrseq: emmc-pwrseq {
175 compatible = "mmc-pwrseq-emmc";
176 reset-gpios = <&gpio UNIPHIER_GPIO_PORT(3, 2) GPIO_ACTIVE_LOW>;
177 };
178
Masahiro Yamada7bdd1552016-03-18 16:41:48 +0900179 timer {
180 compatible = "arm,armv8-timer";
Masahiro Yamada35343a22016-09-22 07:42:23 +0900181 interrupts = <1 13 4>,
182 <1 14 4>,
183 <1 11 4>,
184 <1 10 4>;
Masahiro Yamada7bdd1552016-03-18 16:41:48 +0900185 };
186
Masahiro Yamadab443fb42017-11-25 00:25:35 +0900187 thermal-zones {
188 cpu-thermal {
189 polling-delay-passive = <250>; /* 250ms */
190 polling-delay = <1000>; /* 1000ms */
191 thermal-sensors = <&pvtctl>;
192
193 trips {
194 cpu_crit: cpu-crit {
195 temperature = <110000>; /* 110C */
196 hysteresis = <2000>;
197 type = "critical";
198 };
199 cpu_alert: cpu-alert {
200 temperature = <100000>; /* 100C */
201 hysteresis = <2000>;
202 type = "passive";
203 };
204 };
205
206 cooling-maps {
207 map0 {
208 trip = <&cpu_alert>;
209 cooling-device = <&cpu0
210 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
211 };
212 map1 {
213 trip = <&cpu_alert>;
214 cooling-device = <&cpu2
215 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
216 };
217 };
218 };
219 };
220
Masahiro Yamada7ad79c12017-03-13 00:16:40 +0900221 soc@0 {
Masahiro Yamada7bdd1552016-03-18 16:41:48 +0900222 compatible = "simple-bus";
223 #address-cells = <1>;
224 #size-cells = <1>;
225 ranges = <0 0 0 0xffffffff>;
226
227 serial0: serial@54006800 {
228 compatible = "socionext,uniphier-uart";
229 status = "disabled";
230 reg = <0x54006800 0x40>;
231 interrupts = <0 33 4>;
232 pinctrl-names = "default";
233 pinctrl-0 = <&pinctrl_uart0>;
Masahiro Yamada35343a22016-09-22 07:42:23 +0900234 clocks = <&peri_clk 0>;
Masahiro Yamadab443fb42017-11-25 00:25:35 +0900235 resets = <&peri_rst 0>;
Masahiro Yamada7bdd1552016-03-18 16:41:48 +0900236 };
237
238 serial1: serial@54006900 {
239 compatible = "socionext,uniphier-uart";
240 status = "disabled";
241 reg = <0x54006900 0x40>;
242 interrupts = <0 35 4>;
243 pinctrl-names = "default";
244 pinctrl-0 = <&pinctrl_uart1>;
Masahiro Yamada35343a22016-09-22 07:42:23 +0900245 clocks = <&peri_clk 1>;
Masahiro Yamadab443fb42017-11-25 00:25:35 +0900246 resets = <&peri_rst 1>;
Masahiro Yamada7bdd1552016-03-18 16:41:48 +0900247 };
248
249 serial2: serial@54006a00 {
250 compatible = "socionext,uniphier-uart";
251 status = "disabled";
252 reg = <0x54006a00 0x40>;
253 interrupts = <0 37 4>;
254 pinctrl-names = "default";
255 pinctrl-0 = <&pinctrl_uart2>;
Masahiro Yamada35343a22016-09-22 07:42:23 +0900256 clocks = <&peri_clk 2>;
Masahiro Yamadab443fb42017-11-25 00:25:35 +0900257 resets = <&peri_rst 2>;
Masahiro Yamada7bdd1552016-03-18 16:41:48 +0900258 };
259
260 serial3: serial@54006b00 {
261 compatible = "socionext,uniphier-uart";
262 status = "disabled";
263 reg = <0x54006b00 0x40>;
264 interrupts = <0 177 4>;
265 pinctrl-names = "default";
266 pinctrl-0 = <&pinctrl_uart3>;
Masahiro Yamada35343a22016-09-22 07:42:23 +0900267 clocks = <&peri_clk 3>;
Masahiro Yamadab443fb42017-11-25 00:25:35 +0900268 resets = <&peri_rst 3>;
Masahiro Yamada7bdd1552016-03-18 16:41:48 +0900269 };
270
Masahiro Yamada27287482017-10-17 21:19:43 +0900271 gpio: gpio@55000000 {
272 compatible = "socionext,uniphier-gpio";
273 reg = <0x55000000 0x200>;
274 interrupt-parent = <&aidet>;
275 interrupt-controller;
276 #interrupt-cells = <2>;
277 gpio-controller;
278 #gpio-cells = <2>;
279 gpio-ranges = <&pinctrl 0 0 0>,
280 <&pinctrl 96 0 0>,
281 <&pinctrl 160 0 0>;
282 gpio-ranges-group-names = "gpio_range0",
283 "gpio_range1",
284 "gpio_range2";
285 ngpios = <205>;
286 socionext,interrupt-ranges = <0 48 16>, <16 154 5>,
287 <21 217 3>;
288 };
289
Masahiro Yamada3e98fc12018-04-16 12:35:33 +0900290 audio@56000000 {
291 compatible = "socionext,uniphier-ld20-aio";
292 reg = <0x56000000 0x80000>;
293 interrupts = <0 144 4>;
294 pinctrl-names = "default";
295 pinctrl-0 = <&pinctrl_aout1>,
296 <&pinctrl_aoutiec1>;
297 clock-names = "aio";
298 clocks = <&sys_clk 40>;
299 reset-names = "aio";
300 resets = <&sys_rst 40>;
301 #sound-dai-cells = <1>;
302 socionext,syscon = <&soc_glue>;
303
304 i2s_port0: port@0 {
305 i2s_hdmi: endpoint {
306 };
307 };
308
309 i2s_port1: port@1 {
310 i2s_pcmin2: endpoint {
311 };
312 };
313
314 i2s_port2: port@2 {
315 i2s_line: endpoint {
316 dai-format = "i2s";
317 remote-endpoint = <&evea_line>;
318 };
319 };
320
321 i2s_port3: port@3 {
322 i2s_hpcmout1: endpoint {
323 };
324 };
325
326 i2s_port4: port@4 {
327 i2s_hp: endpoint {
328 dai-format = "i2s";
329 remote-endpoint = <&evea_hp>;
330 };
331 };
332
333 spdif_port0: port@5 {
334 spdif_hiecout1: endpoint {
335 };
336 };
337
338 src_port0: port@6 {
339 i2s_epcmout2: endpoint {
340 };
341 };
342
343 src_port1: port@7 {
344 i2s_epcmout3: endpoint {
345 };
346 };
347
348 comp_spdif_port0: port@8 {
349 comp_spdif_hiecout1: endpoint {
350 };
351 };
352 };
353
354 codec@57900000 {
355 compatible = "socionext,uniphier-evea";
356 reg = <0x57900000 0x1000>;
357 clock-names = "evea", "exiv";
358 clocks = <&sys_clk 41>, <&sys_clk 42>;
359 reset-names = "evea", "exiv", "adamv";
360 resets = <&sys_rst 41>, <&sys_rst 42>, <&adamv_rst 0>;
361 #sound-dai-cells = <1>;
362
363 port@0 {
364 evea_line: endpoint {
365 remote-endpoint = <&i2s_line>;
366 };
367 };
368
369 port@1 {
370 evea_hp: endpoint {
371 remote-endpoint = <&i2s_hp>;
372 };
373 };
374 };
375
Masahiro Yamada27287482017-10-17 21:19:43 +0900376 adamv@57920000 {
377 compatible = "socionext,uniphier-ld20-adamv",
378 "simple-mfd", "syscon";
379 reg = <0x57920000 0x1000>;
380
381 adamv_rst: reset {
382 compatible = "socionext,uniphier-ld20-adamv-reset";
383 #reset-cells = <1>;
384 };
385 };
386
Masahiro Yamada7bdd1552016-03-18 16:41:48 +0900387 i2c0: i2c@58780000 {
388 compatible = "socionext,uniphier-fi2c";
389 status = "disabled";
390 reg = <0x58780000 0x80>;
391 #address-cells = <1>;
392 #size-cells = <0>;
393 interrupts = <0 41 4>;
394 pinctrl-names = "default";
395 pinctrl-0 = <&pinctrl_i2c0>;
Masahiro Yamadacd622142016-12-05 18:31:39 +0900396 clocks = <&peri_clk 4>;
Masahiro Yamadab443fb42017-11-25 00:25:35 +0900397 resets = <&peri_rst 4>;
Masahiro Yamada7bdd1552016-03-18 16:41:48 +0900398 clock-frequency = <100000>;
399 };
400
401 i2c1: i2c@58781000 {
402 compatible = "socionext,uniphier-fi2c";
403 status = "disabled";
404 reg = <0x58781000 0x80>;
405 #address-cells = <1>;
406 #size-cells = <0>;
407 interrupts = <0 42 4>;
408 pinctrl-names = "default";
409 pinctrl-0 = <&pinctrl_i2c1>;
Masahiro Yamadacd622142016-12-05 18:31:39 +0900410 clocks = <&peri_clk 5>;
Masahiro Yamadab443fb42017-11-25 00:25:35 +0900411 resets = <&peri_rst 5>;
Masahiro Yamada7bdd1552016-03-18 16:41:48 +0900412 clock-frequency = <100000>;
413 };
414
415 i2c2: i2c@58782000 {
416 compatible = "socionext,uniphier-fi2c";
417 reg = <0x58782000 0x80>;
418 #address-cells = <1>;
419 #size-cells = <0>;
420 interrupts = <0 43 4>;
Masahiro Yamadacd622142016-12-05 18:31:39 +0900421 clocks = <&peri_clk 6>;
Masahiro Yamadab443fb42017-11-25 00:25:35 +0900422 resets = <&peri_rst 6>;
Masahiro Yamada7bdd1552016-03-18 16:41:48 +0900423 clock-frequency = <400000>;
424 };
425
426 i2c3: i2c@58783000 {
427 compatible = "socionext,uniphier-fi2c";
428 status = "disabled";
429 reg = <0x58783000 0x80>;
430 #address-cells = <1>;
431 #size-cells = <0>;
432 interrupts = <0 44 4>;
433 pinctrl-names = "default";
434 pinctrl-0 = <&pinctrl_i2c3>;
Masahiro Yamadacd622142016-12-05 18:31:39 +0900435 clocks = <&peri_clk 7>;
Masahiro Yamadab443fb42017-11-25 00:25:35 +0900436 resets = <&peri_rst 7>;
Masahiro Yamada7bdd1552016-03-18 16:41:48 +0900437 clock-frequency = <100000>;
438 };
439
440 i2c4: i2c@58784000 {
441 compatible = "socionext,uniphier-fi2c";
442 status = "disabled";
443 reg = <0x58784000 0x80>;
444 #address-cells = <1>;
445 #size-cells = <0>;
446 interrupts = <0 45 4>;
447 pinctrl-names = "default";
448 pinctrl-0 = <&pinctrl_i2c4>;
Masahiro Yamadacd622142016-12-05 18:31:39 +0900449 clocks = <&peri_clk 8>;
Masahiro Yamadab443fb42017-11-25 00:25:35 +0900450 resets = <&peri_rst 8>;
Masahiro Yamada7bdd1552016-03-18 16:41:48 +0900451 clock-frequency = <100000>;
452 };
453
454 i2c5: i2c@58785000 {
455 compatible = "socionext,uniphier-fi2c";
456 reg = <0x58785000 0x80>;
457 #address-cells = <1>;
458 #size-cells = <0>;
459 interrupts = <0 25 4>;
Masahiro Yamadacd622142016-12-05 18:31:39 +0900460 clocks = <&peri_clk 9>;
Masahiro Yamadab443fb42017-11-25 00:25:35 +0900461 resets = <&peri_rst 9>;
Masahiro Yamada7bdd1552016-03-18 16:41:48 +0900462 clock-frequency = <400000>;
463 };
464
465 system_bus: system-bus@58c00000 {
466 compatible = "socionext,uniphier-system-bus";
467 status = "disabled";
468 reg = <0x58c00000 0x400>;
469 #address-cells = <2>;
470 #size-cells = <1>;
Masahiro Yamadac4adc502016-06-29 19:38:56 +0900471 pinctrl-names = "default";
472 pinctrl-0 = <&pinctrl_system_bus>;
Masahiro Yamada7bdd1552016-03-18 16:41:48 +0900473 };
474
Masahiro Yamadaabb6ac22017-05-15 14:23:46 +0900475 smpctrl@59801000 {
Masahiro Yamada7bdd1552016-03-18 16:41:48 +0900476 compatible = "socionext,uniphier-smpctrl";
477 reg = <0x59801000 0x400>;
478 };
479
Masahiro Yamadacd622142016-12-05 18:31:39 +0900480 sdctrl@59810000 {
481 compatible = "socionext,uniphier-ld20-sdctrl",
Masahiro Yamada35343a22016-09-22 07:42:23 +0900482 "simple-mfd", "syscon";
Masahiro Yamada6c9e46e2017-08-29 12:20:52 +0900483 reg = <0x59810000 0x400>;
Masahiro Yamada35343a22016-09-22 07:42:23 +0900484
Masahiro Yamadacd622142016-12-05 18:31:39 +0900485 sd_clk: clock {
486 compatible = "socionext,uniphier-ld20-sd-clock";
Masahiro Yamada35343a22016-09-22 07:42:23 +0900487 #clock-cells = <1>;
488 };
489
Masahiro Yamadacd622142016-12-05 18:31:39 +0900490 sd_rst: reset {
491 compatible = "socionext,uniphier-ld20-sd-reset";
Masahiro Yamada35343a22016-09-22 07:42:23 +0900492 #reset-cells = <1>;
493 };
494 };
495
496 perictrl@59820000 {
Masahiro Yamadacd622142016-12-05 18:31:39 +0900497 compatible = "socionext,uniphier-ld20-perictrl",
Masahiro Yamada35343a22016-09-22 07:42:23 +0900498 "simple-mfd", "syscon";
499 reg = <0x59820000 0x200>;
500
501 peri_clk: clock {
502 compatible = "socionext,uniphier-ld20-peri-clock";
503 #clock-cells = <1>;
504 };
505
506 peri_rst: reset {
507 compatible = "socionext,uniphier-ld20-peri-reset";
508 #reset-cells = <1>;
509 };
Masahiro Yamada3d970872016-04-21 14:43:20 +0900510 };
511
Masahiro Yamadacd622142016-12-05 18:31:39 +0900512 emmc: sdhc@5a000000 {
Masahiro Yamada7a6139c2017-01-04 20:08:37 +0900513 compatible = "socionext,uniphier-sd4hc", "cdns,sd4hc";
Masahiro Yamadacd622142016-12-05 18:31:39 +0900514 reg = <0x5a000000 0x400>;
515 interrupts = <0 78 4>;
516 pinctrl-names = "default";
Masahiro Yamada33aae6b2018-09-10 12:58:32 +0900517 pinctrl-0 = <&pinctrl_emmc>;
Masahiro Yamadacd622142016-12-05 18:31:39 +0900518 clocks = <&sys_clk 4>;
Masahiro Yamadab443fb42017-11-25 00:25:35 +0900519 resets = <&sys_rst 4>;
Masahiro Yamadacd622142016-12-05 18:31:39 +0900520 bus-width = <8>;
521 mmc-ddr-1_8v;
522 mmc-hs200-1_8v;
Masahiro Yamadab443fb42017-11-25 00:25:35 +0900523 mmc-pwrseq = <&emmc_pwrseq>;
Masahiro Yamadac3d3e2a2018-05-23 00:30:54 +0900524 cdns,phy-input-delay-legacy = <9>;
Masahiro Yamada4e7f8de2017-04-20 16:54:44 +0900525 cdns,phy-input-delay-mmc-highspeed = <2>;
526 cdns,phy-input-delay-mmc-ddr = <3>;
527 cdns,phy-dll-delay-sdclk = <21>;
528 cdns,phy-dll-delay-sdclk-hsmmc = <21>;
Masahiro Yamadacd622142016-12-05 18:31:39 +0900529 };
530
Masahiro Yamada3d970872016-04-21 14:43:20 +0900531 sd: sdhc@5a400000 {
Masahiro Yamadac3ab1e12018-09-10 12:58:35 +0900532 compatible = "socionext,uniphier-sd-v3.1.1";
Masahiro Yamada3d970872016-04-21 14:43:20 +0900533 status = "disabled";
534 reg = <0x5a400000 0x800>;
535 interrupts = <0 76 4>;
536 pinctrl-names = "default";
537 pinctrl-0 = <&pinctrl_sd>;
Masahiro Yamadacd622142016-12-05 18:31:39 +0900538 clocks = <&sd_clk 0>;
Masahiro Yamada52159d22016-10-07 16:43:00 +0900539 reset-names = "host";
Masahiro Yamadacd622142016-12-05 18:31:39 +0900540 resets = <&sd_rst 0>;
Masahiro Yamada3d970872016-04-21 14:43:20 +0900541 bus-width = <4>;
Masahiro Yamadacd622142016-12-05 18:31:39 +0900542 cap-sd-highspeed;
Masahiro Yamada3d970872016-04-21 14:43:20 +0900543 };
544
Masahiro Yamada3e98fc12018-04-16 12:35:33 +0900545 soc_glue: soc-glue@5f800000 {
Masahiro Yamadacd622142016-12-05 18:31:39 +0900546 compatible = "socionext,uniphier-ld20-soc-glue",
Masahiro Yamada35343a22016-09-22 07:42:23 +0900547 "simple-mfd", "syscon";
Masahiro Yamadac4adc502016-06-29 19:38:56 +0900548 reg = <0x5f800000 0x2000>;
Masahiro Yamadac4adc502016-06-29 19:38:56 +0900549
550 pinctrl: pinctrl {
551 compatible = "socionext,uniphier-ld20-pinctrl";
Masahiro Yamadac4adc502016-06-29 19:38:56 +0900552 };
Masahiro Yamada7bdd1552016-03-18 16:41:48 +0900553 };
554
Masahiro Yamadab443fb42017-11-25 00:25:35 +0900555 soc-glue@5f900000 {
556 compatible = "socionext,uniphier-ld20-soc-glue-debug",
557 "simple-mfd";
558 #address-cells = <1>;
559 #size-cells = <1>;
560 ranges = <0 0x5f900000 0x2000>;
561
562 efuse@100 {
563 compatible = "socionext,uniphier-efuse";
564 reg = <0x100 0x28>;
565 };
566
567 efuse@200 {
568 compatible = "socionext,uniphier-efuse";
569 reg = <0x200 0x68>;
570 };
571 };
572
Masahiro Yamada6c9e46e2017-08-29 12:20:52 +0900573 aidet: aidet@5fc20000 {
574 compatible = "socionext,uniphier-ld20-aidet";
Masahiro Yamada1013aef2016-06-29 19:39:02 +0900575 reg = <0x5fc20000 0x200>;
Masahiro Yamada6c9e46e2017-08-29 12:20:52 +0900576 interrupt-controller;
577 #interrupt-cells = <2>;
Masahiro Yamada1013aef2016-06-29 19:39:02 +0900578 };
579
Masahiro Yamada7bdd1552016-03-18 16:41:48 +0900580 gic: interrupt-controller@5fe00000 {
581 compatible = "arm,gic-v3";
582 reg = <0x5fe00000 0x10000>, /* GICD */
583 <0x5fe80000 0x80000>; /* GICR */
584 interrupt-controller;
585 #interrupt-cells = <3>;
586 interrupts = <1 9 4>;
587 };
Masahiro Yamada35343a22016-09-22 07:42:23 +0900588
589 sysctrl@61840000 {
Masahiro Yamadacd622142016-12-05 18:31:39 +0900590 compatible = "socionext,uniphier-ld20-sysctrl",
Masahiro Yamada35343a22016-09-22 07:42:23 +0900591 "simple-mfd", "syscon";
Masahiro Yamadacd622142016-12-05 18:31:39 +0900592 reg = <0x61840000 0x10000>;
Masahiro Yamada35343a22016-09-22 07:42:23 +0900593
594 sys_clk: clock {
595 compatible = "socionext,uniphier-ld20-clock";
596 #clock-cells = <1>;
597 };
598
599 sys_rst: reset {
600 compatible = "socionext,uniphier-ld20-reset";
601 #reset-cells = <1>;
602 };
Masahiro Yamada6c9e46e2017-08-29 12:20:52 +0900603
604 watchdog {
605 compatible = "socionext,uniphier-wdt";
606 };
Masahiro Yamadab443fb42017-11-25 00:25:35 +0900607
608 pvtctl: pvtctl {
609 compatible = "socionext,uniphier-ld20-thermal";
610 interrupts = <0 3 4>;
611 #thermal-sensor-cells = <0>;
612 socionext,tmod-calibration = <0x0f22 0x68ee>;
613 };
Masahiro Yamada35343a22016-09-22 07:42:23 +0900614 };
Masahiro Yamadacd622142016-12-05 18:31:39 +0900615
Masahiro Yamada3e98fc12018-04-16 12:35:33 +0900616 eth: ethernet@65000000 {
617 compatible = "socionext,uniphier-ld20-ave4";
618 status = "disabled";
619 reg = <0x65000000 0x8500>;
620 interrupts = <0 66 4>;
621 pinctrl-names = "default";
622 pinctrl-0 = <&pinctrl_ether_rgmii>;
Kunihiko Hayashi3c0fa6c2018-05-11 18:49:16 +0900623 clock-names = "ether";
Masahiro Yamada3e98fc12018-04-16 12:35:33 +0900624 clocks = <&sys_clk 6>;
Kunihiko Hayashi3c0fa6c2018-05-11 18:49:16 +0900625 reset-names = "ether";
Masahiro Yamada3e98fc12018-04-16 12:35:33 +0900626 resets = <&sys_rst 6>;
627 phy-mode = "rgmii";
628 local-mac-address = [00 00 00 00 00 00];
Kunihiko Hayashi69b3d4e2018-05-11 18:49:14 +0900629 socionext,syscon-phy-mode = <&soc_glue 0>;
Masahiro Yamada3e98fc12018-04-16 12:35:33 +0900630
631 mdio: mdio {
632 #address-cells = <1>;
633 #size-cells = <0>;
634 };
635 };
636
Masahiro Yamadacd622142016-12-05 18:31:39 +0900637 usb: usb@65b00000 {
638 compatible = "socionext,uniphier-ld20-dwc3";
639 reg = <0x65b00000 0x1000>;
640 #address-cells = <1>;
641 #size-cells = <1>;
642 ranges;
643 pinctrl-names = "default";
644 pinctrl-0 = <&pinctrl_usb0>, <&pinctrl_usb1>,
645 <&pinctrl_usb2>, <&pinctrl_usb3>;
646 dwc3@65a00000 {
647 compatible = "snps,dwc3";
648 reg = <0x65a00000 0x10000>;
649 interrupts = <0 134 4>;
Masahiro Yamada3444d1d2017-08-13 09:01:17 +0900650 dr_mode = "host";
Masahiro Yamadacd622142016-12-05 18:31:39 +0900651 tx-fifo-resize;
652 };
653 };
654
655 nand: nand@68000000 {
Masahiro Yamada4e7f8de2017-04-20 16:54:44 +0900656 compatible = "socionext,uniphier-denali-nand-v5b";
Masahiro Yamadacd622142016-12-05 18:31:39 +0900657 status = "disabled";
658 reg-names = "nand_data", "denali_reg";
659 reg = <0x68000000 0x20>, <0x68100000 0x1000>;
660 interrupts = <0 65 4>;
661 pinctrl-names = "default";
662 pinctrl-0 = <&pinctrl_nand>;
663 clocks = <&sys_clk 2>;
Masahiro Yamadab443fb42017-11-25 00:25:35 +0900664 resets = <&sys_rst 2>;
Masahiro Yamadacd622142016-12-05 18:31:39 +0900665 };
Masahiro Yamada7bdd1552016-03-18 16:41:48 +0900666 };
667};
668
Masahiro Yamada6c9e46e2017-08-29 12:20:52 +0900669#include "uniphier-pinctrl.dtsi"
Masahiro Yamada3e98fc12018-04-16 12:35:33 +0900670
671&pinctrl_aout1 {
672 drive-strength = <4>; /* default: 3.5mA */
673
674 ao1dacck {
675 pins = "AO1DACCK";
676 drive-strength = <5>; /* 5mA */
677 };
678};
679
680&pinctrl_aoutiec1 {
681 drive-strength = <4>; /* default: 3.5mA */
682
683 ao1arc {
684 pins = "AO1ARC";
685 drive-strength = <11>; /* 11mA */
686 };
687};