1 // SPDX-License-Identifier: GPL-2.0
3 * Device Tree Source for the r8a7743 SoC
5 * Copyright (C) 2016-2017 Cogent Embedded Inc.
8 #include <dt-bindings/interrupt-controller/irq.h>
9 #include <dt-bindings/interrupt-controller/arm-gic.h>
10 #include <dt-bindings/clock/r8a7743-cpg-mssr.h>
11 #include <dt-bindings/power/r8a7743-sysc.h>
14 compatible = "renesas,r8a7743";
19 * The external audio clocks are configured as 0 Hz fixed frequency
21 * Boards that provide audio clocks should override them.
23 audio_clk_a: audio_clk_a {
24 compatible = "fixed-clock";
26 clock-frequency = <0>;
29 audio_clk_b: audio_clk_b {
30 compatible = "fixed-clock";
32 clock-frequency = <0>;
35 audio_clk_c: audio_clk_c {
36 compatible = "fixed-clock";
38 clock-frequency = <0>;
41 /* External CAN clock */
43 compatible = "fixed-clock";
45 /* This value must be overridden by the board. */
46 clock-frequency = <0>;
52 enable-method = "renesas,apmu";
56 compatible = "arm,cortex-a15";
58 clock-frequency = <1500000000>;
59 clocks = <&cpg CPG_CORE R8A7743_CLK_Z>;
60 clock-latency = <300000>; /* 300 us */
61 power-domains = <&sysc R8A7743_PD_CA15_CPU0>;
62 next-level-cache = <&L2_CA15>;
64 /* kHz - uV - OPPs unknown yet */
65 operating-points = <1500000 1000000>,
75 compatible = "arm,cortex-a15";
77 clock-frequency = <1500000000>;
78 clocks = <&cpg CPG_CORE R8A7743_CLK_Z>;
79 clock-latency = <300000>; /* 300 us */
80 power-domains = <&sysc R8A7743_PD_CA15_CPU1>;
81 next-level-cache = <&L2_CA15>;
83 /* kHz - uV - OPPs unknown yet */
84 operating-points = <1500000 1000000>,
92 L2_CA15: cache-controller-0 {
96 power-domains = <&sysc R8A7743_PD_CA15_SCU>;
100 /* External root clock */
102 compatible = "fixed-clock";
104 /* This value must be overridden by the board. */
105 clock-frequency = <0>;
108 /* External PCIe clock - can be overridden by the board */
109 pcie_bus_clk: pcie_bus {
110 compatible = "fixed-clock";
112 clock-frequency = <0>;
116 compatible = "arm,cortex-a15-pmu";
117 interrupts-extended = <&gic GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>,
118 <&gic GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
119 interrupt-affinity = <&cpu0>, <&cpu1>;
122 /* External SCIF clock */
124 compatible = "fixed-clock";
126 /* This value must be overridden by the board. */
127 clock-frequency = <0>;
131 compatible = "simple-bus";
132 interrupt-parent = <&gic>;
134 #address-cells = <2>;
138 rwdt: watchdog@e6020000 {
139 compatible = "renesas,r8a7743-wdt",
140 "renesas,rcar-gen2-wdt";
141 reg = <0 0xe6020000 0 0x0c>;
142 clocks = <&cpg CPG_MOD 402>;
143 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
148 gpio0: gpio@e6050000 {
149 compatible = "renesas,gpio-r8a7743",
150 "renesas,rcar-gen2-gpio";
151 reg = <0 0xe6050000 0 0x50>;
152 interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;
155 gpio-ranges = <&pfc 0 0 32>;
156 #interrupt-cells = <2>;
157 interrupt-controller;
158 clocks = <&cpg CPG_MOD 912>;
159 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
163 gpio1: gpio@e6051000 {
164 compatible = "renesas,gpio-r8a7743",
165 "renesas,rcar-gen2-gpio";
166 reg = <0 0xe6051000 0 0x50>;
167 interrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>;
170 gpio-ranges = <&pfc 0 32 26>;
171 #interrupt-cells = <2>;
172 interrupt-controller;
173 clocks = <&cpg CPG_MOD 911>;
174 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
178 gpio2: gpio@e6052000 {
179 compatible = "renesas,gpio-r8a7743",
180 "renesas,rcar-gen2-gpio";
181 reg = <0 0xe6052000 0 0x50>;
182 interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>;
185 gpio-ranges = <&pfc 0 64 32>;
186 #interrupt-cells = <2>;
187 interrupt-controller;
188 clocks = <&cpg CPG_MOD 910>;
189 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
193 gpio3: gpio@e6053000 {
194 compatible = "renesas,gpio-r8a7743",
195 "renesas,rcar-gen2-gpio";
196 reg = <0 0xe6053000 0 0x50>;
197 interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>;
200 gpio-ranges = <&pfc 0 96 32>;
201 #interrupt-cells = <2>;
202 interrupt-controller;
203 clocks = <&cpg CPG_MOD 909>;
204 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
208 gpio4: gpio@e6054000 {
209 compatible = "renesas,gpio-r8a7743",
210 "renesas,rcar-gen2-gpio";
211 reg = <0 0xe6054000 0 0x50>;
212 interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>;
215 gpio-ranges = <&pfc 0 128 32>;
216 #interrupt-cells = <2>;
217 interrupt-controller;
218 clocks = <&cpg CPG_MOD 908>;
219 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
223 gpio5: gpio@e6055000 {
224 compatible = "renesas,gpio-r8a7743",
225 "renesas,rcar-gen2-gpio";
226 reg = <0 0xe6055000 0 0x50>;
227 interrupts = <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>;
230 gpio-ranges = <&pfc 0 160 32>;
231 #interrupt-cells = <2>;
232 interrupt-controller;
233 clocks = <&cpg CPG_MOD 907>;
234 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
238 gpio6: gpio@e6055400 {
239 compatible = "renesas,gpio-r8a7743",
240 "renesas,rcar-gen2-gpio";
241 reg = <0 0xe6055400 0 0x50>;
242 interrupts = <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
245 gpio-ranges = <&pfc 0 192 32>;
246 #interrupt-cells = <2>;
247 interrupt-controller;
248 clocks = <&cpg CPG_MOD 905>;
249 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
253 gpio7: gpio@e6055800 {
254 compatible = "renesas,gpio-r8a7743",
255 "renesas,rcar-gen2-gpio";
256 reg = <0 0xe6055800 0 0x50>;
257 interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>;
260 gpio-ranges = <&pfc 0 224 26>;
261 #interrupt-cells = <2>;
262 interrupt-controller;
263 clocks = <&cpg CPG_MOD 904>;
264 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
268 pfc: pin-controller@e6060000 {
269 compatible = "renesas,pfc-r8a7743";
270 reg = <0 0xe6060000 0 0x250>;
274 compatible = "renesas,tpu-r8a7743", "renesas,tpu";
275 reg = <0 0xe60f0000 0 0x148>;
276 clocks = <&cpg CPG_MOD 304>;
277 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
283 cpg: clock-controller@e6150000 {
284 compatible = "renesas,r8a7743-cpg-mssr";
285 reg = <0 0xe6150000 0 0x1000>;
286 clocks = <&extal_clk>, <&usb_extal_clk>;
287 clock-names = "extal", "usb_extal";
289 #power-domain-cells = <0>;
294 compatible = "renesas,r8a7743-apmu", "renesas,apmu";
295 reg = <0 0xe6152000 0 0x188>;
296 cpus = <&cpu0 &cpu1>;
299 rst: reset-controller@e6160000 {
300 compatible = "renesas,r8a7743-rst";
301 reg = <0 0xe6160000 0 0x100>;
304 sysc: system-controller@e6180000 {
305 compatible = "renesas,r8a7743-sysc";
306 reg = <0 0xe6180000 0 0x200>;
307 #power-domain-cells = <1>;
310 irqc: interrupt-controller@e61c0000 {
311 compatible = "renesas,irqc-r8a7743", "renesas,irqc";
312 #interrupt-cells = <2>;
313 interrupt-controller;
314 reg = <0 0xe61c0000 0 0x200>;
315 interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,
316 <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>,
317 <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>,
318 <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>,
319 <GIC_SPI 12 IRQ_TYPE_LEVEL_HIGH>,
320 <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>,
321 <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>,
322 <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>,
323 <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>,
324 <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
325 clocks = <&cpg CPG_MOD 407>;
326 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
330 thermal: thermal@e61f0000 {
331 compatible = "renesas,thermal-r8a7743",
332 "renesas,rcar-gen2-thermal";
333 reg = <0 0xe61f0000 0 0x10>, <0 0xe61f0100 0 0x38>;
334 interrupts = <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>;
335 clocks = <&cpg CPG_MOD 522>;
336 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
338 #thermal-sensor-cells = <0>;
341 ipmmu_sy0: mmu@e6280000 {
342 compatible = "renesas,ipmmu-r8a7743",
343 "renesas,ipmmu-vmsa";
344 reg = <0 0xe6280000 0 0x1000>;
345 interrupts = <GIC_SPI 223 IRQ_TYPE_LEVEL_HIGH>,
346 <GIC_SPI 224 IRQ_TYPE_LEVEL_HIGH>;
351 ipmmu_sy1: mmu@e6290000 {
352 compatible = "renesas,ipmmu-r8a7743",
353 "renesas,ipmmu-vmsa";
354 reg = <0 0xe6290000 0 0x1000>;
355 interrupts = <GIC_SPI 225 IRQ_TYPE_LEVEL_HIGH>;
360 ipmmu_ds: mmu@e6740000 {
361 compatible = "renesas,ipmmu-r8a7743",
362 "renesas,ipmmu-vmsa";
363 reg = <0 0xe6740000 0 0x1000>;
364 interrupts = <GIC_SPI 198 IRQ_TYPE_LEVEL_HIGH>,
365 <GIC_SPI 199 IRQ_TYPE_LEVEL_HIGH>;
370 ipmmu_mp: mmu@ec680000 {
371 compatible = "renesas,ipmmu-r8a7743",
372 "renesas,ipmmu-vmsa";
373 reg = <0 0xec680000 0 0x1000>;
374 interrupts = <GIC_SPI 226 IRQ_TYPE_LEVEL_HIGH>;
379 ipmmu_mx: mmu@fe951000 {
380 compatible = "renesas,ipmmu-r8a7743",
381 "renesas,ipmmu-vmsa";
382 reg = <0 0xfe951000 0 0x1000>;
383 interrupts = <GIC_SPI 222 IRQ_TYPE_LEVEL_HIGH>,
384 <GIC_SPI 221 IRQ_TYPE_LEVEL_HIGH>;
389 ipmmu_gp: mmu@e62a0000 {
390 compatible = "renesas,ipmmu-r8a7743",
391 "renesas,ipmmu-vmsa";
392 reg = <0 0xe62a0000 0 0x1000>;
393 interrupts = <GIC_SPI 260 IRQ_TYPE_LEVEL_HIGH>,
394 <GIC_SPI 261 IRQ_TYPE_LEVEL_HIGH>;
399 icram0: sram@e63a0000 {
400 compatible = "mmio-sram";
401 reg = <0 0xe63a0000 0 0x12000>;
402 #address-cells = <1>;
404 ranges = <0 0 0xe63a0000 0x12000>;
407 icram1: sram@e63c0000 {
408 compatible = "mmio-sram";
409 reg = <0 0xe63c0000 0 0x1000>;
410 #address-cells = <1>;
412 ranges = <0 0 0xe63c0000 0x1000>;
415 compatible = "renesas,smp-sram";
420 icram2: sram@e6300000 {
421 compatible = "mmio-sram";
422 reg = <0 0xe6300000 0 0x40000>;
423 #address-cells = <1>;
425 ranges = <0 0 0xe6300000 0x40000>;
428 /* The memory map in the User's Manual maps the cores to
432 #address-cells = <1>;
434 compatible = "renesas,i2c-r8a7743",
435 "renesas,rcar-gen2-i2c";
436 reg = <0 0xe6508000 0 0x40>;
437 interrupts = <GIC_SPI 287 IRQ_TYPE_LEVEL_HIGH>;
438 clocks = <&cpg CPG_MOD 931>;
439 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
441 i2c-scl-internal-delay-ns = <6>;
446 #address-cells = <1>;
448 compatible = "renesas,i2c-r8a7743",
449 "renesas,rcar-gen2-i2c";
450 reg = <0 0xe6518000 0 0x40>;
451 interrupts = <GIC_SPI 288 IRQ_TYPE_LEVEL_HIGH>;
452 clocks = <&cpg CPG_MOD 930>;
453 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
455 i2c-scl-internal-delay-ns = <6>;
460 #address-cells = <1>;
462 compatible = "renesas,i2c-r8a7743",
463 "renesas,rcar-gen2-i2c";
464 reg = <0 0xe6530000 0 0x40>;
465 interrupts = <GIC_SPI 286 IRQ_TYPE_LEVEL_HIGH>;
466 clocks = <&cpg CPG_MOD 929>;
467 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
469 i2c-scl-internal-delay-ns = <6>;
474 #address-cells = <1>;
476 compatible = "renesas,i2c-r8a7743",
477 "renesas,rcar-gen2-i2c";
478 reg = <0 0xe6540000 0 0x40>;
479 interrupts = <GIC_SPI 290 IRQ_TYPE_LEVEL_HIGH>;
480 clocks = <&cpg CPG_MOD 928>;
481 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
483 i2c-scl-internal-delay-ns = <6>;
488 #address-cells = <1>;
490 compatible = "renesas,i2c-r8a7743",
491 "renesas,rcar-gen2-i2c";
492 reg = <0 0xe6520000 0 0x40>;
493 interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
494 clocks = <&cpg CPG_MOD 927>;
495 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
497 i2c-scl-internal-delay-ns = <6>;
502 /* doesn't need pinmux */
503 #address-cells = <1>;
505 compatible = "renesas,i2c-r8a7743",
506 "renesas,rcar-gen2-i2c";
507 reg = <0 0xe6528000 0 0x40>;
508 interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
509 clocks = <&cpg CPG_MOD 925>;
510 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
512 i2c-scl-internal-delay-ns = <110>;
517 #address-cells = <1>;
519 compatible = "renesas,iic-r8a7743",
520 "renesas,rcar-gen2-iic",
521 "renesas,rmobile-iic";
522 reg = <0 0xe6500000 0 0x425>;
523 interrupts = <GIC_SPI 174 IRQ_TYPE_LEVEL_HIGH>;
524 clocks = <&cpg CPG_MOD 318>;
525 dmas = <&dmac0 0x61>, <&dmac0 0x62>,
526 <&dmac1 0x61>, <&dmac1 0x62>;
527 dma-names = "tx", "rx", "tx", "rx";
528 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
534 #address-cells = <1>;
536 compatible = "renesas,iic-r8a7743",
537 "renesas,rcar-gen2-iic",
538 "renesas,rmobile-iic";
539 reg = <0 0xe6510000 0 0x425>;
540 interrupts = <GIC_SPI 175 IRQ_TYPE_LEVEL_HIGH>;
541 clocks = <&cpg CPG_MOD 323>;
542 dmas = <&dmac0 0x65>, <&dmac0 0x66>,
543 <&dmac1 0x65>, <&dmac1 0x66>;
544 dma-names = "tx", "rx", "tx", "rx";
545 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
551 /* doesn't need pinmux */
552 #address-cells = <1>;
554 compatible = "renesas,iic-r8a7743";
555 reg = <0 0xe60b0000 0 0x425>;
556 interrupts = <GIC_SPI 173 IRQ_TYPE_LEVEL_HIGH>;
557 clocks = <&cpg CPG_MOD 926>;
558 dmas = <&dmac0 0x77>, <&dmac0 0x78>,
559 <&dmac1 0x77>, <&dmac1 0x78>;
560 dma-names = "tx", "rx", "tx", "rx";
561 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
566 hsusb: usb@e6590000 {
567 compatible = "renesas,usbhs-r8a7743",
568 "renesas,rcar-gen2-usbhs";
569 reg = <0 0xe6590000 0 0x100>;
570 interrupts = <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>;
571 clocks = <&cpg CPG_MOD 704>;
572 dmas = <&usb_dmac0 0>, <&usb_dmac0 1>,
573 <&usb_dmac1 0>, <&usb_dmac1 1>;
574 dma-names = "ch0", "ch1", "ch2", "ch3";
575 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
577 renesas,buswait = <4>;
583 usbphy: usb-phy@e6590100 {
584 compatible = "renesas,usb-phy-r8a7743",
585 "renesas,rcar-gen2-usb-phy";
586 reg = <0 0xe6590100 0 0x100>;
587 #address-cells = <1>;
589 clocks = <&cpg CPG_MOD 704>;
590 clock-names = "usbhs";
591 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
595 usb0: usb-channel@0 {
599 usb2: usb-channel@2 {
605 usb_dmac0: dma-controller@e65a0000 {
606 compatible = "renesas,r8a7743-usb-dmac",
608 reg = <0 0xe65a0000 0 0x100>;
609 interrupts = <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>,
610 <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>;
611 interrupt-names = "ch0", "ch1";
612 clocks = <&cpg CPG_MOD 330>;
613 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
619 usb_dmac1: dma-controller@e65b0000 {
620 compatible = "renesas,r8a7743-usb-dmac",
622 reg = <0 0xe65b0000 0 0x100>;
623 interrupts = <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>,
624 <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>;
625 interrupt-names = "ch0", "ch1";
626 clocks = <&cpg CPG_MOD 331>;
627 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
633 dmac0: dma-controller@e6700000 {
634 compatible = "renesas,dmac-r8a7743",
636 reg = <0 0xe6700000 0 0x20000>;
637 interrupts = <GIC_SPI 197 IRQ_TYPE_LEVEL_HIGH>,
638 <GIC_SPI 200 IRQ_TYPE_LEVEL_HIGH>,
639 <GIC_SPI 201 IRQ_TYPE_LEVEL_HIGH>,
640 <GIC_SPI 202 IRQ_TYPE_LEVEL_HIGH>,
641 <GIC_SPI 203 IRQ_TYPE_LEVEL_HIGH>,
642 <GIC_SPI 204 IRQ_TYPE_LEVEL_HIGH>,
643 <GIC_SPI 205 IRQ_TYPE_LEVEL_HIGH>,
644 <GIC_SPI 206 IRQ_TYPE_LEVEL_HIGH>,
645 <GIC_SPI 207 IRQ_TYPE_LEVEL_HIGH>,
646 <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>,
647 <GIC_SPI 209 IRQ_TYPE_LEVEL_HIGH>,
648 <GIC_SPI 210 IRQ_TYPE_LEVEL_HIGH>,
649 <GIC_SPI 211 IRQ_TYPE_LEVEL_HIGH>,
650 <GIC_SPI 212 IRQ_TYPE_LEVEL_HIGH>,
651 <GIC_SPI 213 IRQ_TYPE_LEVEL_HIGH>,
652 <GIC_SPI 214 IRQ_TYPE_LEVEL_HIGH>;
653 interrupt-names = "error",
654 "ch0", "ch1", "ch2", "ch3",
655 "ch4", "ch5", "ch6", "ch7",
656 "ch8", "ch9", "ch10", "ch11",
657 "ch12", "ch13", "ch14";
658 clocks = <&cpg CPG_MOD 219>;
660 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
666 dmac1: dma-controller@e6720000 {
667 compatible = "renesas,dmac-r8a7743",
669 reg = <0 0xe6720000 0 0x20000>;
670 interrupts = <GIC_SPI 220 IRQ_TYPE_LEVEL_HIGH>,
671 <GIC_SPI 216 IRQ_TYPE_LEVEL_HIGH>,
672 <GIC_SPI 217 IRQ_TYPE_LEVEL_HIGH>,
673 <GIC_SPI 218 IRQ_TYPE_LEVEL_HIGH>,
674 <GIC_SPI 219 IRQ_TYPE_LEVEL_HIGH>,
675 <GIC_SPI 308 IRQ_TYPE_LEVEL_HIGH>,
676 <GIC_SPI 309 IRQ_TYPE_LEVEL_HIGH>,
677 <GIC_SPI 310 IRQ_TYPE_LEVEL_HIGH>,
678 <GIC_SPI 311 IRQ_TYPE_LEVEL_HIGH>,
679 <GIC_SPI 312 IRQ_TYPE_LEVEL_HIGH>,
680 <GIC_SPI 313 IRQ_TYPE_LEVEL_HIGH>,
681 <GIC_SPI 314 IRQ_TYPE_LEVEL_HIGH>,
682 <GIC_SPI 315 IRQ_TYPE_LEVEL_HIGH>,
683 <GIC_SPI 316 IRQ_TYPE_LEVEL_HIGH>,
684 <GIC_SPI 317 IRQ_TYPE_LEVEL_HIGH>,
685 <GIC_SPI 318 IRQ_TYPE_LEVEL_HIGH>;
686 interrupt-names = "error",
687 "ch0", "ch1", "ch2", "ch3",
688 "ch4", "ch5", "ch6", "ch7",
689 "ch8", "ch9", "ch10", "ch11",
690 "ch12", "ch13", "ch14";
691 clocks = <&cpg CPG_MOD 218>;
693 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
699 avb: ethernet@e6800000 {
700 compatible = "renesas,etheravb-r8a7743",
701 "renesas,etheravb-rcar-gen2";
702 reg = <0 0xe6800000 0 0x800>, <0 0xee0e8000 0 0x4000>;
703 interrupts = <GIC_SPI 163 IRQ_TYPE_LEVEL_HIGH>;
704 clocks = <&cpg CPG_MOD 812>;
705 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
707 #address-cells = <1>;
713 compatible = "renesas,qspi-r8a7743", "renesas,qspi";
714 reg = <0 0xe6b10000 0 0x2c>;
715 interrupts = <GIC_SPI 184 IRQ_TYPE_LEVEL_HIGH>;
716 clocks = <&cpg CPG_MOD 917>;
717 dmas = <&dmac0 0x17>, <&dmac0 0x18>,
718 <&dmac1 0x17>, <&dmac1 0x18>;
719 dma-names = "tx", "rx", "tx", "rx";
720 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
722 #address-cells = <1>;
728 scifa0: serial@e6c40000 {
729 compatible = "renesas,scifa-r8a7743",
730 "renesas,rcar-gen2-scifa", "renesas,scifa";
731 reg = <0 0xe6c40000 0 0x40>;
732 interrupts = <GIC_SPI 144 IRQ_TYPE_LEVEL_HIGH>;
733 clocks = <&cpg CPG_MOD 204>;
735 dmas = <&dmac0 0x21>, <&dmac0 0x22>,
736 <&dmac1 0x21>, <&dmac1 0x22>;
737 dma-names = "tx", "rx", "tx", "rx";
738 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
743 scifa1: serial@e6c50000 {
744 compatible = "renesas,scifa-r8a7743",
745 "renesas,rcar-gen2-scifa", "renesas,scifa";
746 reg = <0 0xe6c50000 0 0x40>;
747 interrupts = <GIC_SPI 145 IRQ_TYPE_LEVEL_HIGH>;
748 clocks = <&cpg CPG_MOD 203>;
750 dmas = <&dmac0 0x25>, <&dmac0 0x26>,
751 <&dmac1 0x25>, <&dmac1 0x26>;
752 dma-names = "tx", "rx", "tx", "rx";
753 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
758 scifa2: serial@e6c60000 {
759 compatible = "renesas,scifa-r8a7743",
760 "renesas,rcar-gen2-scifa", "renesas,scifa";
761 reg = <0 0xe6c60000 0 0x40>;
762 interrupts = <GIC_SPI 151 IRQ_TYPE_LEVEL_HIGH>;
763 clocks = <&cpg CPG_MOD 202>;
765 dmas = <&dmac0 0x27>, <&dmac0 0x28>,
766 <&dmac1 0x27>, <&dmac1 0x28>;
767 dma-names = "tx", "rx", "tx", "rx";
768 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
773 scifa3: serial@e6c70000 {
774 compatible = "renesas,scifa-r8a7743",
775 "renesas,rcar-gen2-scifa", "renesas,scifa";
776 reg = <0 0xe6c70000 0 0x40>;
777 interrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>;
778 clocks = <&cpg CPG_MOD 1106>;
780 dmas = <&dmac0 0x1b>, <&dmac0 0x1c>,
781 <&dmac1 0x1b>, <&dmac1 0x1c>;
782 dma-names = "tx", "rx", "tx", "rx";
783 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
784 resets = <&cpg 1106>;
788 scifa4: serial@e6c78000 {
789 compatible = "renesas,scifa-r8a7743",
790 "renesas,rcar-gen2-scifa", "renesas,scifa";
791 reg = <0 0xe6c78000 0 0x40>;
792 interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;
793 clocks = <&cpg CPG_MOD 1107>;
795 dmas = <&dmac0 0x1f>, <&dmac0 0x20>,
796 <&dmac1 0x1f>, <&dmac1 0x20>;
797 dma-names = "tx", "rx", "tx", "rx";
798 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
799 resets = <&cpg 1107>;
803 scifa5: serial@e6c80000 {
804 compatible = "renesas,scifa-r8a7743",
805 "renesas,rcar-gen2-scifa", "renesas,scifa";
806 reg = <0 0xe6c80000 0 0x40>;
807 interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>;
808 clocks = <&cpg CPG_MOD 1108>;
810 dmas = <&dmac0 0x23>, <&dmac0 0x24>,
811 <&dmac1 0x23>, <&dmac1 0x24>;
812 dma-names = "tx", "rx", "tx", "rx";
813 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
814 resets = <&cpg 1108>;
818 scifb0: serial@e6c20000 {
819 compatible = "renesas,scifb-r8a7743",
820 "renesas,rcar-gen2-scifb", "renesas,scifb";
821 reg = <0 0xe6c20000 0 0x100>;
822 interrupts = <GIC_SPI 148 IRQ_TYPE_LEVEL_HIGH>;
823 clocks = <&cpg CPG_MOD 206>;
825 dmas = <&dmac0 0x3d>, <&dmac0 0x3e>,
826 <&dmac1 0x3d>, <&dmac1 0x3e>;
827 dma-names = "tx", "rx", "tx", "rx";
828 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
833 scifb1: serial@e6c30000 {
834 compatible = "renesas,scifb-r8a7743",
835 "renesas,rcar-gen2-scifb", "renesas,scifb";
836 reg = <0 0xe6c30000 0 0x100>;
837 interrupts = <GIC_SPI 149 IRQ_TYPE_LEVEL_HIGH>;
838 clocks = <&cpg CPG_MOD 207>;
840 dmas = <&dmac0 0x19>, <&dmac0 0x1a>,
841 <&dmac1 0x19>, <&dmac1 0x1a>;
842 dma-names = "tx", "rx", "tx", "rx";
843 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
848 scifb2: serial@e6ce0000 {
849 compatible = "renesas,scifb-r8a7743",
850 "renesas,rcar-gen2-scifb", "renesas,scifb";
851 reg = <0 0xe6ce0000 0 0x100>;
852 interrupts = <GIC_SPI 150 IRQ_TYPE_LEVEL_HIGH>;
853 clocks = <&cpg CPG_MOD 216>;
855 dmas = <&dmac0 0x1d>, <&dmac0 0x1e>,
856 <&dmac1 0x1d>, <&dmac1 0x1e>;
857 dma-names = "tx", "rx", "tx", "rx";
858 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
863 scif0: serial@e6e60000 {
864 compatible = "renesas,scif-r8a7743",
865 "renesas,rcar-gen2-scif", "renesas,scif";
866 reg = <0 0xe6e60000 0 0x40>;
867 interrupts = <GIC_SPI 152 IRQ_TYPE_LEVEL_HIGH>;
868 clocks = <&cpg CPG_MOD 721>,
869 <&cpg CPG_CORE R8A7743_CLK_ZS>, <&scif_clk>;
870 clock-names = "fck", "brg_int", "scif_clk";
871 dmas = <&dmac0 0x29>, <&dmac0 0x2a>,
872 <&dmac1 0x29>, <&dmac1 0x2a>;
873 dma-names = "tx", "rx", "tx", "rx";
874 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
879 scif1: serial@e6e68000 {
880 compatible = "renesas,scif-r8a7743",
881 "renesas,rcar-gen2-scif", "renesas,scif";
882 reg = <0 0xe6e68000 0 0x40>;
883 interrupts = <GIC_SPI 153 IRQ_TYPE_LEVEL_HIGH>;
884 clocks = <&cpg CPG_MOD 720>,
885 <&cpg CPG_CORE R8A7743_CLK_ZS>, <&scif_clk>;
886 clock-names = "fck", "brg_int", "scif_clk";
887 dmas = <&dmac0 0x2d>, <&dmac0 0x2e>,
888 <&dmac1 0x2d>, <&dmac1 0x2e>;
889 dma-names = "tx", "rx", "tx", "rx";
890 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
895 scif2: serial@e6e58000 {
896 compatible = "renesas,scif-r8a7743",
897 "renesas,rcar-gen2-scif", "renesas,scif";
898 reg = <0 0xe6e58000 0 0x40>;
899 interrupts = <GIC_SPI 22 IRQ_TYPE_LEVEL_HIGH>;
900 clocks = <&cpg CPG_MOD 719>,
901 <&cpg CPG_CORE R8A7743_CLK_ZS>, <&scif_clk>;
902 clock-names = "fck", "brg_int", "scif_clk";
903 dmas = <&dmac0 0x2b>, <&dmac0 0x2c>,
904 <&dmac1 0x2b>, <&dmac1 0x2c>;
905 dma-names = "tx", "rx", "tx", "rx";
906 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
911 scif3: serial@e6ea8000 {
912 compatible = "renesas,scif-r8a7743",
913 "renesas,rcar-gen2-scif", "renesas,scif";
914 reg = <0 0xe6ea8000 0 0x40>;
915 interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
916 clocks = <&cpg CPG_MOD 718>,
917 <&cpg CPG_CORE R8A7743_CLK_ZS>, <&scif_clk>;
918 clock-names = "fck", "brg_int", "scif_clk";
919 dmas = <&dmac0 0x2f>, <&dmac0 0x30>,
920 <&dmac1 0x2f>, <&dmac1 0x30>;
921 dma-names = "tx", "rx", "tx", "rx";
922 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
927 scif4: serial@e6ee0000 {
928 compatible = "renesas,scif-r8a7743",
929 "renesas,rcar-gen2-scif", "renesas,scif";
930 reg = <0 0xe6ee0000 0 0x40>;
931 interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
932 clocks = <&cpg CPG_MOD 715>,
933 <&cpg CPG_CORE R8A7743_CLK_ZS>, <&scif_clk>;
934 clock-names = "fck", "brg_int", "scif_clk";
935 dmas = <&dmac0 0xfb>, <&dmac0 0xfc>,
936 <&dmac1 0xfb>, <&dmac1 0xfc>;
937 dma-names = "tx", "rx", "tx", "rx";
938 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
943 scif5: serial@e6ee8000 {
944 compatible = "renesas,scif-r8a7743",
945 "renesas,rcar-gen2-scif", "renesas,scif";
946 reg = <0 0xe6ee8000 0 0x40>;
947 interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
948 clocks = <&cpg CPG_MOD 714>,
949 <&cpg CPG_CORE R8A7743_CLK_ZS>, <&scif_clk>;
950 clock-names = "fck", "brg_int", "scif_clk";
951 dmas = <&dmac0 0xfd>, <&dmac0 0xfe>,
952 <&dmac1 0xfd>, <&dmac1 0xfe>;
953 dma-names = "tx", "rx", "tx", "rx";
954 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
959 hscif0: serial@e62c0000 {
960 compatible = "renesas,hscif-r8a7743",
961 "renesas,rcar-gen2-hscif", "renesas,hscif";
962 reg = <0 0xe62c0000 0 0x60>;
963 interrupts = <GIC_SPI 154 IRQ_TYPE_LEVEL_HIGH>;
964 clocks = <&cpg CPG_MOD 717>,
965 <&cpg CPG_CORE R8A7743_CLK_ZS>, <&scif_clk>;
966 clock-names = "fck", "brg_int", "scif_clk";
967 dmas = <&dmac0 0x39>, <&dmac0 0x3a>,
968 <&dmac1 0x39>, <&dmac1 0x3a>;
969 dma-names = "tx", "rx", "tx", "rx";
970 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
975 hscif1: serial@e62c8000 {
976 compatible = "renesas,hscif-r8a7743",
977 "renesas,rcar-gen2-hscif", "renesas,hscif";
978 reg = <0 0xe62c8000 0 0x60>;
979 interrupts = <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>;
980 clocks = <&cpg CPG_MOD 716>,
981 <&cpg CPG_CORE R8A7743_CLK_ZS>, <&scif_clk>;
982 clock-names = "fck", "brg_int", "scif_clk";
983 dmas = <&dmac0 0x4d>, <&dmac0 0x4e>,
984 <&dmac1 0x4d>, <&dmac1 0x4e>;
985 dma-names = "tx", "rx", "tx", "rx";
986 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
991 hscif2: serial@e62d0000 {
992 compatible = "renesas,hscif-r8a7743",
993 "renesas,rcar-gen2-hscif", "renesas,hscif";
994 reg = <0 0xe62d0000 0 0x60>;
995 interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>;
996 clocks = <&cpg CPG_MOD 713>,
997 <&cpg CPG_CORE R8A7743_CLK_ZS>, <&scif_clk>;
998 clock-names = "fck", "brg_int", "scif_clk";
999 dmas = <&dmac0 0x3b>, <&dmac0 0x3c>,
1000 <&dmac1 0x3b>, <&dmac1 0x3c>;
1001 dma-names = "tx", "rx", "tx", "rx";
1002 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
1003 resets = <&cpg 713>;
1004 status = "disabled";
1007 msiof0: spi@e6e20000 {
1008 compatible = "renesas,msiof-r8a7743",
1009 "renesas,rcar-gen2-msiof";
1010 reg = <0 0xe6e20000 0 0x0064>;
1011 interrupts = <GIC_SPI 156 IRQ_TYPE_LEVEL_HIGH>;
1012 clocks = <&cpg CPG_MOD 000>;
1013 dmas = <&dmac0 0x51>, <&dmac0 0x52>,
1014 <&dmac1 0x51>, <&dmac1 0x52>;
1015 dma-names = "tx", "rx", "tx", "rx";
1016 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
1017 #address-cells = <1>;
1019 resets = <&cpg 000>;
1020 status = "disabled";
1023 msiof1: spi@e6e10000 {
1024 compatible = "renesas,msiof-r8a7743",
1025 "renesas,rcar-gen2-msiof";
1026 reg = <0 0xe6e10000 0 0x0064>;
1027 interrupts = <GIC_SPI 157 IRQ_TYPE_LEVEL_HIGH>;
1028 clocks = <&cpg CPG_MOD 208>;
1029 dmas = <&dmac0 0x55>, <&dmac0 0x56>,
1030 <&dmac1 0x55>, <&dmac1 0x56>;
1031 dma-names = "tx", "rx", "tx", "rx";
1032 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
1033 #address-cells = <1>;
1035 resets = <&cpg 208>;
1036 status = "disabled";
1039 msiof2: spi@e6e00000 {
1040 compatible = "renesas,msiof-r8a7743",
1041 "renesas,rcar-gen2-msiof";
1042 reg = <0 0xe6e00000 0 0x0064>;
1043 interrupts = <GIC_SPI 158 IRQ_TYPE_LEVEL_HIGH>;
1044 clocks = <&cpg CPG_MOD 205>;
1045 dmas = <&dmac0 0x41>, <&dmac0 0x42>,
1046 <&dmac1 0x41>, <&dmac1 0x42>;
1047 dma-names = "tx", "rx", "tx", "rx";
1048 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
1049 #address-cells = <1>;
1051 resets = <&cpg 205>;
1052 status = "disabled";
1055 pwm0: pwm@e6e30000 {
1056 compatible = "renesas,pwm-r8a7743", "renesas,pwm-rcar";
1057 reg = <0 0xe6e30000 0 0x8>;
1058 clocks = <&cpg CPG_MOD 523>;
1059 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
1060 resets = <&cpg 523>;
1062 status = "disabled";
1065 pwm1: pwm@e6e31000 {
1066 compatible = "renesas,pwm-r8a7743", "renesas,pwm-rcar";
1067 reg = <0 0xe6e31000 0 0x8>;
1068 clocks = <&cpg CPG_MOD 523>;
1069 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
1070 resets = <&cpg 523>;
1072 status = "disabled";
1075 pwm2: pwm@e6e32000 {
1076 compatible = "renesas,pwm-r8a7743", "renesas,pwm-rcar";
1077 reg = <0 0xe6e32000 0 0x8>;
1078 clocks = <&cpg CPG_MOD 523>;
1079 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
1080 resets = <&cpg 523>;
1082 status = "disabled";
1085 pwm3: pwm@e6e33000 {
1086 compatible = "renesas,pwm-r8a7743", "renesas,pwm-rcar";
1087 reg = <0 0xe6e33000 0 0x8>;
1088 clocks = <&cpg CPG_MOD 523>;
1089 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
1090 resets = <&cpg 523>;
1092 status = "disabled";
1095 pwm4: pwm@e6e34000 {
1096 compatible = "renesas,pwm-r8a7743", "renesas,pwm-rcar";
1097 reg = <0 0xe6e34000 0 0x8>;
1098 clocks = <&cpg CPG_MOD 523>;
1099 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
1100 resets = <&cpg 523>;
1102 status = "disabled";
1105 pwm5: pwm@e6e35000 {
1106 compatible = "renesas,pwm-r8a7743", "renesas,pwm-rcar";
1107 reg = <0 0xe6e35000 0 0x8>;
1108 clocks = <&cpg CPG_MOD 523>;
1109 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
1110 resets = <&cpg 523>;
1112 status = "disabled";
1115 pwm6: pwm@e6e36000 {
1116 compatible = "renesas,pwm-r8a7743", "renesas,pwm-rcar";
1117 reg = <0 0xe6e36000 0 0x8>;
1118 clocks = <&cpg CPG_MOD 523>;
1119 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
1120 resets = <&cpg 523>;
1122 status = "disabled";
1125 can0: can@e6e80000 {
1126 compatible = "renesas,can-r8a7743",
1127 "renesas,rcar-gen2-can";
1128 reg = <0 0xe6e80000 0 0x1000>;
1129 interrupts = <GIC_SPI 186 IRQ_TYPE_LEVEL_HIGH>;
1130 clocks = <&cpg CPG_MOD 916>,
1131 <&cpg CPG_CORE R8A7743_CLK_RCAN>,
1133 clock-names = "clkp1", "clkp2", "can_clk";
1134 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
1135 resets = <&cpg 916>;
1136 status = "disabled";
1139 can1: can@e6e88000 {
1140 compatible = "renesas,can-r8a7743",
1141 "renesas,rcar-gen2-can";
1142 reg = <0 0xe6e88000 0 0x1000>;
1143 interrupts = <GIC_SPI 187 IRQ_TYPE_LEVEL_HIGH>;
1144 clocks = <&cpg CPG_MOD 915>,
1145 <&cpg CPG_CORE R8A7743_CLK_RCAN>,
1147 clock-names = "clkp1", "clkp2", "can_clk";
1148 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
1149 resets = <&cpg 915>;
1150 status = "disabled";
1153 vin0: video@e6ef0000 {
1154 compatible = "renesas,vin-r8a7743",
1155 "renesas,rcar-gen2-vin";
1156 reg = <0 0xe6ef0000 0 0x1000>;
1157 interrupts = <GIC_SPI 188 IRQ_TYPE_LEVEL_HIGH>;
1158 clocks = <&cpg CPG_MOD 811>;
1159 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
1160 resets = <&cpg 811>;
1161 status = "disabled";
1164 vin1: video@e6ef1000 {
1165 compatible = "renesas,vin-r8a7743",
1166 "renesas,rcar-gen2-vin";
1167 reg = <0 0xe6ef1000 0 0x1000>;
1168 interrupts = <GIC_SPI 189 IRQ_TYPE_LEVEL_HIGH>;
1169 clocks = <&cpg CPG_MOD 810>;
1170 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
1171 resets = <&cpg 810>;
1172 status = "disabled";
1175 vin2: video@e6ef2000 {
1176 compatible = "renesas,vin-r8a7743",
1177 "renesas,rcar-gen2-vin";
1178 reg = <0 0xe6ef2000 0 0x1000>;
1179 interrupts = <GIC_SPI 190 IRQ_TYPE_LEVEL_HIGH>;
1180 clocks = <&cpg CPG_MOD 809>;
1181 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
1182 resets = <&cpg 809>;
1183 status = "disabled";
1186 rcar_sound: sound@ec500000 {
1188 * #sound-dai-cells is required
1190 * Single DAI : #sound-dai-cells = <0>; <&rcar_sound>;
1191 * Multi DAI : #sound-dai-cells = <1>; <&rcar_sound N>;
1193 compatible = "renesas,rcar_sound-r8a7743",
1194 "renesas,rcar_sound-gen2";
1195 reg = <0 0xec500000 0 0x1000>, /* SCU */
1196 <0 0xec5a0000 0 0x100>, /* ADG */
1197 <0 0xec540000 0 0x1000>, /* SSIU */
1198 <0 0xec541000 0 0x280>, /* SSI */
1199 <0 0xec740000 0 0x200>; /* Audio DMAC peri peri*/
1200 reg-names = "scu", "adg", "ssiu", "ssi", "audmapp";
1202 clocks = <&cpg CPG_MOD 1005>,
1203 <&cpg CPG_MOD 1006>, <&cpg CPG_MOD 1007>,
1204 <&cpg CPG_MOD 1008>, <&cpg CPG_MOD 1009>,
1205 <&cpg CPG_MOD 1010>, <&cpg CPG_MOD 1011>,
1206 <&cpg CPG_MOD 1012>, <&cpg CPG_MOD 1013>,
1207 <&cpg CPG_MOD 1014>, <&cpg CPG_MOD 1015>,
1208 <&cpg CPG_MOD 1022>, <&cpg CPG_MOD 1023>,
1209 <&cpg CPG_MOD 1024>, <&cpg CPG_MOD 1025>,
1210 <&cpg CPG_MOD 1026>, <&cpg CPG_MOD 1027>,
1211 <&cpg CPG_MOD 1028>, <&cpg CPG_MOD 1029>,
1212 <&cpg CPG_MOD 1030>, <&cpg CPG_MOD 1031>,
1213 <&cpg CPG_MOD 1021>, <&cpg CPG_MOD 1020>,
1214 <&cpg CPG_MOD 1021>, <&cpg CPG_MOD 1020>,
1215 <&cpg CPG_MOD 1019>, <&cpg CPG_MOD 1018>,
1216 <&audio_clk_a>, <&audio_clk_b>, <&audio_clk_c>,
1217 <&cpg CPG_CORE R8A7743_CLK_M2>;
1218 clock-names = "ssi-all",
1219 "ssi.9", "ssi.8", "ssi.7", "ssi.6", "ssi.5",
1220 "ssi.4", "ssi.3", "ssi.2", "ssi.1", "ssi.0",
1221 "src.9", "src.8", "src.7", "src.6", "src.5",
1222 "src.4", "src.3", "src.2", "src.1", "src.0",
1226 "clk_a", "clk_b", "clk_c", "clk_i";
1227 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
1228 resets = <&cpg 1005>,
1229 <&cpg 1006>, <&cpg 1007>, <&cpg 1008>, <&cpg 1009>,
1230 <&cpg 1010>, <&cpg 1011>, <&cpg 1012>, <&cpg 1013>,
1231 <&cpg 1014>, <&cpg 1015>;
1232 reset-names = "ssi-all",
1233 "ssi.9", "ssi.8", "ssi.7", "ssi.6", "ssi.5",
1234 "ssi.4", "ssi.3", "ssi.2", "ssi.1", "ssi.0";
1235 status = "disabled";
1239 dmas = <&audma1 0xbc>;
1243 dmas = <&audma1 0xbe>;
1266 interrupts = <GIC_SPI 352 IRQ_TYPE_LEVEL_HIGH>;
1267 dmas = <&audma0 0x85>, <&audma1 0x9a>;
1268 dma-names = "rx", "tx";
1271 interrupts = <GIC_SPI 353 IRQ_TYPE_LEVEL_HIGH>;
1272 dmas = <&audma0 0x87>, <&audma1 0x9c>;
1273 dma-names = "rx", "tx";
1276 interrupts = <GIC_SPI 354 IRQ_TYPE_LEVEL_HIGH>;
1277 dmas = <&audma0 0x89>, <&audma1 0x9e>;
1278 dma-names = "rx", "tx";
1281 interrupts = <GIC_SPI 355 IRQ_TYPE_LEVEL_HIGH>;
1282 dmas = <&audma0 0x8b>, <&audma1 0xa0>;
1283 dma-names = "rx", "tx";
1286 interrupts = <GIC_SPI 356 IRQ_TYPE_LEVEL_HIGH>;
1287 dmas = <&audma0 0x8d>, <&audma1 0xb0>;
1288 dma-names = "rx", "tx";
1291 interrupts = <GIC_SPI 357 IRQ_TYPE_LEVEL_HIGH>;
1292 dmas = <&audma0 0x8f>, <&audma1 0xb2>;
1293 dma-names = "rx", "tx";
1296 interrupts = <GIC_SPI 358 IRQ_TYPE_LEVEL_HIGH>;
1297 dmas = <&audma0 0x91>, <&audma1 0xb4>;
1298 dma-names = "rx", "tx";
1301 interrupts = <GIC_SPI 359 IRQ_TYPE_LEVEL_HIGH>;
1302 dmas = <&audma0 0x93>, <&audma1 0xb6>;
1303 dma-names = "rx", "tx";
1306 interrupts = <GIC_SPI 360 IRQ_TYPE_LEVEL_HIGH>;
1307 dmas = <&audma0 0x95>, <&audma1 0xb8>;
1308 dma-names = "rx", "tx";
1311 interrupts = <GIC_SPI 361 IRQ_TYPE_LEVEL_HIGH>;
1312 dmas = <&audma0 0x97>, <&audma1 0xba>;
1313 dma-names = "rx", "tx";
1319 interrupts = <GIC_SPI 370 IRQ_TYPE_LEVEL_HIGH>;
1320 dmas = <&audma0 0x01>, <&audma1 0x02>, <&audma0 0x15>, <&audma1 0x16>;
1321 dma-names = "rx", "tx", "rxu", "txu";
1324 interrupts = <GIC_SPI 371 IRQ_TYPE_LEVEL_HIGH>;
1325 dmas = <&audma0 0x03>, <&audma1 0x04>, <&audma0 0x49>, <&audma1 0x4a>;
1326 dma-names = "rx", "tx", "rxu", "txu";
1329 interrupts = <GIC_SPI 372 IRQ_TYPE_LEVEL_HIGH>;
1330 dmas = <&audma0 0x05>, <&audma1 0x06>, <&audma0 0x63>, <&audma1 0x64>;
1331 dma-names = "rx", "tx", "rxu", "txu";
1334 interrupts = <GIC_SPI 373 IRQ_TYPE_LEVEL_HIGH>;
1335 dmas = <&audma0 0x07>, <&audma1 0x08>, <&audma0 0x6f>, <&audma1 0x70>;
1336 dma-names = "rx", "tx", "rxu", "txu";
1339 interrupts = <GIC_SPI 374 IRQ_TYPE_LEVEL_HIGH>;
1340 dmas = <&audma0 0x09>, <&audma1 0x0a>, <&audma0 0x71>, <&audma1 0x72>;
1341 dma-names = "rx", "tx", "rxu", "txu";
1344 interrupts = <GIC_SPI 375 IRQ_TYPE_LEVEL_HIGH>;
1345 dmas = <&audma0 0x0b>, <&audma1 0x0c>, <&audma0 0x73>, <&audma1 0x74>;
1346 dma-names = "rx", "tx", "rxu", "txu";
1349 interrupts = <GIC_SPI 376 IRQ_TYPE_LEVEL_HIGH>;
1350 dmas = <&audma0 0x0d>, <&audma1 0x0e>, <&audma0 0x75>, <&audma1 0x76>;
1351 dma-names = "rx", "tx", "rxu", "txu";
1354 interrupts = <GIC_SPI 377 IRQ_TYPE_LEVEL_HIGH>;
1355 dmas = <&audma0 0x0f>, <&audma1 0x10>, <&audma0 0x79>, <&audma1 0x7a>;
1356 dma-names = "rx", "tx", "rxu", "txu";
1359 interrupts = <GIC_SPI 378 IRQ_TYPE_LEVEL_HIGH>;
1360 dmas = <&audma0 0x11>, <&audma1 0x12>, <&audma0 0x7b>, <&audma1 0x7c>;
1361 dma-names = "rx", "tx", "rxu", "txu";
1364 interrupts = <GIC_SPI 379 IRQ_TYPE_LEVEL_HIGH>;
1365 dmas = <&audma0 0x13>, <&audma1 0x14>, <&audma0 0x7d>, <&audma1 0x7e>;
1366 dma-names = "rx", "tx", "rxu", "txu";
1371 audma0: dma-controller@ec700000 {
1372 compatible = "renesas,dmac-r8a7743",
1373 "renesas,rcar-dmac";
1374 reg = <0 0xec700000 0 0x10000>;
1375 interrupts = <GIC_SPI 346 IRQ_TYPE_LEVEL_HIGH>,
1376 <GIC_SPI 320 IRQ_TYPE_LEVEL_HIGH>,
1377 <GIC_SPI 321 IRQ_TYPE_LEVEL_HIGH>,
1378 <GIC_SPI 322 IRQ_TYPE_LEVEL_HIGH>,
1379 <GIC_SPI 323 IRQ_TYPE_LEVEL_HIGH>,
1380 <GIC_SPI 324 IRQ_TYPE_LEVEL_HIGH>,
1381 <GIC_SPI 325 IRQ_TYPE_LEVEL_HIGH>,
1382 <GIC_SPI 326 IRQ_TYPE_LEVEL_HIGH>,
1383 <GIC_SPI 327 IRQ_TYPE_LEVEL_HIGH>,
1384 <GIC_SPI 328 IRQ_TYPE_LEVEL_HIGH>,
1385 <GIC_SPI 329 IRQ_TYPE_LEVEL_HIGH>,
1386 <GIC_SPI 330 IRQ_TYPE_LEVEL_HIGH>,
1387 <GIC_SPI 331 IRQ_TYPE_LEVEL_HIGH>,
1388 <GIC_SPI 332 IRQ_TYPE_LEVEL_HIGH>;
1389 interrupt-names = "error",
1390 "ch0", "ch1", "ch2", "ch3",
1391 "ch4", "ch5", "ch6", "ch7",
1392 "ch8", "ch9", "ch10", "ch11",
1394 clocks = <&cpg CPG_MOD 502>;
1395 clock-names = "fck";
1396 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
1397 resets = <&cpg 502>;
1399 dma-channels = <13>;
1402 audma1: dma-controller@ec720000 {
1403 compatible = "renesas,dmac-r8a7743",
1404 "renesas,rcar-dmac";
1405 reg = <0 0xec720000 0 0x10000>;
1406 interrupts = <GIC_SPI 347 IRQ_TYPE_LEVEL_HIGH>,
1407 <GIC_SPI 333 IRQ_TYPE_LEVEL_HIGH>,
1408 <GIC_SPI 334 IRQ_TYPE_LEVEL_HIGH>,
1409 <GIC_SPI 335 IRQ_TYPE_LEVEL_HIGH>,
1410 <GIC_SPI 336 IRQ_TYPE_LEVEL_HIGH>,
1411 <GIC_SPI 337 IRQ_TYPE_LEVEL_HIGH>,
1412 <GIC_SPI 338 IRQ_TYPE_LEVEL_HIGH>,
1413 <GIC_SPI 339 IRQ_TYPE_LEVEL_HIGH>,
1414 <GIC_SPI 340 IRQ_TYPE_LEVEL_HIGH>,
1415 <GIC_SPI 341 IRQ_TYPE_LEVEL_HIGH>,
1416 <GIC_SPI 342 IRQ_TYPE_LEVEL_HIGH>,
1417 <GIC_SPI 343 IRQ_TYPE_LEVEL_HIGH>,
1418 <GIC_SPI 344 IRQ_TYPE_LEVEL_HIGH>,
1419 <GIC_SPI 345 IRQ_TYPE_LEVEL_HIGH>;
1420 interrupt-names = "error",
1421 "ch0", "ch1", "ch2", "ch3",
1422 "ch4", "ch5", "ch6", "ch7",
1423 "ch8", "ch9", "ch10", "ch11",
1425 clocks = <&cpg CPG_MOD 501>;
1426 clock-names = "fck";
1427 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
1428 resets = <&cpg 501>;
1430 dma-channels = <13>;
1434 * pci1 and xhci share the same phy, therefore only one of them
1435 * can be active at any one time. If both of them are enabled,
1436 * a race condition will determine who'll control the phy.
1437 * A firmware file is needed by the xhci driver in order for
1438 * USB 3.0 to work properly.
1440 xhci: usb@ee000000 {
1441 compatible = "renesas,xhci-r8a7743",
1442 "renesas,rcar-gen2-xhci";
1443 reg = <0 0xee000000 0 0xc00>;
1444 interrupts = <GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>;
1445 clocks = <&cpg CPG_MOD 328>;
1446 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
1447 resets = <&cpg 328>;
1450 status = "disabled";
1453 pci0: pci@ee090000 {
1454 compatible = "renesas,pci-r8a7743",
1455 "renesas,pci-rcar-gen2";
1456 device_type = "pci";
1457 reg = <0 0xee090000 0 0xc00>,
1458 <0 0xee080000 0 0x1100>;
1459 interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>;
1460 clocks = <&cpg CPG_MOD 703>;
1461 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
1462 resets = <&cpg 703>;
1463 status = "disabled";
1466 #address-cells = <3>;
1468 #interrupt-cells = <1>;
1469 ranges = <0x02000000 0 0xee080000 0 0xee080000 0 0x00010000>;
1470 interrupt-map-mask = <0xf800 0 0 0x7>;
1471 interrupt-map = <0x0000 0 0 1 &gic GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>,
1472 <0x0800 0 0 1 &gic GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>,
1473 <0x1000 0 0 2 &gic GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>;
1476 reg = <0x800 0 0 0 0>;
1482 reg = <0x1000 0 0 0 0>;
1488 pci1: pci@ee0d0000 {
1489 compatible = "renesas,pci-r8a7743",
1490 "renesas,pci-rcar-gen2";
1491 device_type = "pci";
1492 reg = <0 0xee0d0000 0 0xc00>,
1493 <0 0xee0c0000 0 0x1100>;
1494 interrupts = <GIC_SPI 113 IRQ_TYPE_LEVEL_HIGH>;
1495 clocks = <&cpg CPG_MOD 703>;
1496 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
1497 resets = <&cpg 703>;
1498 status = "disabled";
1501 #address-cells = <3>;
1503 #interrupt-cells = <1>;
1504 ranges = <0x02000000 0 0xee0c0000 0 0xee0c0000 0 0x00010000>;
1505 interrupt-map-mask = <0xf800 0 0 0x7>;
1506 interrupt-map = <0x0000 0 0 1 &gic GIC_SPI 113 IRQ_TYPE_LEVEL_HIGH>,
1507 <0x0800 0 0 1 &gic GIC_SPI 113 IRQ_TYPE_LEVEL_HIGH>,
1508 <0x1000 0 0 2 &gic GIC_SPI 113 IRQ_TYPE_LEVEL_HIGH>;
1511 reg = <0x10800 0 0 0 0>;
1517 reg = <0x11000 0 0 0 0>;
1523 sdhi0: sd@ee100000 {
1524 compatible = "renesas,sdhi-r8a7743",
1525 "renesas,rcar-gen2-sdhi";
1526 reg = <0 0xee100000 0 0x328>;
1527 interrupts = <GIC_SPI 165 IRQ_TYPE_LEVEL_HIGH>;
1528 clocks = <&cpg CPG_MOD 314>;
1529 dmas = <&dmac0 0xcd>, <&dmac0 0xce>,
1530 <&dmac1 0xcd>, <&dmac1 0xce>;
1531 dma-names = "tx", "rx", "tx", "rx";
1532 max-frequency = <195000000>;
1533 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
1534 resets = <&cpg 314>;
1535 status = "disabled";
1538 sdhi1: sd@ee140000 {
1539 compatible = "renesas,sdhi-r8a7743",
1540 "renesas,rcar-gen2-sdhi";
1541 reg = <0 0xee140000 0 0x100>;
1542 interrupts = <GIC_SPI 167 IRQ_TYPE_LEVEL_HIGH>;
1543 clocks = <&cpg CPG_MOD 312>;
1544 dmas = <&dmac0 0xc1>, <&dmac0 0xc2>,
1545 <&dmac1 0xc1>, <&dmac1 0xc2>;
1546 dma-names = "tx", "rx", "tx", "rx";
1547 max-frequency = <97500000>;
1548 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
1549 resets = <&cpg 312>;
1550 status = "disabled";
1553 sdhi2: sd@ee160000 {
1554 compatible = "renesas,sdhi-r8a7743",
1555 "renesas,rcar-gen2-sdhi";
1556 reg = <0 0xee160000 0 0x100>;
1557 interrupts = <GIC_SPI 168 IRQ_TYPE_LEVEL_HIGH>;
1558 clocks = <&cpg CPG_MOD 311>;
1559 dmas = <&dmac0 0xd3>, <&dmac0 0xd4>,
1560 <&dmac1 0xd3>, <&dmac1 0xd4>;
1561 dma-names = "tx", "rx", "tx", "rx";
1562 max-frequency = <97500000>;
1563 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
1564 resets = <&cpg 311>;
1565 status = "disabled";
1568 mmcif0: mmc@ee200000 {
1569 compatible = "renesas,mmcif-r8a7743",
1571 reg = <0 0xee200000 0 0x80>;
1572 interrupts = <GIC_SPI 169 IRQ_TYPE_LEVEL_HIGH>;
1573 clocks = <&cpg CPG_MOD 315>;
1574 dmas = <&dmac0 0xd1>, <&dmac0 0xd2>,
1575 <&dmac1 0xd1>, <&dmac1 0xd2>;
1576 dma-names = "tx", "rx", "tx", "rx";
1577 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
1578 resets = <&cpg 315>;
1580 max-frequency = <97500000>;
1581 status = "disabled";
1584 ether: ethernet@ee700000 {
1585 compatible = "renesas,ether-r8a7743",
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 R8A7743_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(2) | IRQ_TYPE_LEVEL_HIGH)>;
1606 clocks = <&cpg CPG_MOD 408>;
1607 clock-names = "clk";
1608 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
1609 resets = <&cpg 408>;
1612 pciec: pcie@fe000000 {
1613 compatible = "renesas,pcie-r8a7743",
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 2 0x00000000 2 0x00000000 1 0x00000000>;
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 R8A7743_PD_ALWAYS_ON>;
1636 resets = <&cpg 319>;
1637 status = "disabled";
1641 compatible = "renesas,vsp1";
1642 reg = <0 0xfe928000 0 0x8000>;
1643 interrupts = <GIC_SPI 267 IRQ_TYPE_LEVEL_HIGH>;
1644 clocks = <&cpg CPG_MOD 131>;
1645 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
1646 resets = <&cpg 131>;
1650 compatible = "renesas,vsp1";
1651 reg = <0 0xfe930000 0 0x8000>;
1652 interrupts = <GIC_SPI 246 IRQ_TYPE_LEVEL_HIGH>;
1653 clocks = <&cpg CPG_MOD 128>;
1654 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
1655 resets = <&cpg 128>;
1659 compatible = "renesas,vsp1";
1660 reg = <0 0xfe938000 0 0x8000>;
1661 interrupts = <GIC_SPI 247 IRQ_TYPE_LEVEL_HIGH>;
1662 clocks = <&cpg CPG_MOD 127>;
1663 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
1664 resets = <&cpg 127>;
1667 du: display@feb00000 {
1668 compatible = "renesas,du-r8a7743";
1669 reg = <0 0xfeb00000 0 0x40000>;
1670 interrupts = <GIC_SPI 256 IRQ_TYPE_LEVEL_HIGH>,
1671 <GIC_SPI 268 IRQ_TYPE_LEVEL_HIGH>;
1672 clocks = <&cpg CPG_MOD 724>,
1674 clock-names = "du.0", "du.1";
1675 status = "disabled";
1678 #address-cells = <1>;
1683 du_out_rgb: endpoint {
1688 du_out_lvds0: endpoint {
1689 remote-endpoint = <&lvds0_in>;
1695 lvds0: lvds@feb90000 {
1696 compatible = "renesas,r8a7743-lvds";
1697 reg = <0 0xfeb90000 0 0x1c>;
1698 clocks = <&cpg CPG_MOD 726>;
1699 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
1700 resets = <&cpg 726>;
1701 status = "disabled";
1704 #address-cells = <1>;
1709 lvds0_in: endpoint {
1710 remote-endpoint = <&du_out_lvds0>;
1715 lvds0_out: endpoint {
1721 prr: chipid@ff000044 {
1722 compatible = "renesas,prr";
1723 reg = <0 0xff000044 0 4>;
1726 cmt0: timer@ffca0000 {
1727 compatible = "renesas,r8a7743-cmt0",
1728 "renesas,rcar-gen2-cmt0";
1729 reg = <0 0xffca0000 0 0x1004>;
1730 interrupts = <GIC_SPI 142 IRQ_TYPE_LEVEL_HIGH>,
1731 <GIC_SPI 143 IRQ_TYPE_LEVEL_HIGH>;
1732 clocks = <&cpg CPG_MOD 124>;
1733 clock-names = "fck";
1734 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
1735 resets = <&cpg 124>;
1736 status = "disabled";
1739 cmt1: timer@e6130000 {
1740 compatible = "renesas,r8a7743-cmt1",
1741 "renesas,rcar-gen2-cmt1";
1742 reg = <0 0xe6130000 0 0x1004>;
1743 interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>,
1744 <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>,
1745 <GIC_SPI 122 IRQ_TYPE_LEVEL_HIGH>,
1746 <GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>,
1747 <GIC_SPI 124 IRQ_TYPE_LEVEL_HIGH>,
1748 <GIC_SPI 125 IRQ_TYPE_LEVEL_HIGH>,
1749 <GIC_SPI 126 IRQ_TYPE_LEVEL_HIGH>,
1750 <GIC_SPI 127 IRQ_TYPE_LEVEL_HIGH>;
1751 clocks = <&cpg CPG_MOD 329>;
1752 clock-names = "fck";
1753 power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
1754 resets = <&cpg 329>;
1755 status = "disabled";
1760 cpu_thermal: cpu-thermal {
1761 polling-delay-passive = <0>;
1762 polling-delay = <0>;
1764 thermal-sensors = <&thermal>;
1768 temperature = <95000>;
1780 compatible = "arm,armv7-timer";
1781 interrupts-extended = <&gic GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
1782 <&gic GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
1783 <&gic GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
1784 <&gic GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>;
1787 /* External USB clock - can be overridden by the board */
1788 usb_extal_clk: usb_extal {
1789 compatible = "fixed-clock";
1791 clock-frequency = <48000000>;