1 // SPDX-License-Identifier: GPL-2.0
3 * Device Tree Source for the R-Car H2 (R8A77900) SoC
5 * Copyright (C) 2015 Renesas Electronics Corporation
6 * Copyright (C) 2013-2014 Renesas Solutions Corp.
7 * Copyright (C) 2014 Cogent Embedded Inc.
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>
16 compatible = "renesas,r8a7790";
41 * The external audio clocks are configured as 0 Hz fixed frequency
43 * Boards that provide audio clocks should override them.
45 audio_clk_a: audio_clk_a {
46 compatible = "fixed-clock";
48 clock-frequency = <0>;
50 audio_clk_b: audio_clk_b {
51 compatible = "fixed-clock";
53 clock-frequency = <0>;
55 audio_clk_c: audio_clk_c {
56 compatible = "fixed-clock";
58 clock-frequency = <0>;
61 /* External CAN clock */
63 compatible = "fixed-clock";
65 /* This value must be overridden by the board. */
66 clock-frequency = <0>;
72 enable-method = "renesas,apmu";
76 compatible = "arm,cortex-a15";
78 clock-frequency = <1300000000>;
79 clocks = <&cpg CPG_CORE R8A7790_CLK_Z>;
80 power-domains = <&sysc R8A7790_PD_CA15_CPU0>;
81 next-level-cache = <&L2_CA15>;
82 capacity-dmips-mhz = <1024>;
83 voltage-tolerance = <1>; /* 1% */
84 clock-latency = <300000>; /* 300 us */
86 /* kHz - uV - OPPs unknown yet */
87 operating-points = <1400000 1000000>,
97 compatible = "arm,cortex-a15";
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>;
104 voltage-tolerance = <1>; /* 1% */
105 clock-latency = <300000>; /* 300 us */
107 /* kHz - uV - OPPs unknown yet */
108 operating-points = <1400000 1000000>,
118 compatible = "arm,cortex-a15";
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>;
125 voltage-tolerance = <1>; /* 1% */
126 clock-latency = <300000>; /* 300 us */
128 /* kHz - uV - OPPs unknown yet */
129 operating-points = <1400000 1000000>,
139 compatible = "arm,cortex-a15";
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>;
146 voltage-tolerance = <1>; /* 1% */
147 clock-latency = <300000>; /* 300 us */
149 /* kHz - uV - OPPs unknown yet */
150 operating-points = <1400000 1000000>,
160 compatible = "arm,cortex-a7";
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>;
171 compatible = "arm,cortex-a7";
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>;
182 compatible = "arm,cortex-a7";
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>;
193 compatible = "arm,cortex-a7";
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>;
202 L2_CA15: cache-controller-0 {
203 compatible = "cache";
204 power-domains = <&sysc R8A7790_PD_CA15_SCU>;
209 L2_CA7: cache-controller-1 {
210 compatible = "cache";
211 power-domains = <&sysc R8A7790_PD_CA7_SCU>;
217 /* External root clock */
219 compatible = "fixed-clock";
221 /* This value must be overridden by the board. */
222 clock-frequency = <0>;
225 /* External PCIe clock - can be overridden by the board */
226 pcie_bus_clk: pcie_bus {
227 compatible = "fixed-clock";
229 clock-frequency = <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>;
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>;
250 /* External SCIF clock */
252 compatible = "fixed-clock";
254 /* This value must be overridden by the board. */
255 clock-frequency = <0>;
259 compatible = "simple-bus";
260 interrupt-parent = <&gic>;
262 #address-cells = <2>;
266 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>;
276 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>;
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>;
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>;
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>;
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>;
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>;
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>;
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>;
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>;
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>;
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>;
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>;
366 pfc: pinctrl@e6060000 {
367 compatible = "renesas,pfc-r8a7790";
368 reg = <0 0xe6060000 0 0x250>;
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";
377 #power-domain-cells = <0>;
382 compatible = "renesas,r8a7790-apmu", "renesas,apmu";
383 reg = <0 0xe6151000 0 0x188>;
384 cpus = <&cpu4 &cpu5 &cpu6 &cpu7>;
388 compatible = "renesas,r8a7790-apmu", "renesas,apmu";
389 reg = <0 0xe6152000 0 0x188>;
390 cpus = <&cpu0 &cpu1 &cpu2 &cpu3>;
393 rst: reset-controller@e6160000 {
394 compatible = "renesas,r8a7790-rst";
395 reg = <0 0xe6160000 0 0x0100>;
398 sysc: system-controller@e6180000 {
399 compatible = "renesas,r8a7790-sysc";
400 reg = <0 0xe6180000 0 0x0200>;
401 #power-domain-cells = <1>;
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>;
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>;
427 #thermal-sensor-cells = <0>;
430 ipmmu_sy0: iommu@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>;
440 ipmmu_sy1: iommu@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>;
449 ipmmu_ds: iommu@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>;
459 ipmmu_mp: iommu@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>;
468 ipmmu_mx: iommu@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>;
478 ipmmu_rt: iommu@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>;
487 icram0: sram@e63a0000 {
488 compatible = "mmio-sram";
489 reg = <0 0xe63a0000 0 0x12000>;
490 #address-cells = <1>;
492 ranges = <0 0 0xe63a0000 0x12000>;
495 icram1: sram@e63c0000 {
496 compatible = "mmio-sram";
497 reg = <0 0xe63c0000 0 0x1000>;
498 #address-cells = <1>;
500 ranges = <0 0 0xe63c0000 0x1000>;
503 compatible = "renesas,smp-sram";
509 #address-cells = <1>;
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>;
518 i2c-scl-internal-delay-ns = <110>;
523 #address-cells = <1>;
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>;
532 i2c-scl-internal-delay-ns = <6>;
537 #address-cells = <1>;
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>;
546 i2c-scl-internal-delay-ns = <6>;
551 #address-cells = <1>;
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>;
560 i2c-scl-internal-delay-ns = <110>;
565 #address-cells = <1>;
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>;
582 #address-cells = <1>;
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>;
599 #address-cells = <1>;
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>;
616 #address-cells = <1>;
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>;
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>;
643 renesas,buswait = <4>;
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>;
655 clocks = <&cpg CPG_MOD 704>;
656 clock-names = "usbhs";
657 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
661 usb0: usb-channel@0 {
665 usb2: usb-channel@2 {
671 usb_dmac0: dma-controller@e65a0000 {
672 compatible = "renesas,r8a7790-usb-dmac",
674 reg = <0 0xe65a0000 0 0x100>;
675 interrupts = <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>,
676 <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>;
677 interrupt-names = "ch0", "ch1";
678 clocks = <&cpg CPG_MOD 330>;
679 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
685 usb_dmac1: dma-controller@e65b0000 {
686 compatible = "renesas,r8a7790-usb-dmac",
688 reg = <0 0xe65b0000 0 0x100>;
689 interrupts = <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>,
690 <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>;
691 interrupt-names = "ch0", "ch1";
692 clocks = <&cpg CPG_MOD 331>;
693 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
699 dmac0: dma-controller@e6700000 {
700 compatible = "renesas,dmac-r8a7790",
702 reg = <0 0xe6700000 0 0x20000>;
703 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>;
719 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>;
726 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
732 dmac1: dma-controller@e6720000 {
733 compatible = "renesas,dmac-r8a7790",
735 reg = <0 0xe6720000 0 0x20000>;
736 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>;
752 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>;
759 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
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>;
773 #address-cells = <1>;
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>;
789 #address-cells = <1>;
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>;
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>;
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>;
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>;
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>;
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>;
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>;
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>;
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>;
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>;
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>;
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>;
884 scif0: serial@e6e60000 {
885 compatible = "renesas,scif-r8a7790",
886 "renesas,rcar-gen2-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>;
901 scif1: serial@e6e68000 {
902 compatible = "renesas,scif-r8a7790",
903 "renesas,rcar-gen2-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>;
918 scif2: serial@e6e56000 {
919 compatible = "renesas,scif-r8a7790",
920 "renesas,rcar-gen2-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>;
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>;
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>;
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>;
978 #address-cells = <1>;
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>;
994 #address-cells = <1>;
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>;
1012 status = "disabled";
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>;
1028 status = "disabled";
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";
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";
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";
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";
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";
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";
1101 rcar_sound: sound@ec500000 {
1103 * #sound-dai-cells is required
1105 * Single DAI : #sound-dai-cells = <0>; <&rcar_sound>;
1106 * Multi DAI : #sound-dai-cells = <1>; <&rcar_sound N>;
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";
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",
1137 "src.9", "src.8", "src.7", "src.6",
1138 "src.5", "src.4", "src.3", "src.2",
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",
1156 status = "disabled";
1160 dmas = <&audma1 0xbc>;
1164 dmas = <&audma1 0xbe>;
1187 interrupts = <GIC_SPI 352 IRQ_TYPE_LEVEL_HIGH>;
1188 dmas = <&audma0 0x85>, <&audma1 0x9a>;
1189 dma-names = "rx", "tx";
1192 interrupts = <GIC_SPI 353 IRQ_TYPE_LEVEL_HIGH>;
1193 dmas = <&audma0 0x87>, <&audma1 0x9c>;
1194 dma-names = "rx", "tx";
1197 interrupts = <GIC_SPI 354 IRQ_TYPE_LEVEL_HIGH>;
1198 dmas = <&audma0 0x89>, <&audma1 0x9e>;
1199 dma-names = "rx", "tx";
1202 interrupts = <GIC_SPI 355 IRQ_TYPE_LEVEL_HIGH>;
1203 dmas = <&audma0 0x8b>, <&audma1 0xa0>;
1204 dma-names = "rx", "tx";
1207 interrupts = <GIC_SPI 356 IRQ_TYPE_LEVEL_HIGH>;
1208 dmas = <&audma0 0x8d>, <&audma1 0xb0>;
1209 dma-names = "rx", "tx";
1212 interrupts = <GIC_SPI 357 IRQ_TYPE_LEVEL_HIGH>;
1213 dmas = <&audma0 0x8f>, <&audma1 0xb2>;
1214 dma-names = "rx", "tx";
1217 interrupts = <GIC_SPI 358 IRQ_TYPE_LEVEL_HIGH>;
1218 dmas = <&audma0 0x91>, <&audma1 0xb4>;
1219 dma-names = "rx", "tx";
1222 interrupts = <GIC_SPI 359 IRQ_TYPE_LEVEL_HIGH>;
1223 dmas = <&audma0 0x93>, <&audma1 0xb6>;
1224 dma-names = "rx", "tx";
1227 interrupts = <GIC_SPI 360 IRQ_TYPE_LEVEL_HIGH>;
1228 dmas = <&audma0 0x95>, <&audma1 0xb8>;
1229 dma-names = "rx", "tx";
1232 interrupts = <GIC_SPI 361 IRQ_TYPE_LEVEL_HIGH>;
1233 dmas = <&audma0 0x97>, <&audma1 0xba>;
1234 dma-names = "rx", "tx";
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";
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";
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";
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";
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";
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";
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";
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";
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";
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";
1302 audma0: dma-controller@ec700000 {
1303 compatible = "renesas,dmac-r8a7790",
1304 "renesas,rcar-dmac";
1305 reg = <0 0xec700000 0 0x10000>;
1306 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>;
1320 interrupt-names = "error",
1321 "ch0", "ch1", "ch2", "ch3",
1322 "ch4", "ch5", "ch6", "ch7",
1323 "ch8", "ch9", "ch10", "ch11",
1325 clocks = <&cpg CPG_MOD 502>;
1326 clock-names = "fck";
1327 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
1328 resets = <&cpg 502>;
1330 dma-channels = <13>;
1333 audma1: dma-controller@ec720000 {
1334 compatible = "renesas,dmac-r8a7790",
1335 "renesas,rcar-dmac";
1336 reg = <0 0xec720000 0 0x10000>;
1337 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>;
1351 interrupt-names = "error",
1352 "ch0", "ch1", "ch2", "ch3",
1353 "ch4", "ch5", "ch6", "ch7",
1354 "ch8", "ch9", "ch10", "ch11",
1356 clocks = <&cpg CPG_MOD 501>;
1357 clock-names = "fck";
1358 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
1359 resets = <&cpg 501>;
1361 dma-channels = <13>;
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>;
1374 status = "disabled";
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";
1390 #address-cells = <3>;
1392 #interrupt-cells = <1>;
1393 ranges = <0x02000000 0 0xee080000 0 0xee080000 0 0x00010000>;
1394 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>;
1400 reg = <0x800 0 0 0 0>;
1406 reg = <0x1000 0 0 0 0>;
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";
1425 #address-cells = <3>;
1427 #interrupt-cells = <1>;
1428 ranges = <0x02000000 0 0xee0a0000 0 0xee0a0000 0 0x00010000>;
1429 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>;
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";
1448 #address-cells = <3>;
1450 #interrupt-cells = <1>;
1451 ranges = <0x02000000 0 0xee0c0000 0 0xee0c0000 0 0x00010000>;
1452 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>;
1458 reg = <0x20800 0 0 0 0>;
1464 reg = <0x21000 0 0 0 0>;
1470 sdhi0: mmc@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";
1485 sdhi1: mmc@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";
1500 sdhi2: mmc@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";
1515 sdhi3: mmc@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";
1530 mmcif0: mmc@ee200000 {
1531 compatible = "renesas,mmcif-r8a7790",
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>;
1542 status = "disabled";
1543 max-frequency = <97500000>;
1546 mmcif1: mmc@ee220000 {
1547 compatible = "renesas,mmcif-r8a7790",
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>;
1558 status = "disabled";
1559 max-frequency = <97500000>;
1562 sata0: sata@ee300000 {
1563 compatible = "renesas,sata-r8a7790",
1564 "renesas,rcar-gen2-sata";
1565 reg = <0 0xee300000 0 0x200000>;
1566 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";
1573 sata1: sata@ee500000 {
1574 compatible = "renesas,sata-r8a7790",
1575 "renesas,rcar-gen2-sata";
1576 reg = <0 0xee500000 0 0x200000>;
1577 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";
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>;
1593 #address-cells = <1>;
1595 status = "disabled";
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>;
1605 interrupts = <GIC_PPI 9 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_HIGH)>;
1606 clocks = <&cpg CPG_MOD 408>;
1607 clock-names = "clk";
1608 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
1609 resets = <&cpg 408>;
1612 pciec: pcie@fe000000 {
1613 compatible = "renesas,pcie-r8a7790",
1614 "renesas,pcie-rcar-gen2";
1615 reg = <0 0xfe000000 0 0x80000>;
1616 #address-cells = <3>;
1618 bus-range = <0x00 0xff>;
1619 device_type = "pci";
1620 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>;
1624 /* Map all possible DDR as inbound ranges */
1625 dma-ranges = <0x42000000 0 0x40000000 0 0x40000000 0 0x80000000>,
1626 <0x43000000 1 0x80000000 1 0x80000000 0 0x80000000>;
1627 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";
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>;
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>;
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>;
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>;
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>;
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>;
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>;
1703 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>;
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>,
1721 clock-names = "du.0", "du.1", "du.2";
1722 resets = <&cpg 724>;
1723 reset-names = "du.0";
1724 status = "disabled";
1727 #address-cells = <1>;
1732 du_out_rgb: endpoint {
1737 du_out_lvds0: endpoint {
1738 remote-endpoint = <&lvds0_in>;
1743 du_out_lvds1: endpoint {
1744 remote-endpoint = <&lvds1_in>;
1750 lvds0: lvds@feb90000 {
1751 compatible = "renesas,r8a7790-lvds";
1752 reg = <0 0xfeb90000 0 0x1c>;
1753 clocks = <&cpg CPG_MOD 726>;
1754 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
1755 resets = <&cpg 726>;
1756 status = "disabled";
1759 #address-cells = <1>;
1764 lvds0_in: endpoint {
1765 remote-endpoint = <&du_out_lvds0>;
1770 lvds0_out: endpoint {
1776 lvds1: lvds@feb94000 {
1777 compatible = "renesas,r8a7790-lvds";
1778 reg = <0 0xfeb94000 0 0x1c>;
1779 clocks = <&cpg CPG_MOD 725>;
1780 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
1781 resets = <&cpg 725>;
1782 status = "disabled";
1785 #address-cells = <1>;
1790 lvds1_in: endpoint {
1791 remote-endpoint = <&du_out_lvds1>;
1796 lvds1_out: endpoint {
1802 prr: chipid@ff000044 {
1803 compatible = "renesas,prr";
1804 reg = <0 0xff000044 0 4>;
1807 cmt0: timer@ffca0000 {
1808 compatible = "renesas,r8a7790-cmt0",
1809 "renesas,rcar-gen2-cmt0";
1810 reg = <0 0xffca0000 0 0x1004>;
1811 interrupts = <GIC_SPI 142 IRQ_TYPE_LEVEL_HIGH>,
1812 <GIC_SPI 143 IRQ_TYPE_LEVEL_HIGH>;
1813 clocks = <&cpg CPG_MOD 124>;
1814 clock-names = "fck";
1815 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
1816 resets = <&cpg 124>;
1818 status = "disabled";
1821 cmt1: timer@e6130000 {
1822 compatible = "renesas,r8a7790-cmt1",
1823 "renesas,rcar-gen2-cmt1";
1824 reg = <0 0xe6130000 0 0x1004>;
1825 interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>,
1826 <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>,
1827 <GIC_SPI 122 IRQ_TYPE_LEVEL_HIGH>,
1828 <GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>,
1829 <GIC_SPI 124 IRQ_TYPE_LEVEL_HIGH>,
1830 <GIC_SPI 125 IRQ_TYPE_LEVEL_HIGH>,
1831 <GIC_SPI 126 IRQ_TYPE_LEVEL_HIGH>,
1832 <GIC_SPI 127 IRQ_TYPE_LEVEL_HIGH>;
1833 clocks = <&cpg CPG_MOD 329>;
1834 clock-names = "fck";
1835 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
1836 resets = <&cpg 329>;
1838 status = "disabled";
1843 cpu_thermal: cpu-thermal {
1844 polling-delay-passive = <0>;
1845 polling-delay = <0>;
1847 thermal-sensors = <&thermal>;
1851 temperature = <95000>;
1862 compatible = "arm,armv7-timer";
1863 interrupts-extended = <&gic GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_LOW)>,
1864 <&gic GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_LOW)>,
1865 <&gic GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_LOW)>,
1866 <&gic GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_LOW)>;
1869 /* External USB clock - can be overridden by the board */
1870 usb_extal_clk: usb_extal {
1871 compatible = "fixed-clock";
1873 clock-frequency = <48000000>;