blob: 334ba19769b998ac8968a0e08a76ef052b5cb01b [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0
Marek Vasut16b6e4a2018-01-07 20:17:23 +01002/*
Marek Vasut3abd8002019-03-04 22:50:54 +01003 * Device Tree Source for the R-Car H2 (R8A77900) SoC
Marek Vasut16b6e4a2018-01-07 20:17:23 +01004 *
5 * Copyright (C) 2015 Renesas Electronics Corporation
6 * Copyright (C) 2013-2014 Renesas Solutions Corp.
7 * Copyright (C) 2014 Cogent Embedded Inc.
Marek Vasut16b6e4a2018-01-07 20:17:23 +01008 */
9
10#include <dt-bindings/clock/r8a7790-cpg-mssr.h>
11#include <dt-bindings/interrupt-controller/arm-gic.h>
12#include <dt-bindings/interrupt-controller/irq.h>
13#include <dt-bindings/power/r8a7790-sysc.h>
14
15/ {
16 compatible = "renesas,r8a7790";
Marek Vasut16b6e4a2018-01-07 20:17:23 +010017 #address-cells = <2>;
18 #size-cells = <2>;
19
20 aliases {
21 i2c0 = &i2c0;
22 i2c1 = &i2c1;
23 i2c2 = &i2c2;
24 i2c3 = &i2c3;
25 i2c4 = &iic0;
26 i2c5 = &iic1;
27 i2c6 = &iic2;
28 i2c7 = &iic3;
29 spi0 = &qspi;
30 spi1 = &msiof0;
31 spi2 = &msiof1;
32 spi3 = &msiof2;
33 spi4 = &msiof3;
34 vin0 = &vin0;
35 vin1 = &vin1;
36 vin2 = &vin2;
37 vin3 = &vin3;
38 };
39
Marek Vasut252c8b42018-06-06 19:58:17 +020040 /*
41 * The external audio clocks are configured as 0 Hz fixed frequency
42 * clocks by default.
43 * Boards that provide audio clocks should override them.
44 */
45 audio_clk_a: audio_clk_a {
46 compatible = "fixed-clock";
47 #clock-cells = <0>;
48 clock-frequency = <0>;
49 };
50 audio_clk_b: audio_clk_b {
51 compatible = "fixed-clock";
52 #clock-cells = <0>;
53 clock-frequency = <0>;
54 };
55 audio_clk_c: audio_clk_c {
56 compatible = "fixed-clock";
57 #clock-cells = <0>;
58 clock-frequency = <0>;
59 };
60
61 /* External CAN clock */
62 can_clk: can {
63 compatible = "fixed-clock";
64 #clock-cells = <0>;
65 /* This value must be overridden by the board. */
66 clock-frequency = <0>;
67 };
68
Marek Vasut16b6e4a2018-01-07 20:17:23 +010069 cpus {
70 #address-cells = <1>;
71 #size-cells = <0>;
72 enable-method = "renesas,apmu";
73
74 cpu0: cpu@0 {
75 device_type = "cpu";
76 compatible = "arm,cortex-a15";
77 reg = <0>;
78 clock-frequency = <1300000000>;
Marek Vasut16b6e4a2018-01-07 20:17:23 +010079 clocks = <&cpg CPG_CORE R8A7790_CLK_Z>;
Marek Vasut16b6e4a2018-01-07 20:17:23 +010080 power-domains = <&sysc R8A7790_PD_CA15_CPU0>;
81 next-level-cache = <&L2_CA15>;
82 capacity-dmips-mhz = <1024>;
Marek Vasut3b255532018-12-03 21:39:48 +010083 voltage-tolerance = <1>; /* 1% */
84 clock-latency = <300000>; /* 300 us */
Marek Vasut16b6e4a2018-01-07 20:17:23 +010085
86 /* kHz - uV - OPPs unknown yet */
87 operating-points = <1400000 1000000>,
88 <1225000 1000000>,
89 <1050000 1000000>,
90 < 875000 1000000>,
91 < 700000 1000000>,
92 < 350000 1000000>;
93 };
94
95 cpu1: cpu@1 {
96 device_type = "cpu";
97 compatible = "arm,cortex-a15";
98 reg = <1>;
99 clock-frequency = <1300000000>;
100 clocks = <&cpg CPG_CORE R8A7790_CLK_Z>;
101 power-domains = <&sysc R8A7790_PD_CA15_CPU1>;
102 next-level-cache = <&L2_CA15>;
103 capacity-dmips-mhz = <1024>;
Marek Vasut3b255532018-12-03 21:39:48 +0100104 voltage-tolerance = <1>; /* 1% */
105 clock-latency = <300000>; /* 300 us */
106
107 /* kHz - uV - OPPs unknown yet */
108 operating-points = <1400000 1000000>,
109 <1225000 1000000>,
110 <1050000 1000000>,
111 < 875000 1000000>,
112 < 700000 1000000>,
113 < 350000 1000000>;
Marek Vasut16b6e4a2018-01-07 20:17:23 +0100114 };
115
116 cpu2: cpu@2 {
117 device_type = "cpu";
118 compatible = "arm,cortex-a15";
119 reg = <2>;
120 clock-frequency = <1300000000>;
121 clocks = <&cpg CPG_CORE R8A7790_CLK_Z>;
122 power-domains = <&sysc R8A7790_PD_CA15_CPU2>;
123 next-level-cache = <&L2_CA15>;
124 capacity-dmips-mhz = <1024>;
Marek Vasut3b255532018-12-03 21:39:48 +0100125 voltage-tolerance = <1>; /* 1% */
126 clock-latency = <300000>; /* 300 us */
127
128 /* kHz - uV - OPPs unknown yet */
129 operating-points = <1400000 1000000>,
130 <1225000 1000000>,
131 <1050000 1000000>,
132 < 875000 1000000>,
133 < 700000 1000000>,
134 < 350000 1000000>;
Marek Vasut16b6e4a2018-01-07 20:17:23 +0100135 };
136
137 cpu3: cpu@3 {
138 device_type = "cpu";
139 compatible = "arm,cortex-a15";
140 reg = <3>;
141 clock-frequency = <1300000000>;
142 clocks = <&cpg CPG_CORE R8A7790_CLK_Z>;
143 power-domains = <&sysc R8A7790_PD_CA15_CPU3>;
144 next-level-cache = <&L2_CA15>;
145 capacity-dmips-mhz = <1024>;
Marek Vasut3b255532018-12-03 21:39:48 +0100146 voltage-tolerance = <1>; /* 1% */
147 clock-latency = <300000>; /* 300 us */
148
149 /* kHz - uV - OPPs unknown yet */
150 operating-points = <1400000 1000000>,
151 <1225000 1000000>,
152 <1050000 1000000>,
153 < 875000 1000000>,
154 < 700000 1000000>,
155 < 350000 1000000>;
Marek Vasut16b6e4a2018-01-07 20:17:23 +0100156 };
157
158 cpu4: cpu@100 {
159 device_type = "cpu";
160 compatible = "arm,cortex-a7";
161 reg = <0x100>;
162 clock-frequency = <780000000>;
163 clocks = <&cpg CPG_CORE R8A7790_CLK_Z2>;
164 power-domains = <&sysc R8A7790_PD_CA7_CPU0>;
165 next-level-cache = <&L2_CA7>;
166 capacity-dmips-mhz = <539>;
167 };
168
169 cpu5: cpu@101 {
170 device_type = "cpu";
171 compatible = "arm,cortex-a7";
172 reg = <0x101>;
173 clock-frequency = <780000000>;
174 clocks = <&cpg CPG_CORE R8A7790_CLK_Z2>;
175 power-domains = <&sysc R8A7790_PD_CA7_CPU1>;
176 next-level-cache = <&L2_CA7>;
177 capacity-dmips-mhz = <539>;
178 };
179
180 cpu6: cpu@102 {
181 device_type = "cpu";
182 compatible = "arm,cortex-a7";
183 reg = <0x102>;
184 clock-frequency = <780000000>;
185 clocks = <&cpg CPG_CORE R8A7790_CLK_Z2>;
186 power-domains = <&sysc R8A7790_PD_CA7_CPU2>;
187 next-level-cache = <&L2_CA7>;
188 capacity-dmips-mhz = <539>;
189 };
190
191 cpu7: cpu@103 {
192 device_type = "cpu";
193 compatible = "arm,cortex-a7";
194 reg = <0x103>;
195 clock-frequency = <780000000>;
196 clocks = <&cpg CPG_CORE R8A7790_CLK_Z2>;
197 power-domains = <&sysc R8A7790_PD_CA7_CPU3>;
198 next-level-cache = <&L2_CA7>;
199 capacity-dmips-mhz = <539>;
200 };
201
202 L2_CA15: cache-controller-0 {
203 compatible = "cache";
204 power-domains = <&sysc R8A7790_PD_CA15_SCU>;
205 cache-unified;
206 cache-level = <2>;
207 };
208
209 L2_CA7: cache-controller-1 {
210 compatible = "cache";
211 power-domains = <&sysc R8A7790_PD_CA7_SCU>;
212 cache-unified;
213 cache-level = <2>;
214 };
215 };
216
Marek Vasut16b6e4a2018-01-07 20:17:23 +0100217 /* External root clock */
218 extal_clk: extal {
219 compatible = "fixed-clock";
220 #clock-cells = <0>;
221 /* This value must be overridden by the board. */
222 clock-frequency = <0>;
223 };
224
225 /* External PCIe clock - can be overridden by the board */
226 pcie_bus_clk: pcie_bus {
227 compatible = "fixed-clock";
228 #clock-cells = <0>;
229 clock-frequency = <0>;
230 };
231
Marek Vasut3b255532018-12-03 21:39:48 +0100232 pmu-0 {
233 compatible = "arm,cortex-a15-pmu";
234 interrupts-extended = <&gic GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>,
235 <&gic GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>,
236 <&gic GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>,
237 <&gic GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
238 interrupt-affinity = <&cpu0>, <&cpu1>, <&cpu2>, <&cpu3>;
239 };
240
241 pmu-1 {
242 compatible = "arm,cortex-a7-pmu";
243 interrupts-extended = <&gic GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>,
244 <&gic GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>,
245 <&gic GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>,
246 <&gic GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>;
247 interrupt-affinity = <&cpu4>, <&cpu5>, <&cpu6>, <&cpu7>;
248 };
249
Marek Vasut16b6e4a2018-01-07 20:17:23 +0100250 /* External SCIF clock */
251 scif_clk: scif {
252 compatible = "fixed-clock";
253 #clock-cells = <0>;
254 /* This value must be overridden by the board. */
255 clock-frequency = <0>;
256 };
257
Marek Vasut252c8b42018-06-06 19:58:17 +0200258 soc {
259 compatible = "simple-bus";
260 interrupt-parent = <&gic>;
261
262 #address-cells = <2>;
263 #size-cells = <2>;
264 ranges;
265
Marek Vasut3b255532018-12-03 21:39:48 +0100266 rwdt: watchdog@e6020000 {
267 compatible = "renesas,r8a7790-wdt",
268 "renesas,rcar-gen2-wdt";
269 reg = <0 0xe6020000 0 0x0c>;
270 clocks = <&cpg CPG_MOD 402>;
271 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
272 resets = <&cpg 402>;
273 status = "disabled";
274 };
275
Marek Vasut252c8b42018-06-06 19:58:17 +0200276 gpio0: gpio@e6050000 {
277 compatible = "renesas,gpio-r8a7790",
278 "renesas,rcar-gen2-gpio";
279 reg = <0 0xe6050000 0 0x50>;
280 interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;
281 #gpio-cells = <2>;
282 gpio-controller;
283 gpio-ranges = <&pfc 0 0 32>;
284 #interrupt-cells = <2>;
285 interrupt-controller;
286 clocks = <&cpg CPG_MOD 912>;
287 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
288 resets = <&cpg 912>;
289 };
290
291 gpio1: gpio@e6051000 {
292 compatible = "renesas,gpio-r8a7790",
293 "renesas,rcar-gen2-gpio";
294 reg = <0 0xe6051000 0 0x50>;
295 interrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>;
296 #gpio-cells = <2>;
297 gpio-controller;
298 gpio-ranges = <&pfc 0 32 30>;
299 #interrupt-cells = <2>;
300 interrupt-controller;
301 clocks = <&cpg CPG_MOD 911>;
302 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
303 resets = <&cpg 911>;
304 };
305
306 gpio2: gpio@e6052000 {
307 compatible = "renesas,gpio-r8a7790",
308 "renesas,rcar-gen2-gpio";
309 reg = <0 0xe6052000 0 0x50>;
310 interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>;
311 #gpio-cells = <2>;
312 gpio-controller;
313 gpio-ranges = <&pfc 0 64 30>;
314 #interrupt-cells = <2>;
315 interrupt-controller;
316 clocks = <&cpg CPG_MOD 910>;
317 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
318 resets = <&cpg 910>;
319 };
320
321 gpio3: gpio@e6053000 {
322 compatible = "renesas,gpio-r8a7790",
323 "renesas,rcar-gen2-gpio";
324 reg = <0 0xe6053000 0 0x50>;
325 interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>;
326 #gpio-cells = <2>;
327 gpio-controller;
328 gpio-ranges = <&pfc 0 96 32>;
329 #interrupt-cells = <2>;
330 interrupt-controller;
331 clocks = <&cpg CPG_MOD 909>;
332 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
333 resets = <&cpg 909>;
334 };
335
336 gpio4: gpio@e6054000 {
337 compatible = "renesas,gpio-r8a7790",
338 "renesas,rcar-gen2-gpio";
339 reg = <0 0xe6054000 0 0x50>;
340 interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>;
341 #gpio-cells = <2>;
342 gpio-controller;
343 gpio-ranges = <&pfc 0 128 32>;
344 #interrupt-cells = <2>;
345 interrupt-controller;
346 clocks = <&cpg CPG_MOD 908>;
347 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
348 resets = <&cpg 908>;
349 };
350
351 gpio5: gpio@e6055000 {
352 compatible = "renesas,gpio-r8a7790",
353 "renesas,rcar-gen2-gpio";
354 reg = <0 0xe6055000 0 0x50>;
355 interrupts = <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>;
356 #gpio-cells = <2>;
357 gpio-controller;
358 gpio-ranges = <&pfc 0 160 32>;
359 #interrupt-cells = <2>;
360 interrupt-controller;
361 clocks = <&cpg CPG_MOD 907>;
362 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
363 resets = <&cpg 907>;
364 };
365
366 pfc: pin-controller@e6060000 {
367 compatible = "renesas,pfc-r8a7790";
368 reg = <0 0xe6060000 0 0x250>;
369 };
370
371 cpg: clock-controller@e6150000 {
372 compatible = "renesas,r8a7790-cpg-mssr";
373 reg = <0 0xe6150000 0 0x1000>;
374 clocks = <&extal_clk>, <&usb_extal_clk>;
375 clock-names = "extal", "usb_extal";
376 #clock-cells = <2>;
377 #power-domain-cells = <0>;
378 #reset-cells = <1>;
379 };
380
381 apmu@e6151000 {
382 compatible = "renesas,r8a7790-apmu", "renesas,apmu";
383 reg = <0 0xe6151000 0 0x188>;
384 cpus = <&cpu4 &cpu5 &cpu6 &cpu7>;
385 };
386
387 apmu@e6152000 {
388 compatible = "renesas,r8a7790-apmu", "renesas,apmu";
389 reg = <0 0xe6152000 0 0x188>;
390 cpus = <&cpu0 &cpu1 &cpu2 &cpu3>;
391 };
392
393 rst: reset-controller@e6160000 {
394 compatible = "renesas,r8a7790-rst";
395 reg = <0 0xe6160000 0 0x0100>;
396 };
397
398 sysc: system-controller@e6180000 {
399 compatible = "renesas,r8a7790-sysc";
400 reg = <0 0xe6180000 0 0x0200>;
401 #power-domain-cells = <1>;
402 };
403
404 irqc0: interrupt-controller@e61c0000 {
405 compatible = "renesas,irqc-r8a7790", "renesas,irqc";
406 #interrupt-cells = <2>;
407 interrupt-controller;
408 reg = <0 0xe61c0000 0 0x200>;
409 interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,
410 <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>,
411 <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>,
412 <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>;
413 clocks = <&cpg CPG_MOD 407>;
414 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
415 resets = <&cpg 407>;
416 };
417
418 thermal: thermal@e61f0000 {
419 compatible = "renesas,thermal-r8a7790",
420 "renesas,rcar-gen2-thermal",
421 "renesas,rcar-thermal";
422 reg = <0 0xe61f0000 0 0x10>, <0 0xe61f0100 0 0x38>;
423 interrupts = <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>;
424 clocks = <&cpg CPG_MOD 522>;
425 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
426 resets = <&cpg 522>;
427 #thermal-sensor-cells = <0>;
428 };
429
430 ipmmu_sy0: mmu@e6280000 {
431 compatible = "renesas,ipmmu-r8a7790",
432 "renesas,ipmmu-vmsa";
433 reg = <0 0xe6280000 0 0x1000>;
434 interrupts = <GIC_SPI 223 IRQ_TYPE_LEVEL_HIGH>,
435 <GIC_SPI 224 IRQ_TYPE_LEVEL_HIGH>;
436 #iommu-cells = <1>;
437 status = "disabled";
438 };
439
440 ipmmu_sy1: mmu@e6290000 {
441 compatible = "renesas,ipmmu-r8a7790",
442 "renesas,ipmmu-vmsa";
443 reg = <0 0xe6290000 0 0x1000>;
444 interrupts = <GIC_SPI 225 IRQ_TYPE_LEVEL_HIGH>;
445 #iommu-cells = <1>;
446 status = "disabled";
447 };
448
449 ipmmu_ds: mmu@e6740000 {
450 compatible = "renesas,ipmmu-r8a7790",
451 "renesas,ipmmu-vmsa";
452 reg = <0 0xe6740000 0 0x1000>;
453 interrupts = <GIC_SPI 198 IRQ_TYPE_LEVEL_HIGH>,
454 <GIC_SPI 199 IRQ_TYPE_LEVEL_HIGH>;
455 #iommu-cells = <1>;
456 status = "disabled";
457 };
458
459 ipmmu_mp: mmu@ec680000 {
460 compatible = "renesas,ipmmu-r8a7790",
461 "renesas,ipmmu-vmsa";
462 reg = <0 0xec680000 0 0x1000>;
463 interrupts = <GIC_SPI 226 IRQ_TYPE_LEVEL_HIGH>;
464 #iommu-cells = <1>;
465 status = "disabled";
466 };
467
468 ipmmu_mx: mmu@fe951000 {
469 compatible = "renesas,ipmmu-r8a7790",
470 "renesas,ipmmu-vmsa";
471 reg = <0 0xfe951000 0 0x1000>;
472 interrupts = <GIC_SPI 222 IRQ_TYPE_LEVEL_HIGH>,
473 <GIC_SPI 221 IRQ_TYPE_LEVEL_HIGH>;
474 #iommu-cells = <1>;
475 status = "disabled";
476 };
477
478 ipmmu_rt: mmu@ffc80000 {
479 compatible = "renesas,ipmmu-r8a7790",
480 "renesas,ipmmu-vmsa";
481 reg = <0 0xffc80000 0 0x1000>;
482 interrupts = <GIC_SPI 307 IRQ_TYPE_LEVEL_HIGH>;
483 #iommu-cells = <1>;
484 status = "disabled";
485 };
486
487 icram0: sram@e63a0000 {
488 compatible = "mmio-sram";
489 reg = <0 0xe63a0000 0 0x12000>;
Marek Vasut329267f2020-04-04 15:21:26 +0200490 #address-cells = <1>;
491 #size-cells = <1>;
492 ranges = <0 0 0xe63a0000 0x12000>;
Marek Vasut252c8b42018-06-06 19:58:17 +0200493 };
494
495 icram1: sram@e63c0000 {
496 compatible = "mmio-sram";
497 reg = <0 0xe63c0000 0 0x1000>;
498 #address-cells = <1>;
499 #size-cells = <1>;
500 ranges = <0 0 0xe63c0000 0x1000>;
501
502 smp-sram@0 {
503 compatible = "renesas,smp-sram";
Marek Vasut3b255532018-12-03 21:39:48 +0100504 reg = <0 0x100>;
Marek Vasut252c8b42018-06-06 19:58:17 +0200505 };
506 };
507
508 i2c0: i2c@e6508000 {
509 #address-cells = <1>;
510 #size-cells = <0>;
511 compatible = "renesas,i2c-r8a7790",
512 "renesas,rcar-gen2-i2c";
513 reg = <0 0xe6508000 0 0x40>;
514 interrupts = <GIC_SPI 287 IRQ_TYPE_LEVEL_HIGH>;
515 clocks = <&cpg CPG_MOD 931>;
516 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
517 resets = <&cpg 931>;
518 i2c-scl-internal-delay-ns = <110>;
519 status = "disabled";
520 };
521
522 i2c1: i2c@e6518000 {
523 #address-cells = <1>;
524 #size-cells = <0>;
525 compatible = "renesas,i2c-r8a7790",
526 "renesas,rcar-gen2-i2c";
527 reg = <0 0xe6518000 0 0x40>;
528 interrupts = <GIC_SPI 288 IRQ_TYPE_LEVEL_HIGH>;
529 clocks = <&cpg CPG_MOD 930>;
530 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
531 resets = <&cpg 930>;
532 i2c-scl-internal-delay-ns = <6>;
533 status = "disabled";
534 };
535
536 i2c2: i2c@e6530000 {
537 #address-cells = <1>;
538 #size-cells = <0>;
539 compatible = "renesas,i2c-r8a7790",
540 "renesas,rcar-gen2-i2c";
541 reg = <0 0xe6530000 0 0x40>;
542 interrupts = <GIC_SPI 286 IRQ_TYPE_LEVEL_HIGH>;
543 clocks = <&cpg CPG_MOD 929>;
544 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
545 resets = <&cpg 929>;
546 i2c-scl-internal-delay-ns = <6>;
547 status = "disabled";
548 };
549
550 i2c3: i2c@e6540000 {
551 #address-cells = <1>;
552 #size-cells = <0>;
553 compatible = "renesas,i2c-r8a7790",
554 "renesas,rcar-gen2-i2c";
555 reg = <0 0xe6540000 0 0x40>;
556 interrupts = <GIC_SPI 290 IRQ_TYPE_LEVEL_HIGH>;
557 clocks = <&cpg CPG_MOD 928>;
558 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
559 resets = <&cpg 928>;
560 i2c-scl-internal-delay-ns = <110>;
561 status = "disabled";
562 };
563
564 iic0: i2c@e6500000 {
565 #address-cells = <1>;
566 #size-cells = <0>;
567 compatible = "renesas,iic-r8a7790",
568 "renesas,rcar-gen2-iic",
569 "renesas,rmobile-iic";
570 reg = <0 0xe6500000 0 0x425>;
571 interrupts = <GIC_SPI 174 IRQ_TYPE_LEVEL_HIGH>;
572 clocks = <&cpg CPG_MOD 318>;
573 dmas = <&dmac0 0x61>, <&dmac0 0x62>,
574 <&dmac1 0x61>, <&dmac1 0x62>;
575 dma-names = "tx", "rx", "tx", "rx";
576 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
577 resets = <&cpg 318>;
578 status = "disabled";
579 };
580
581 iic1: i2c@e6510000 {
582 #address-cells = <1>;
583 #size-cells = <0>;
584 compatible = "renesas,iic-r8a7790",
585 "renesas,rcar-gen2-iic",
586 "renesas,rmobile-iic";
587 reg = <0 0xe6510000 0 0x425>;
588 interrupts = <GIC_SPI 175 IRQ_TYPE_LEVEL_HIGH>;
589 clocks = <&cpg CPG_MOD 323>;
590 dmas = <&dmac0 0x65>, <&dmac0 0x66>,
591 <&dmac1 0x65>, <&dmac1 0x66>;
592 dma-names = "tx", "rx", "tx", "rx";
593 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
594 resets = <&cpg 323>;
595 status = "disabled";
596 };
597
598 iic2: i2c@e6520000 {
599 #address-cells = <1>;
600 #size-cells = <0>;
601 compatible = "renesas,iic-r8a7790",
602 "renesas,rcar-gen2-iic",
603 "renesas,rmobile-iic";
604 reg = <0 0xe6520000 0 0x425>;
605 interrupts = <GIC_SPI 176 IRQ_TYPE_LEVEL_HIGH>;
606 clocks = <&cpg CPG_MOD 300>;
607 dmas = <&dmac0 0x69>, <&dmac0 0x6a>,
608 <&dmac1 0x69>, <&dmac1 0x6a>;
609 dma-names = "tx", "rx", "tx", "rx";
610 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
611 resets = <&cpg 300>;
612 status = "disabled";
613 };
614
615 iic3: i2c@e60b0000 {
616 #address-cells = <1>;
617 #size-cells = <0>;
618 compatible = "renesas,iic-r8a7790",
619 "renesas,rcar-gen2-iic",
620 "renesas,rmobile-iic";
621 reg = <0 0xe60b0000 0 0x425>;
622 interrupts = <GIC_SPI 173 IRQ_TYPE_LEVEL_HIGH>;
623 clocks = <&cpg CPG_MOD 926>;
624 dmas = <&dmac0 0x77>, <&dmac0 0x78>,
625 <&dmac1 0x77>, <&dmac1 0x78>;
626 dma-names = "tx", "rx", "tx", "rx";
627 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
628 resets = <&cpg 926>;
629 status = "disabled";
630 };
631
632 hsusb: usb@e6590000 {
633 compatible = "renesas,usbhs-r8a7790",
634 "renesas,rcar-gen2-usbhs";
635 reg = <0 0xe6590000 0 0x100>;
636 interrupts = <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>;
637 clocks = <&cpg CPG_MOD 704>;
638 dmas = <&usb_dmac0 0>, <&usb_dmac0 1>,
639 <&usb_dmac1 0>, <&usb_dmac1 1>;
640 dma-names = "ch0", "ch1", "ch2", "ch3";
641 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
642 resets = <&cpg 704>;
643 renesas,buswait = <4>;
644 phys = <&usb0 1>;
645 phy-names = "usb";
646 status = "disabled";
647 };
648
649 usbphy: usb-phy@e6590100 {
650 compatible = "renesas,usb-phy-r8a7790",
651 "renesas,rcar-gen2-usb-phy";
652 reg = <0 0xe6590100 0 0x100>;
653 #address-cells = <1>;
654 #size-cells = <0>;
655 clocks = <&cpg CPG_MOD 704>;
656 clock-names = "usbhs";
657 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
658 resets = <&cpg 704>;
659 status = "disabled";
660
661 usb0: usb-channel@0 {
662 reg = <0>;
663 #phy-cells = <1>;
664 };
665 usb2: usb-channel@2 {
666 reg = <2>;
667 #phy-cells = <1>;
668 };
669 };
670
671 usb_dmac0: dma-controller@e65a0000 {
672 compatible = "renesas,r8a7790-usb-dmac",
673 "renesas,usb-dmac";
674 reg = <0 0xe65a0000 0 0x100>;
Marek Vasut329267f2020-04-04 15:21:26 +0200675 interrupts = <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>,
676 <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>;
Marek Vasut252c8b42018-06-06 19:58:17 +0200677 interrupt-names = "ch0", "ch1";
678 clocks = <&cpg CPG_MOD 330>;
679 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
680 resets = <&cpg 330>;
681 #dma-cells = <1>;
682 dma-channels = <2>;
683 };
684
685 usb_dmac1: dma-controller@e65b0000 {
686 compatible = "renesas,r8a7790-usb-dmac",
687 "renesas,usb-dmac";
688 reg = <0 0xe65b0000 0 0x100>;
Marek Vasut329267f2020-04-04 15:21:26 +0200689 interrupts = <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>,
690 <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>;
Marek Vasut252c8b42018-06-06 19:58:17 +0200691 interrupt-names = "ch0", "ch1";
692 clocks = <&cpg CPG_MOD 331>;
693 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
694 resets = <&cpg 331>;
695 #dma-cells = <1>;
696 dma-channels = <2>;
697 };
698
699 dmac0: dma-controller@e6700000 {
700 compatible = "renesas,dmac-r8a7790",
701 "renesas,rcar-dmac";
702 reg = <0 0xe6700000 0 0x20000>;
Marek Vasut329267f2020-04-04 15:21:26 +0200703 interrupts = <GIC_SPI 197 IRQ_TYPE_LEVEL_HIGH>,
704 <GIC_SPI 200 IRQ_TYPE_LEVEL_HIGH>,
705 <GIC_SPI 201 IRQ_TYPE_LEVEL_HIGH>,
706 <GIC_SPI 202 IRQ_TYPE_LEVEL_HIGH>,
707 <GIC_SPI 203 IRQ_TYPE_LEVEL_HIGH>,
708 <GIC_SPI 204 IRQ_TYPE_LEVEL_HIGH>,
709 <GIC_SPI 205 IRQ_TYPE_LEVEL_HIGH>,
710 <GIC_SPI 206 IRQ_TYPE_LEVEL_HIGH>,
711 <GIC_SPI 207 IRQ_TYPE_LEVEL_HIGH>,
712 <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>,
713 <GIC_SPI 209 IRQ_TYPE_LEVEL_HIGH>,
714 <GIC_SPI 210 IRQ_TYPE_LEVEL_HIGH>,
715 <GIC_SPI 211 IRQ_TYPE_LEVEL_HIGH>,
716 <GIC_SPI 212 IRQ_TYPE_LEVEL_HIGH>,
717 <GIC_SPI 213 IRQ_TYPE_LEVEL_HIGH>,
718 <GIC_SPI 214 IRQ_TYPE_LEVEL_HIGH>;
Marek Vasut252c8b42018-06-06 19:58:17 +0200719 interrupt-names = "error",
720 "ch0", "ch1", "ch2", "ch3",
721 "ch4", "ch5", "ch6", "ch7",
722 "ch8", "ch9", "ch10", "ch11",
723 "ch12", "ch13", "ch14";
724 clocks = <&cpg CPG_MOD 219>;
725 clock-names = "fck";
726 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
727 resets = <&cpg 219>;
728 #dma-cells = <1>;
729 dma-channels = <15>;
730 };
731
732 dmac1: dma-controller@e6720000 {
733 compatible = "renesas,dmac-r8a7790",
734 "renesas,rcar-dmac";
735 reg = <0 0xe6720000 0 0x20000>;
Marek Vasut329267f2020-04-04 15:21:26 +0200736 interrupts = <GIC_SPI 220 IRQ_TYPE_LEVEL_HIGH>,
737 <GIC_SPI 216 IRQ_TYPE_LEVEL_HIGH>,
738 <GIC_SPI 217 IRQ_TYPE_LEVEL_HIGH>,
739 <GIC_SPI 218 IRQ_TYPE_LEVEL_HIGH>,
740 <GIC_SPI 219 IRQ_TYPE_LEVEL_HIGH>,
741 <GIC_SPI 308 IRQ_TYPE_LEVEL_HIGH>,
742 <GIC_SPI 309 IRQ_TYPE_LEVEL_HIGH>,
743 <GIC_SPI 310 IRQ_TYPE_LEVEL_HIGH>,
744 <GIC_SPI 311 IRQ_TYPE_LEVEL_HIGH>,
745 <GIC_SPI 312 IRQ_TYPE_LEVEL_HIGH>,
746 <GIC_SPI 313 IRQ_TYPE_LEVEL_HIGH>,
747 <GIC_SPI 314 IRQ_TYPE_LEVEL_HIGH>,
748 <GIC_SPI 315 IRQ_TYPE_LEVEL_HIGH>,
749 <GIC_SPI 316 IRQ_TYPE_LEVEL_HIGH>,
750 <GIC_SPI 317 IRQ_TYPE_LEVEL_HIGH>,
751 <GIC_SPI 318 IRQ_TYPE_LEVEL_HIGH>;
Marek Vasut252c8b42018-06-06 19:58:17 +0200752 interrupt-names = "error",
753 "ch0", "ch1", "ch2", "ch3",
754 "ch4", "ch5", "ch6", "ch7",
755 "ch8", "ch9", "ch10", "ch11",
756 "ch12", "ch13", "ch14";
757 clocks = <&cpg CPG_MOD 218>;
758 clock-names = "fck";
759 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
760 resets = <&cpg 218>;
761 #dma-cells = <1>;
762 dma-channels = <15>;
763 };
764
765 avb: ethernet@e6800000 {
766 compatible = "renesas,etheravb-r8a7790",
767 "renesas,etheravb-rcar-gen2";
768 reg = <0 0xe6800000 0 0x800>, <0 0xee0e8000 0 0x4000>;
769 interrupts = <GIC_SPI 163 IRQ_TYPE_LEVEL_HIGH>;
770 clocks = <&cpg CPG_MOD 812>;
771 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
772 resets = <&cpg 812>;
773 #address-cells = <1>;
774 #size-cells = <0>;
775 status = "disabled";
776 };
777
778 qspi: spi@e6b10000 {
779 compatible = "renesas,qspi-r8a7790", "renesas,qspi";
780 reg = <0 0xe6b10000 0 0x2c>;
781 interrupts = <GIC_SPI 184 IRQ_TYPE_LEVEL_HIGH>;
782 clocks = <&cpg CPG_MOD 917>;
783 dmas = <&dmac0 0x17>, <&dmac0 0x18>,
784 <&dmac1 0x17>, <&dmac1 0x18>;
785 dma-names = "tx", "rx", "tx", "rx";
786 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
787 resets = <&cpg 917>;
788 num-cs = <1>;
789 #address-cells = <1>;
790 #size-cells = <0>;
791 status = "disabled";
792 };
793
794 scifa0: serial@e6c40000 {
795 compatible = "renesas,scifa-r8a7790",
796 "renesas,rcar-gen2-scifa", "renesas,scifa";
797 reg = <0 0xe6c40000 0 64>;
798 interrupts = <GIC_SPI 144 IRQ_TYPE_LEVEL_HIGH>;
799 clocks = <&cpg CPG_MOD 204>;
800 clock-names = "fck";
801 dmas = <&dmac0 0x21>, <&dmac0 0x22>,
802 <&dmac1 0x21>, <&dmac1 0x22>;
803 dma-names = "tx", "rx", "tx", "rx";
804 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
805 resets = <&cpg 204>;
806 status = "disabled";
807 };
808
809 scifa1: serial@e6c50000 {
810 compatible = "renesas,scifa-r8a7790",
811 "renesas,rcar-gen2-scifa", "renesas,scifa";
812 reg = <0 0xe6c50000 0 64>;
813 interrupts = <GIC_SPI 145 IRQ_TYPE_LEVEL_HIGH>;
814 clocks = <&cpg CPG_MOD 203>;
815 clock-names = "fck";
816 dmas = <&dmac0 0x25>, <&dmac0 0x26>,
817 <&dmac1 0x25>, <&dmac1 0x26>;
818 dma-names = "tx", "rx", "tx", "rx";
819 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
820 resets = <&cpg 203>;
821 status = "disabled";
822 };
823
824 scifa2: serial@e6c60000 {
825 compatible = "renesas,scifa-r8a7790",
826 "renesas,rcar-gen2-scifa", "renesas,scifa";
827 reg = <0 0xe6c60000 0 64>;
828 interrupts = <GIC_SPI 151 IRQ_TYPE_LEVEL_HIGH>;
829 clocks = <&cpg CPG_MOD 202>;
830 clock-names = "fck";
831 dmas = <&dmac0 0x27>, <&dmac0 0x28>,
832 <&dmac1 0x27>, <&dmac1 0x28>;
833 dma-names = "tx", "rx", "tx", "rx";
834 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
835 resets = <&cpg 202>;
836 status = "disabled";
837 };
838
839 scifb0: serial@e6c20000 {
840 compatible = "renesas,scifb-r8a7790",
841 "renesas,rcar-gen2-scifb", "renesas,scifb";
842 reg = <0 0xe6c20000 0 0x100>;
843 interrupts = <GIC_SPI 148 IRQ_TYPE_LEVEL_HIGH>;
844 clocks = <&cpg CPG_MOD 206>;
845 clock-names = "fck";
846 dmas = <&dmac0 0x3d>, <&dmac0 0x3e>,
847 <&dmac1 0x3d>, <&dmac1 0x3e>;
848 dma-names = "tx", "rx", "tx", "rx";
849 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
850 resets = <&cpg 206>;
851 status = "disabled";
852 };
853
854 scifb1: serial@e6c30000 {
855 compatible = "renesas,scifb-r8a7790",
856 "renesas,rcar-gen2-scifb", "renesas,scifb";
857 reg = <0 0xe6c30000 0 0x100>;
858 interrupts = <GIC_SPI 149 IRQ_TYPE_LEVEL_HIGH>;
859 clocks = <&cpg CPG_MOD 207>;
860 clock-names = "fck";
861 dmas = <&dmac0 0x19>, <&dmac0 0x1a>,
862 <&dmac1 0x19>, <&dmac1 0x1a>;
863 dma-names = "tx", "rx", "tx", "rx";
864 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
865 resets = <&cpg 207>;
866 status = "disabled";
867 };
868
869 scifb2: serial@e6ce0000 {
870 compatible = "renesas,scifb-r8a7790",
871 "renesas,rcar-gen2-scifb", "renesas,scifb";
872 reg = <0 0xe6ce0000 0 0x100>;
873 interrupts = <GIC_SPI 150 IRQ_TYPE_LEVEL_HIGH>;
874 clocks = <&cpg CPG_MOD 216>;
875 clock-names = "fck";
876 dmas = <&dmac0 0x1d>, <&dmac0 0x1e>,
877 <&dmac1 0x1d>, <&dmac1 0x1e>;
878 dma-names = "tx", "rx", "tx", "rx";
879 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
880 resets = <&cpg 216>;
881 status = "disabled";
882 };
883
884 scif0: serial@e6e60000 {
885 compatible = "renesas,scif-r8a7790",
886 "renesas,rcar-gen2-scif",
887 "renesas,scif";
888 reg = <0 0xe6e60000 0 64>;
889 interrupts = <GIC_SPI 152 IRQ_TYPE_LEVEL_HIGH>;
890 clocks = <&cpg CPG_MOD 721>,
891 <&cpg CPG_CORE R8A7790_CLK_ZS>, <&scif_clk>;
892 clock-names = "fck", "brg_int", "scif_clk";
893 dmas = <&dmac0 0x29>, <&dmac0 0x2a>,
894 <&dmac1 0x29>, <&dmac1 0x2a>;
895 dma-names = "tx", "rx", "tx", "rx";
896 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
897 resets = <&cpg 721>;
898 status = "disabled";
899 };
900
901 scif1: serial@e6e68000 {
902 compatible = "renesas,scif-r8a7790",
903 "renesas,rcar-gen2-scif",
904 "renesas,scif";
905 reg = <0 0xe6e68000 0 64>;
906 interrupts = <GIC_SPI 153 IRQ_TYPE_LEVEL_HIGH>;
907 clocks = <&cpg CPG_MOD 720>,
908 <&cpg CPG_CORE R8A7790_CLK_ZS>, <&scif_clk>;
909 clock-names = "fck", "brg_int", "scif_clk";
910 dmas = <&dmac0 0x2d>, <&dmac0 0x2e>,
911 <&dmac1 0x2d>, <&dmac1 0x2e>;
912 dma-names = "tx", "rx", "tx", "rx";
913 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
914 resets = <&cpg 720>;
915 status = "disabled";
916 };
917
918 scif2: serial@e6e56000 {
919 compatible = "renesas,scif-r8a7790",
920 "renesas,rcar-gen2-scif",
921 "renesas,scif";
922 reg = <0 0xe6e56000 0 64>;
923 interrupts = <GIC_SPI 164 IRQ_TYPE_LEVEL_HIGH>;
924 clocks = <&cpg CPG_MOD 310>,
925 <&cpg CPG_CORE R8A7790_CLK_ZS>, <&scif_clk>;
926 clock-names = "fck", "brg_int", "scif_clk";
927 dmas = <&dmac0 0x2b>, <&dmac0 0x2c>,
928 <&dmac1 0x2b>, <&dmac1 0x2c>;
929 dma-names = "tx", "rx", "tx", "rx";
930 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
931 resets = <&cpg 310>;
932 status = "disabled";
933 };
934
935 hscif0: serial@e62c0000 {
936 compatible = "renesas,hscif-r8a7790",
937 "renesas,rcar-gen2-hscif", "renesas,hscif";
938 reg = <0 0xe62c0000 0 96>;
939 interrupts = <GIC_SPI 154 IRQ_TYPE_LEVEL_HIGH>;
940 clocks = <&cpg CPG_MOD 717>,
941 <&cpg CPG_CORE R8A7790_CLK_ZS>, <&scif_clk>;
942 clock-names = "fck", "brg_int", "scif_clk";
943 dmas = <&dmac0 0x39>, <&dmac0 0x3a>,
944 <&dmac1 0x39>, <&dmac1 0x3a>;
945 dma-names = "tx", "rx", "tx", "rx";
946 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
947 resets = <&cpg 717>;
948 status = "disabled";
949 };
950
951 hscif1: serial@e62c8000 {
952 compatible = "renesas,hscif-r8a7790",
953 "renesas,rcar-gen2-hscif", "renesas,hscif";
954 reg = <0 0xe62c8000 0 96>;
955 interrupts = <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>;
956 clocks = <&cpg CPG_MOD 716>,
957 <&cpg CPG_CORE R8A7790_CLK_ZS>, <&scif_clk>;
958 clock-names = "fck", "brg_int", "scif_clk";
959 dmas = <&dmac0 0x4d>, <&dmac0 0x4e>,
960 <&dmac1 0x4d>, <&dmac1 0x4e>;
961 dma-names = "tx", "rx", "tx", "rx";
962 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
963 resets = <&cpg 716>;
964 status = "disabled";
965 };
966
967 msiof0: spi@e6e20000 {
968 compatible = "renesas,msiof-r8a7790",
969 "renesas,rcar-gen2-msiof";
970 reg = <0 0xe6e20000 0 0x0064>;
971 interrupts = <GIC_SPI 156 IRQ_TYPE_LEVEL_HIGH>;
972 clocks = <&cpg CPG_MOD 0>;
973 dmas = <&dmac0 0x51>, <&dmac0 0x52>,
974 <&dmac1 0x51>, <&dmac1 0x52>;
975 dma-names = "tx", "rx", "tx", "rx";
976 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
977 resets = <&cpg 0>;
978 #address-cells = <1>;
979 #size-cells = <0>;
980 status = "disabled";
981 };
982
983 msiof1: spi@e6e10000 {
984 compatible = "renesas,msiof-r8a7790",
985 "renesas,rcar-gen2-msiof";
986 reg = <0 0xe6e10000 0 0x0064>;
987 interrupts = <GIC_SPI 157 IRQ_TYPE_LEVEL_HIGH>;
988 clocks = <&cpg CPG_MOD 208>;
989 dmas = <&dmac0 0x55>, <&dmac0 0x56>,
990 <&dmac1 0x55>, <&dmac1 0x56>;
991 dma-names = "tx", "rx", "tx", "rx";
992 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
993 resets = <&cpg 208>;
994 #address-cells = <1>;
995 #size-cells = <0>;
996 status = "disabled";
997 };
998
999 msiof2: spi@e6e00000 {
1000 compatible = "renesas,msiof-r8a7790",
1001 "renesas,rcar-gen2-msiof";
1002 reg = <0 0xe6e00000 0 0x0064>;
1003 interrupts = <GIC_SPI 158 IRQ_TYPE_LEVEL_HIGH>;
1004 clocks = <&cpg CPG_MOD 205>;
1005 dmas = <&dmac0 0x41>, <&dmac0 0x42>,
1006 <&dmac1 0x41>, <&dmac1 0x42>;
1007 dma-names = "tx", "rx", "tx", "rx";
1008 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
1009 resets = <&cpg 205>;
1010 #address-cells = <1>;
1011 #size-cells = <0>;
1012 status = "disabled";
1013 };
1014
1015 msiof3: spi@e6c90000 {
1016 compatible = "renesas,msiof-r8a7790",
1017 "renesas,rcar-gen2-msiof";
1018 reg = <0 0xe6c90000 0 0x0064>;
1019 interrupts = <GIC_SPI 159 IRQ_TYPE_LEVEL_HIGH>;
1020 clocks = <&cpg CPG_MOD 215>;
1021 dmas = <&dmac0 0x45>, <&dmac0 0x46>,
1022 <&dmac1 0x45>, <&dmac1 0x46>;
1023 dma-names = "tx", "rx", "tx", "rx";
1024 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
1025 resets = <&cpg 215>;
1026 #address-cells = <1>;
1027 #size-cells = <0>;
1028 status = "disabled";
1029 };
1030
1031 can0: can@e6e80000 {
1032 compatible = "renesas,can-r8a7790",
1033 "renesas,rcar-gen2-can";
1034 reg = <0 0xe6e80000 0 0x1000>;
1035 interrupts = <GIC_SPI 186 IRQ_TYPE_LEVEL_HIGH>;
1036 clocks = <&cpg CPG_MOD 916>,
1037 <&cpg CPG_CORE R8A7790_CLK_RCAN>, <&can_clk>;
1038 clock-names = "clkp1", "clkp2", "can_clk";
1039 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
1040 resets = <&cpg 916>;
1041 status = "disabled";
1042 };
1043
1044 can1: can@e6e88000 {
1045 compatible = "renesas,can-r8a7790",
1046 "renesas,rcar-gen2-can";
1047 reg = <0 0xe6e88000 0 0x1000>;
1048 interrupts = <GIC_SPI 187 IRQ_TYPE_LEVEL_HIGH>;
1049 clocks = <&cpg CPG_MOD 915>,
1050 <&cpg CPG_CORE R8A7790_CLK_RCAN>, <&can_clk>;
1051 clock-names = "clkp1", "clkp2", "can_clk";
1052 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
1053 resets = <&cpg 915>;
1054 status = "disabled";
1055 };
1056
1057 vin0: video@e6ef0000 {
1058 compatible = "renesas,vin-r8a7790",
1059 "renesas,rcar-gen2-vin";
1060 reg = <0 0xe6ef0000 0 0x1000>;
1061 interrupts = <GIC_SPI 188 IRQ_TYPE_LEVEL_HIGH>;
1062 clocks = <&cpg CPG_MOD 811>;
1063 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
1064 resets = <&cpg 811>;
1065 status = "disabled";
1066 };
1067
1068 vin1: video@e6ef1000 {
1069 compatible = "renesas,vin-r8a7790",
1070 "renesas,rcar-gen2-vin";
1071 reg = <0 0xe6ef1000 0 0x1000>;
1072 interrupts = <GIC_SPI 189 IRQ_TYPE_LEVEL_HIGH>;
1073 clocks = <&cpg CPG_MOD 810>;
1074 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
1075 resets = <&cpg 810>;
1076 status = "disabled";
1077 };
1078
1079 vin2: video@e6ef2000 {
1080 compatible = "renesas,vin-r8a7790",
1081 "renesas,rcar-gen2-vin";
1082 reg = <0 0xe6ef2000 0 0x1000>;
1083 interrupts = <GIC_SPI 190 IRQ_TYPE_LEVEL_HIGH>;
1084 clocks = <&cpg CPG_MOD 809>;
1085 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
1086 resets = <&cpg 809>;
1087 status = "disabled";
1088 };
1089
1090 vin3: video@e6ef3000 {
1091 compatible = "renesas,vin-r8a7790",
1092 "renesas,rcar-gen2-vin";
1093 reg = <0 0xe6ef3000 0 0x1000>;
1094 interrupts = <GIC_SPI 191 IRQ_TYPE_LEVEL_HIGH>;
1095 clocks = <&cpg CPG_MOD 808>;
1096 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
1097 resets = <&cpg 808>;
1098 status = "disabled";
1099 };
1100
1101 rcar_sound: sound@ec500000 {
1102 /*
1103 * #sound-dai-cells is required
1104 *
1105 * Single DAI : #sound-dai-cells = <0>; <&rcar_sound>;
1106 * Multi DAI : #sound-dai-cells = <1>; <&rcar_sound N>;
1107 */
1108 compatible = "renesas,rcar_sound-r8a7790",
1109 "renesas,rcar_sound-gen2";
1110 reg = <0 0xec500000 0 0x1000>, /* SCU */
1111 <0 0xec5a0000 0 0x100>, /* ADG */
1112 <0 0xec540000 0 0x1000>, /* SSIU */
1113 <0 0xec541000 0 0x280>, /* SSI */
1114 <0 0xec740000 0 0x200>; /* Audio DMAC peri peri*/
1115 reg-names = "scu", "adg", "ssiu", "ssi", "audmapp";
1116
1117 clocks = <&cpg CPG_MOD 1005>,
1118 <&cpg CPG_MOD 1006>, <&cpg CPG_MOD 1007>,
1119 <&cpg CPG_MOD 1008>, <&cpg CPG_MOD 1009>,
1120 <&cpg CPG_MOD 1010>, <&cpg CPG_MOD 1011>,
1121 <&cpg CPG_MOD 1012>, <&cpg CPG_MOD 1013>,
1122 <&cpg CPG_MOD 1014>, <&cpg CPG_MOD 1015>,
1123 <&cpg CPG_MOD 1022>, <&cpg CPG_MOD 1023>,
1124 <&cpg CPG_MOD 1024>, <&cpg CPG_MOD 1025>,
1125 <&cpg CPG_MOD 1026>, <&cpg CPG_MOD 1027>,
1126 <&cpg CPG_MOD 1028>, <&cpg CPG_MOD 1029>,
1127 <&cpg CPG_MOD 1030>, <&cpg CPG_MOD 1031>,
1128 <&cpg CPG_MOD 1021>, <&cpg CPG_MOD 1020>,
1129 <&cpg CPG_MOD 1021>, <&cpg CPG_MOD 1020>,
1130 <&cpg CPG_MOD 1019>, <&cpg CPG_MOD 1018>,
1131 <&audio_clk_a>, <&audio_clk_b>, <&audio_clk_c>,
1132 <&cpg CPG_CORE R8A7790_CLK_M2>;
1133 clock-names = "ssi-all",
1134 "ssi.9", "ssi.8", "ssi.7", "ssi.6",
1135 "ssi.5", "ssi.4", "ssi.3", "ssi.2",
1136 "ssi.1", "ssi.0",
1137 "src.9", "src.8", "src.7", "src.6",
1138 "src.5", "src.4", "src.3", "src.2",
1139 "src.1", "src.0",
1140 "ctu.0", "ctu.1",
1141 "mix.0", "mix.1",
1142 "dvc.0", "dvc.1",
1143 "clk_a", "clk_b", "clk_c", "clk_i";
1144 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
1145 resets = <&cpg 1005>,
1146 <&cpg 1006>, <&cpg 1007>,
1147 <&cpg 1008>, <&cpg 1009>,
1148 <&cpg 1010>, <&cpg 1011>,
1149 <&cpg 1012>, <&cpg 1013>,
1150 <&cpg 1014>, <&cpg 1015>;
1151 reset-names = "ssi-all",
1152 "ssi.9", "ssi.8", "ssi.7", "ssi.6",
1153 "ssi.5", "ssi.4", "ssi.3", "ssi.2",
1154 "ssi.1", "ssi.0";
1155
1156 status = "disabled";
1157
1158 rcar_sound,dvc {
1159 dvc0: dvc-0 {
1160 dmas = <&audma1 0xbc>;
1161 dma-names = "tx";
1162 };
1163 dvc1: dvc-1 {
1164 dmas = <&audma1 0xbe>;
1165 dma-names = "tx";
1166 };
1167 };
1168
1169 rcar_sound,mix {
1170 mix0: mix-0 { };
1171 mix1: mix-1 { };
1172 };
1173
1174 rcar_sound,ctu {
1175 ctu00: ctu-0 { };
1176 ctu01: ctu-1 { };
1177 ctu02: ctu-2 { };
1178 ctu03: ctu-3 { };
1179 ctu10: ctu-4 { };
1180 ctu11: ctu-5 { };
1181 ctu12: ctu-6 { };
1182 ctu13: ctu-7 { };
1183 };
1184
1185 rcar_sound,src {
1186 src0: src-0 {
1187 interrupts = <GIC_SPI 352 IRQ_TYPE_LEVEL_HIGH>;
1188 dmas = <&audma0 0x85>, <&audma1 0x9a>;
1189 dma-names = "rx", "tx";
1190 };
1191 src1: src-1 {
1192 interrupts = <GIC_SPI 353 IRQ_TYPE_LEVEL_HIGH>;
1193 dmas = <&audma0 0x87>, <&audma1 0x9c>;
1194 dma-names = "rx", "tx";
1195 };
1196 src2: src-2 {
1197 interrupts = <GIC_SPI 354 IRQ_TYPE_LEVEL_HIGH>;
1198 dmas = <&audma0 0x89>, <&audma1 0x9e>;
1199 dma-names = "rx", "tx";
1200 };
1201 src3: src-3 {
1202 interrupts = <GIC_SPI 355 IRQ_TYPE_LEVEL_HIGH>;
1203 dmas = <&audma0 0x8b>, <&audma1 0xa0>;
1204 dma-names = "rx", "tx";
1205 };
1206 src4: src-4 {
1207 interrupts = <GIC_SPI 356 IRQ_TYPE_LEVEL_HIGH>;
1208 dmas = <&audma0 0x8d>, <&audma1 0xb0>;
1209 dma-names = "rx", "tx";
1210 };
1211 src5: src-5 {
1212 interrupts = <GIC_SPI 357 IRQ_TYPE_LEVEL_HIGH>;
1213 dmas = <&audma0 0x8f>, <&audma1 0xb2>;
1214 dma-names = "rx", "tx";
1215 };
1216 src6: src-6 {
1217 interrupts = <GIC_SPI 358 IRQ_TYPE_LEVEL_HIGH>;
1218 dmas = <&audma0 0x91>, <&audma1 0xb4>;
1219 dma-names = "rx", "tx";
1220 };
1221 src7: src-7 {
1222 interrupts = <GIC_SPI 359 IRQ_TYPE_LEVEL_HIGH>;
1223 dmas = <&audma0 0x93>, <&audma1 0xb6>;
1224 dma-names = "rx", "tx";
1225 };
1226 src8: src-8 {
1227 interrupts = <GIC_SPI 360 IRQ_TYPE_LEVEL_HIGH>;
1228 dmas = <&audma0 0x95>, <&audma1 0xb8>;
1229 dma-names = "rx", "tx";
1230 };
1231 src9: src-9 {
1232 interrupts = <GIC_SPI 361 IRQ_TYPE_LEVEL_HIGH>;
1233 dmas = <&audma0 0x97>, <&audma1 0xba>;
1234 dma-names = "rx", "tx";
1235 };
1236 };
1237
1238 rcar_sound,ssi {
1239 ssi0: ssi-0 {
1240 interrupts = <GIC_SPI 370 IRQ_TYPE_LEVEL_HIGH>;
1241 dmas = <&audma0 0x01>, <&audma1 0x02>,
1242 <&audma0 0x15>, <&audma1 0x16>;
1243 dma-names = "rx", "tx", "rxu", "txu";
1244 };
1245 ssi1: ssi-1 {
1246 interrupts = <GIC_SPI 371 IRQ_TYPE_LEVEL_HIGH>;
1247 dmas = <&audma0 0x03>, <&audma1 0x04>,
1248 <&audma0 0x49>, <&audma1 0x4a>;
1249 dma-names = "rx", "tx", "rxu", "txu";
1250 };
1251 ssi2: ssi-2 {
1252 interrupts = <GIC_SPI 372 IRQ_TYPE_LEVEL_HIGH>;
1253 dmas = <&audma0 0x05>, <&audma1 0x06>,
1254 <&audma0 0x63>, <&audma1 0x64>;
1255 dma-names = "rx", "tx", "rxu", "txu";
1256 };
1257 ssi3: ssi-3 {
1258 interrupts = <GIC_SPI 373 IRQ_TYPE_LEVEL_HIGH>;
1259 dmas = <&audma0 0x07>, <&audma1 0x08>,
1260 <&audma0 0x6f>, <&audma1 0x70>;
1261 dma-names = "rx", "tx", "rxu", "txu";
1262 };
1263 ssi4: ssi-4 {
1264 interrupts = <GIC_SPI 374 IRQ_TYPE_LEVEL_HIGH>;
1265 dmas = <&audma0 0x09>, <&audma1 0x0a>,
1266 <&audma0 0x71>, <&audma1 0x72>;
1267 dma-names = "rx", "tx", "rxu", "txu";
1268 };
1269 ssi5: ssi-5 {
1270 interrupts = <GIC_SPI 375 IRQ_TYPE_LEVEL_HIGH>;
1271 dmas = <&audma0 0x0b>, <&audma1 0x0c>,
1272 <&audma0 0x73>, <&audma1 0x74>;
1273 dma-names = "rx", "tx", "rxu", "txu";
1274 };
1275 ssi6: ssi-6 {
1276 interrupts = <GIC_SPI 376 IRQ_TYPE_LEVEL_HIGH>;
1277 dmas = <&audma0 0x0d>, <&audma1 0x0e>,
1278 <&audma0 0x75>, <&audma1 0x76>;
1279 dma-names = "rx", "tx", "rxu", "txu";
1280 };
1281 ssi7: ssi-7 {
1282 interrupts = <GIC_SPI 377 IRQ_TYPE_LEVEL_HIGH>;
1283 dmas = <&audma0 0x0f>, <&audma1 0x10>,
1284 <&audma0 0x79>, <&audma1 0x7a>;
1285 dma-names = "rx", "tx", "rxu", "txu";
1286 };
1287 ssi8: ssi-8 {
1288 interrupts = <GIC_SPI 378 IRQ_TYPE_LEVEL_HIGH>;
1289 dmas = <&audma0 0x11>, <&audma1 0x12>,
1290 <&audma0 0x7b>, <&audma1 0x7c>;
1291 dma-names = "rx", "tx", "rxu", "txu";
1292 };
1293 ssi9: ssi-9 {
1294 interrupts = <GIC_SPI 379 IRQ_TYPE_LEVEL_HIGH>;
1295 dmas = <&audma0 0x13>, <&audma1 0x14>,
1296 <&audma0 0x7d>, <&audma1 0x7e>;
1297 dma-names = "rx", "tx", "rxu", "txu";
1298 };
1299 };
1300 };
1301
1302 audma0: dma-controller@ec700000 {
1303 compatible = "renesas,dmac-r8a7790",
1304 "renesas,rcar-dmac";
1305 reg = <0 0xec700000 0 0x10000>;
Marek Vasut329267f2020-04-04 15:21:26 +02001306 interrupts = <GIC_SPI 346 IRQ_TYPE_LEVEL_HIGH>,
1307 <GIC_SPI 320 IRQ_TYPE_LEVEL_HIGH>,
1308 <GIC_SPI 321 IRQ_TYPE_LEVEL_HIGH>,
1309 <GIC_SPI 322 IRQ_TYPE_LEVEL_HIGH>,
1310 <GIC_SPI 323 IRQ_TYPE_LEVEL_HIGH>,
1311 <GIC_SPI 324 IRQ_TYPE_LEVEL_HIGH>,
1312 <GIC_SPI 325 IRQ_TYPE_LEVEL_HIGH>,
1313 <GIC_SPI 326 IRQ_TYPE_LEVEL_HIGH>,
1314 <GIC_SPI 327 IRQ_TYPE_LEVEL_HIGH>,
1315 <GIC_SPI 328 IRQ_TYPE_LEVEL_HIGH>,
1316 <GIC_SPI 329 IRQ_TYPE_LEVEL_HIGH>,
1317 <GIC_SPI 330 IRQ_TYPE_LEVEL_HIGH>,
1318 <GIC_SPI 331 IRQ_TYPE_LEVEL_HIGH>,
1319 <GIC_SPI 332 IRQ_TYPE_LEVEL_HIGH>;
Marek Vasut252c8b42018-06-06 19:58:17 +02001320 interrupt-names = "error",
1321 "ch0", "ch1", "ch2", "ch3",
1322 "ch4", "ch5", "ch6", "ch7",
1323 "ch8", "ch9", "ch10", "ch11",
1324 "ch12";
1325 clocks = <&cpg CPG_MOD 502>;
1326 clock-names = "fck";
1327 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
1328 resets = <&cpg 502>;
1329 #dma-cells = <1>;
1330 dma-channels = <13>;
1331 };
1332
1333 audma1: dma-controller@ec720000 {
1334 compatible = "renesas,dmac-r8a7790",
1335 "renesas,rcar-dmac";
1336 reg = <0 0xec720000 0 0x10000>;
Marek Vasut329267f2020-04-04 15:21:26 +02001337 interrupts = <GIC_SPI 347 IRQ_TYPE_LEVEL_HIGH>,
1338 <GIC_SPI 333 IRQ_TYPE_LEVEL_HIGH>,
1339 <GIC_SPI 334 IRQ_TYPE_LEVEL_HIGH>,
1340 <GIC_SPI 335 IRQ_TYPE_LEVEL_HIGH>,
1341 <GIC_SPI 336 IRQ_TYPE_LEVEL_HIGH>,
1342 <GIC_SPI 337 IRQ_TYPE_LEVEL_HIGH>,
1343 <GIC_SPI 338 IRQ_TYPE_LEVEL_HIGH>,
1344 <GIC_SPI 339 IRQ_TYPE_LEVEL_HIGH>,
1345 <GIC_SPI 340 IRQ_TYPE_LEVEL_HIGH>,
1346 <GIC_SPI 341 IRQ_TYPE_LEVEL_HIGH>,
1347 <GIC_SPI 342 IRQ_TYPE_LEVEL_HIGH>,
1348 <GIC_SPI 343 IRQ_TYPE_LEVEL_HIGH>,
1349 <GIC_SPI 344 IRQ_TYPE_LEVEL_HIGH>,
1350 <GIC_SPI 345 IRQ_TYPE_LEVEL_HIGH>;
Marek Vasut252c8b42018-06-06 19:58:17 +02001351 interrupt-names = "error",
1352 "ch0", "ch1", "ch2", "ch3",
1353 "ch4", "ch5", "ch6", "ch7",
1354 "ch8", "ch9", "ch10", "ch11",
1355 "ch12";
1356 clocks = <&cpg CPG_MOD 501>;
1357 clock-names = "fck";
1358 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
1359 resets = <&cpg 501>;
1360 #dma-cells = <1>;
1361 dma-channels = <13>;
1362 };
1363
1364 xhci: usb@ee000000 {
1365 compatible = "renesas,xhci-r8a7790",
1366 "renesas,rcar-gen2-xhci";
1367 reg = <0 0xee000000 0 0xc00>;
1368 interrupts = <GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>;
1369 clocks = <&cpg CPG_MOD 328>;
1370 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
1371 resets = <&cpg 328>;
1372 phys = <&usb2 1>;
1373 phy-names = "usb";
1374 status = "disabled";
1375 };
1376
1377 pci0: pci@ee090000 {
1378 compatible = "renesas,pci-r8a7790",
1379 "renesas,pci-rcar-gen2";
1380 device_type = "pci";
1381 reg = <0 0xee090000 0 0xc00>,
1382 <0 0xee080000 0 0x1100>;
1383 interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>;
1384 clocks = <&cpg CPG_MOD 703>;
1385 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
1386 resets = <&cpg 703>;
1387 status = "disabled";
1388
1389 bus-range = <0 0>;
1390 #address-cells = <3>;
1391 #size-cells = <2>;
1392 #interrupt-cells = <1>;
1393 ranges = <0x02000000 0 0xee080000 0 0xee080000 0 0x00010000>;
Marek Vasut329267f2020-04-04 15:21:26 +02001394 interrupt-map-mask = <0xf800 0 0 0x7>;
1395 interrupt-map = <0x0000 0 0 1 &gic GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>,
1396 <0x0800 0 0 1 &gic GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>,
1397 <0x1000 0 0 2 &gic GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>;
Marek Vasut252c8b42018-06-06 19:58:17 +02001398
1399 usb@1,0 {
1400 reg = <0x800 0 0 0 0>;
1401 phys = <&usb0 0>;
1402 phy-names = "usb";
1403 };
1404
1405 usb@2,0 {
1406 reg = <0x1000 0 0 0 0>;
1407 phys = <&usb0 0>;
1408 phy-names = "usb";
1409 };
1410 };
1411
1412 pci1: pci@ee0b0000 {
1413 compatible = "renesas,pci-r8a7790",
1414 "renesas,pci-rcar-gen2";
1415 device_type = "pci";
1416 reg = <0 0xee0b0000 0 0xc00>,
1417 <0 0xee0a0000 0 0x1100>;
1418 interrupts = <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>;
1419 clocks = <&cpg CPG_MOD 703>;
1420 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
1421 resets = <&cpg 703>;
1422 status = "disabled";
1423
1424 bus-range = <1 1>;
1425 #address-cells = <3>;
1426 #size-cells = <2>;
1427 #interrupt-cells = <1>;
1428 ranges = <0x02000000 0 0xee0a0000 0 0xee0a0000 0 0x00010000>;
Marek Vasut329267f2020-04-04 15:21:26 +02001429 interrupt-map-mask = <0xf800 0 0 0x7>;
1430 interrupt-map = <0x0000 0 0 1 &gic GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>,
1431 <0x0800 0 0 1 &gic GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>,
1432 <0x1000 0 0 2 &gic GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>;
Marek Vasut252c8b42018-06-06 19:58:17 +02001433 };
1434
1435 pci2: pci@ee0d0000 {
1436 compatible = "renesas,pci-r8a7790",
1437 "renesas,pci-rcar-gen2";
1438 device_type = "pci";
1439 clocks = <&cpg CPG_MOD 703>;
1440 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
1441 resets = <&cpg 703>;
1442 reg = <0 0xee0d0000 0 0xc00>,
1443 <0 0xee0c0000 0 0x1100>;
1444 interrupts = <GIC_SPI 113 IRQ_TYPE_LEVEL_HIGH>;
1445 status = "disabled";
1446
1447 bus-range = <2 2>;
1448 #address-cells = <3>;
1449 #size-cells = <2>;
1450 #interrupt-cells = <1>;
1451 ranges = <0x02000000 0 0xee0c0000 0 0xee0c0000 0 0x00010000>;
Marek Vasut329267f2020-04-04 15:21:26 +02001452 interrupt-map-mask = <0xf800 0 0 0x7>;
1453 interrupt-map = <0x0000 0 0 1 &gic GIC_SPI 113 IRQ_TYPE_LEVEL_HIGH>,
1454 <0x0800 0 0 1 &gic GIC_SPI 113 IRQ_TYPE_LEVEL_HIGH>,
1455 <0x1000 0 0 2 &gic GIC_SPI 113 IRQ_TYPE_LEVEL_HIGH>;
Marek Vasut252c8b42018-06-06 19:58:17 +02001456
1457 usb@1,0 {
1458 reg = <0x20800 0 0 0 0>;
1459 phys = <&usb2 0>;
1460 phy-names = "usb";
1461 };
1462
1463 usb@2,0 {
1464 reg = <0x21000 0 0 0 0>;
1465 phys = <&usb2 0>;
1466 phy-names = "usb";
1467 };
1468 };
1469
1470 sdhi0: sd@ee100000 {
1471 compatible = "renesas,sdhi-r8a7790",
1472 "renesas,rcar-gen2-sdhi";
1473 reg = <0 0xee100000 0 0x328>;
1474 interrupts = <GIC_SPI 165 IRQ_TYPE_LEVEL_HIGH>;
1475 clocks = <&cpg CPG_MOD 314>;
1476 dmas = <&dmac0 0xcd>, <&dmac0 0xce>,
1477 <&dmac1 0xcd>, <&dmac1 0xce>;
1478 dma-names = "tx", "rx", "tx", "rx";
1479 max-frequency = <195000000>;
1480 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
1481 resets = <&cpg 314>;
1482 status = "disabled";
1483 };
1484
1485 sdhi1: sd@ee120000 {
1486 compatible = "renesas,sdhi-r8a7790",
1487 "renesas,rcar-gen2-sdhi";
1488 reg = <0 0xee120000 0 0x328>;
1489 interrupts = <GIC_SPI 166 IRQ_TYPE_LEVEL_HIGH>;
1490 clocks = <&cpg CPG_MOD 313>;
1491 dmas = <&dmac0 0xc9>, <&dmac0 0xca>,
1492 <&dmac1 0xc9>, <&dmac1 0xca>;
1493 dma-names = "tx", "rx", "tx", "rx";
1494 max-frequency = <195000000>;
1495 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
1496 resets = <&cpg 313>;
1497 status = "disabled";
1498 };
1499
1500 sdhi2: sd@ee140000 {
1501 compatible = "renesas,sdhi-r8a7790",
1502 "renesas,rcar-gen2-sdhi";
1503 reg = <0 0xee140000 0 0x100>;
1504 interrupts = <GIC_SPI 167 IRQ_TYPE_LEVEL_HIGH>;
1505 clocks = <&cpg CPG_MOD 312>;
1506 dmas = <&dmac0 0xc1>, <&dmac0 0xc2>,
1507 <&dmac1 0xc1>, <&dmac1 0xc2>;
1508 dma-names = "tx", "rx", "tx", "rx";
1509 max-frequency = <97500000>;
1510 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
1511 resets = <&cpg 312>;
1512 status = "disabled";
1513 };
1514
1515 sdhi3: sd@ee160000 {
1516 compatible = "renesas,sdhi-r8a7790",
1517 "renesas,rcar-gen2-sdhi";
1518 reg = <0 0xee160000 0 0x100>;
1519 interrupts = <GIC_SPI 168 IRQ_TYPE_LEVEL_HIGH>;
1520 clocks = <&cpg CPG_MOD 311>;
1521 dmas = <&dmac0 0xd3>, <&dmac0 0xd4>,
1522 <&dmac1 0xd3>, <&dmac1 0xd4>;
1523 dma-names = "tx", "rx", "tx", "rx";
1524 max-frequency = <97500000>;
1525 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
1526 resets = <&cpg 311>;
1527 status = "disabled";
1528 };
1529
1530 mmcif0: mmc@ee200000 {
1531 compatible = "renesas,mmcif-r8a7790",
1532 "renesas,sh-mmcif";
1533 reg = <0 0xee200000 0 0x80>;
1534 interrupts = <GIC_SPI 169 IRQ_TYPE_LEVEL_HIGH>;
1535 clocks = <&cpg CPG_MOD 315>;
1536 dmas = <&dmac0 0xd1>, <&dmac0 0xd2>,
1537 <&dmac1 0xd1>, <&dmac1 0xd2>;
1538 dma-names = "tx", "rx", "tx", "rx";
1539 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
1540 resets = <&cpg 315>;
1541 reg-io-width = <4>;
1542 status = "disabled";
1543 max-frequency = <97500000>;
1544 };
1545
1546 mmcif1: mmc@ee220000 {
1547 compatible = "renesas,mmcif-r8a7790",
1548 "renesas,sh-mmcif";
1549 reg = <0 0xee220000 0 0x80>;
1550 interrupts = <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>;
1551 clocks = <&cpg CPG_MOD 305>;
1552 dmas = <&dmac0 0xe1>, <&dmac0 0xe2>,
1553 <&dmac1 0xe1>, <&dmac1 0xe2>;
1554 dma-names = "tx", "rx", "tx", "rx";
1555 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
1556 resets = <&cpg 305>;
1557 reg-io-width = <4>;
1558 status = "disabled";
1559 max-frequency = <97500000>;
1560 };
1561
1562 sata0: sata@ee300000 {
1563 compatible = "renesas,sata-r8a7790",
1564 "renesas,rcar-gen2-sata";
Marek Vasut3abd8002019-03-04 22:50:54 +01001565 reg = <0 0xee300000 0 0x200000>;
Marek Vasut252c8b42018-06-06 19:58:17 +02001566 interrupts = <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>;
1567 clocks = <&cpg CPG_MOD 815>;
1568 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
1569 resets = <&cpg 815>;
1570 status = "disabled";
1571 };
1572
1573 sata1: sata@ee500000 {
1574 compatible = "renesas,sata-r8a7790",
1575 "renesas,rcar-gen2-sata";
Marek Vasut3abd8002019-03-04 22:50:54 +01001576 reg = <0 0xee500000 0 0x200000>;
Marek Vasut252c8b42018-06-06 19:58:17 +02001577 interrupts = <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>;
1578 clocks = <&cpg CPG_MOD 814>;
1579 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
1580 resets = <&cpg 814>;
1581 status = "disabled";
1582 };
1583
1584 ether: ethernet@ee700000 {
1585 compatible = "renesas,ether-r8a7790",
1586 "renesas,rcar-gen2-ether";
1587 reg = <0 0xee700000 0 0x400>;
1588 interrupts = <GIC_SPI 162 IRQ_TYPE_LEVEL_HIGH>;
1589 clocks = <&cpg CPG_MOD 813>;
1590 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
1591 resets = <&cpg 813>;
1592 phy-mode = "rmii";
1593 #address-cells = <1>;
1594 #size-cells = <0>;
1595 status = "disabled";
1596 };
1597
1598 gic: interrupt-controller@f1001000 {
1599 compatible = "arm,gic-400";
1600 #interrupt-cells = <3>;
1601 #address-cells = <0>;
1602 interrupt-controller;
1603 reg = <0 0xf1001000 0 0x1000>, <0 0xf1002000 0 0x2000>,
1604 <0 0xf1004000 0 0x2000>, <0 0xf1006000 0 0x2000>;
Marek Vasut3b255532018-12-03 21:39:48 +01001605 interrupts = <GIC_PPI 9 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_HIGH)>;
Marek Vasut252c8b42018-06-06 19:58:17 +02001606 clocks = <&cpg CPG_MOD 408>;
1607 clock-names = "clk";
1608 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
1609 resets = <&cpg 408>;
1610 };
1611
1612 pciec: pcie@fe000000 {
1613 compatible = "renesas,pcie-r8a7790",
1614 "renesas,pcie-rcar-gen2";
1615 reg = <0 0xfe000000 0 0x80000>;
1616 #address-cells = <3>;
1617 #size-cells = <2>;
1618 bus-range = <0x00 0xff>;
1619 device_type = "pci";
Marek Vasut329267f2020-04-04 15:21:26 +02001620 ranges = <0x01000000 0 0x00000000 0 0xfe100000 0 0x00100000>,
1621 <0x02000000 0 0xfe200000 0 0xfe200000 0 0x00200000>,
1622 <0x02000000 0 0x30000000 0 0x30000000 0 0x08000000>,
1623 <0x42000000 0 0x38000000 0 0x38000000 0 0x08000000>;
Marek Vasut252c8b42018-06-06 19:58:17 +02001624 /* Map all possible DDR as inbound ranges */
Marek Vasut329267f2020-04-04 15:21:26 +02001625 dma-ranges = <0x42000000 0 0x40000000 0 0x40000000 0 0x80000000>,
1626 <0x43000000 1 0x80000000 1 0x80000000 0 0x80000000>;
Marek Vasut252c8b42018-06-06 19:58:17 +02001627 interrupts = <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>,
1628 <GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH>,
1629 <GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH>;
1630 #interrupt-cells = <1>;
1631 interrupt-map-mask = <0 0 0 0>;
1632 interrupt-map = <0 0 0 0 &gic GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>;
1633 clocks = <&cpg CPG_MOD 319>, <&pcie_bus_clk>;
1634 clock-names = "pcie", "pcie_bus";
1635 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
1636 resets = <&cpg 319>;
1637 status = "disabled";
1638 };
1639
1640 vsp@fe920000 {
1641 compatible = "renesas,vsp1";
1642 reg = <0 0xfe920000 0 0x8000>;
1643 interrupts = <GIC_SPI 266 IRQ_TYPE_LEVEL_HIGH>;
1644 clocks = <&cpg CPG_MOD 130>;
1645 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
1646 resets = <&cpg 130>;
1647 };
1648
1649 vsp@fe928000 {
1650 compatible = "renesas,vsp1";
1651 reg = <0 0xfe928000 0 0x8000>;
1652 interrupts = <GIC_SPI 267 IRQ_TYPE_LEVEL_HIGH>;
1653 clocks = <&cpg CPG_MOD 131>;
1654 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
1655 resets = <&cpg 131>;
1656 };
1657
1658 vsp@fe930000 {
1659 compatible = "renesas,vsp1";
1660 reg = <0 0xfe930000 0 0x8000>;
1661 interrupts = <GIC_SPI 246 IRQ_TYPE_LEVEL_HIGH>;
1662 clocks = <&cpg CPG_MOD 128>;
1663 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
1664 resets = <&cpg 128>;
1665 };
1666
1667 vsp@fe938000 {
1668 compatible = "renesas,vsp1";
1669 reg = <0 0xfe938000 0 0x8000>;
1670 interrupts = <GIC_SPI 247 IRQ_TYPE_LEVEL_HIGH>;
1671 clocks = <&cpg CPG_MOD 127>;
1672 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
1673 resets = <&cpg 127>;
1674 };
1675
Marek Vasut3b255532018-12-03 21:39:48 +01001676 fdp1@fe940000 {
1677 compatible = "renesas,fdp1";
1678 reg = <0 0xfe940000 0 0x2400>;
1679 interrupts = <GIC_SPI 262 IRQ_TYPE_LEVEL_HIGH>;
1680 clocks = <&cpg CPG_MOD 119>;
1681 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
1682 resets = <&cpg 119>;
1683 };
1684
1685 fdp1@fe944000 {
1686 compatible = "renesas,fdp1";
1687 reg = <0 0xfe944000 0 0x2400>;
1688 interrupts = <GIC_SPI 263 IRQ_TYPE_LEVEL_HIGH>;
1689 clocks = <&cpg CPG_MOD 118>;
1690 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
1691 resets = <&cpg 118>;
1692 };
1693
1694 fdp1@fe948000 {
1695 compatible = "renesas,fdp1";
1696 reg = <0 0xfe948000 0 0x2400>;
1697 interrupts = <GIC_SPI 264 IRQ_TYPE_LEVEL_HIGH>;
1698 clocks = <&cpg CPG_MOD 117>;
1699 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
1700 resets = <&cpg 117>;
1701 };
1702
Marek Vasut252c8b42018-06-06 19:58:17 +02001703 jpu: jpeg-codec@fe980000 {
1704 compatible = "renesas,jpu-r8a7790",
1705 "renesas,rcar-gen2-jpu";
1706 reg = <0 0xfe980000 0 0x10300>;
1707 interrupts = <GIC_SPI 272 IRQ_TYPE_LEVEL_HIGH>;
1708 clocks = <&cpg CPG_MOD 106>;
1709 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
1710 resets = <&cpg 106>;
1711 };
1712
1713 du: display@feb00000 {
1714 compatible = "renesas,du-r8a7790";
1715 reg = <0 0xfeb00000 0 0x70000>;
1716 interrupts = <GIC_SPI 256 IRQ_TYPE_LEVEL_HIGH>,
1717 <GIC_SPI 268 IRQ_TYPE_LEVEL_HIGH>,
1718 <GIC_SPI 269 IRQ_TYPE_LEVEL_HIGH>;
1719 clocks = <&cpg CPG_MOD 724>, <&cpg CPG_MOD 723>,
1720 <&cpg CPG_MOD 722>;
1721 clock-names = "du.0", "du.1", "du.2";
1722 status = "disabled";
1723
1724 ports {
1725 #address-cells = <1>;
1726 #size-cells = <0>;
1727
1728 port@0 {
1729 reg = <0>;
1730 du_out_rgb: endpoint {
1731 };
1732 };
1733 port@1 {
1734 reg = <1>;
1735 du_out_lvds0: endpoint {
1736 remote-endpoint = <&lvds0_in>;
1737 };
1738 };
1739 port@2 {
1740 reg = <2>;
1741 du_out_lvds1: endpoint {
1742 remote-endpoint = <&lvds1_in>;
1743 };
1744 };
1745 };
1746 };
1747
1748 lvds0: lvds@feb90000 {
1749 compatible = "renesas,r8a7790-lvds";
1750 reg = <0 0xfeb90000 0 0x1c>;
1751 clocks = <&cpg CPG_MOD 726>;
1752 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
1753 resets = <&cpg 726>;
1754 status = "disabled";
1755
1756 ports {
1757 #address-cells = <1>;
1758 #size-cells = <0>;
1759
1760 port@0 {
1761 reg = <0>;
1762 lvds0_in: endpoint {
1763 remote-endpoint = <&du_out_lvds0>;
1764 };
1765 };
1766 port@1 {
1767 reg = <1>;
1768 lvds0_out: endpoint {
1769 };
1770 };
1771 };
1772 };
1773
1774 lvds1: lvds@feb94000 {
1775 compatible = "renesas,r8a7790-lvds";
1776 reg = <0 0xfeb94000 0 0x1c>;
1777 clocks = <&cpg CPG_MOD 725>;
1778 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
1779 resets = <&cpg 725>;
1780 status = "disabled";
1781
1782 ports {
1783 #address-cells = <1>;
1784 #size-cells = <0>;
1785
1786 port@0 {
1787 reg = <0>;
1788 lvds1_in: endpoint {
1789 remote-endpoint = <&du_out_lvds1>;
1790 };
1791 };
1792 port@1 {
1793 reg = <1>;
1794 lvds1_out: endpoint {
1795 };
1796 };
1797 };
1798 };
1799
1800 prr: chipid@ff000044 {
1801 compatible = "renesas,prr";
1802 reg = <0 0xff000044 0 4>;
1803 };
1804
1805 cmt0: timer@ffca0000 {
1806 compatible = "renesas,r8a7790-cmt0",
1807 "renesas,rcar-gen2-cmt0";
1808 reg = <0 0xffca0000 0 0x1004>;
1809 interrupts = <GIC_SPI 142 IRQ_TYPE_LEVEL_HIGH>,
1810 <GIC_SPI 143 IRQ_TYPE_LEVEL_HIGH>;
1811 clocks = <&cpg CPG_MOD 124>;
1812 clock-names = "fck";
1813 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
1814 resets = <&cpg 124>;
1815
1816 status = "disabled";
1817 };
1818
1819 cmt1: timer@e6130000 {
1820 compatible = "renesas,r8a7790-cmt1",
1821 "renesas,rcar-gen2-cmt1";
1822 reg = <0 0xe6130000 0 0x1004>;
1823 interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>,
1824 <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>,
1825 <GIC_SPI 122 IRQ_TYPE_LEVEL_HIGH>,
1826 <GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>,
1827 <GIC_SPI 124 IRQ_TYPE_LEVEL_HIGH>,
1828 <GIC_SPI 125 IRQ_TYPE_LEVEL_HIGH>,
1829 <GIC_SPI 126 IRQ_TYPE_LEVEL_HIGH>,
1830 <GIC_SPI 127 IRQ_TYPE_LEVEL_HIGH>;
1831 clocks = <&cpg CPG_MOD 329>;
1832 clock-names = "fck";
1833 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
1834 resets = <&cpg 329>;
1835
1836 status = "disabled";
1837 };
1838 };
1839
1840 thermal-zones {
1841 cpu_thermal: cpu-thermal {
1842 polling-delay-passive = <0>;
1843 polling-delay = <0>;
1844
1845 thermal-sensors = <&thermal>;
1846
1847 trips {
1848 cpu-crit {
1849 temperature = <95000>;
1850 hysteresis = <0>;
1851 type = "critical";
1852 };
1853 };
1854 cooling-maps {
1855 };
1856 };
1857 };
1858
1859 timer {
1860 compatible = "arm,armv7-timer";
Marek Vasut3b255532018-12-03 21:39:48 +01001861 interrupts-extended = <&gic GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_LOW)>,
1862 <&gic GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_LOW)>,
1863 <&gic GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_LOW)>,
1864 <&gic GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_LOW)>;
Marek Vasut252c8b42018-06-06 19:58:17 +02001865 };
1866
Marek Vasut16b6e4a2018-01-07 20:17:23 +01001867 /* External USB clock - can be overridden by the board */
1868 usb_extal_clk: usb_extal {
1869 compatible = "fixed-clock";
1870 #clock-cells = <0>;
1871 clock-frequency = <48000000>;
1872 };
Marek Vasut16b6e4a2018-01-07 20:17:23 +01001873};