r8a77990.dtsi (0ea0397a3a12f9720d6acb78a48da796a54e81aa) r8a77990.dtsi (ba3ac35b4896cf291f6fdaf04a505985e5ccce30)
1/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * Device Tree Source for the R-Car E3 (R8A77990) SoC
4 *
5 * Copyright (C) 2018 Renesas Electronics Corp.
6 */
7
8#include <dt-bindings/clock/r8a77990-cpg-mssr.h>

--- 11 unchanged lines hidden (view full) ---

20 i2c2 = &i2c2;
21 i2c3 = &i2c3;
22 i2c4 = &i2c4;
23 i2c5 = &i2c5;
24 i2c6 = &i2c6;
25 i2c7 = &i2c7;
26 };
27
1/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * Device Tree Source for the R-Car E3 (R8A77990) SoC
4 *
5 * Copyright (C) 2018 Renesas Electronics Corp.
6 */
7
8#include <dt-bindings/clock/r8a77990-cpg-mssr.h>

--- 11 unchanged lines hidden (view full) ---

20 i2c2 = &i2c2;
21 i2c3 = &i2c3;
22 i2c4 = &i2c4;
23 i2c5 = &i2c5;
24 i2c6 = &i2c6;
25 i2c7 = &i2c7;
26 };
27
28 /*
29 * The external audio clocks are configured as 0 Hz fixed frequency
30 * clocks by default.
31 * Boards that provide audio clocks should override them.
32 */
33 audio_clk_a: audio_clk_a {
34 compatible = "fixed-clock";
35 #clock-cells = <0>;
36 clock-frequency = <0>;
37 };
38
39 audio_clk_b: audio_clk_b {
40 compatible = "fixed-clock";
41 #clock-cells = <0>;
42 clock-frequency = <0>;
43 };
44
45 audio_clk_c: audio_clk_c {
46 compatible = "fixed-clock";
47 #clock-cells = <0>;
48 clock-frequency = <0>;
49 };
50
28 cpus {
29 #address-cells = <1>;
30 #size-cells = <0>;
31
32 a53_0: cpu@0 {
33 compatible = "arm,cortex-a53", "arm,armv8";
34 reg = <0>;
35 device_type = "cpu";

--- 21 unchanged lines hidden (view full) ---

57
58 extal_clk: extal {
59 compatible = "fixed-clock";
60 #clock-cells = <0>;
61 /* This value must be overridden by the board */
62 clock-frequency = <0>;
63 };
64
51 cpus {
52 #address-cells = <1>;
53 #size-cells = <0>;
54
55 a53_0: cpu@0 {
56 compatible = "arm,cortex-a53", "arm,armv8";
57 reg = <0>;
58 device_type = "cpu";

--- 21 unchanged lines hidden (view full) ---

80
81 extal_clk: extal {
82 compatible = "fixed-clock";
83 #clock-cells = <0>;
84 /* This value must be overridden by the board */
85 clock-frequency = <0>;
86 };
87
88 /* External PCIe clock - can be overridden by the board */
89 pcie_bus_clk: pcie_bus {
90 compatible = "fixed-clock";
91 #clock-cells = <0>;
92 clock-frequency = <0>;
93 };
94
65 pmu_a53 {
66 compatible = "arm,cortex-a53-pmu";
67 interrupts-extended = <&gic GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>,
68 <&gic GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>;
69 interrupt-affinity = <&a53_0>, <&a53_1>;
70 };
71
72 psci {

--- 263 unchanged lines hidden (view full) ---

336 };
337
338 sysc: system-controller@e6180000 {
339 compatible = "renesas,r8a77990-sysc";
340 reg = <0 0xe6180000 0 0x0400>;
341 #power-domain-cells = <1>;
342 };
343
95 pmu_a53 {
96 compatible = "arm,cortex-a53-pmu";
97 interrupts-extended = <&gic GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>,
98 <&gic GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>;
99 interrupt-affinity = <&a53_0>, <&a53_1>;
100 };
101
102 psci {

--- 263 unchanged lines hidden (view full) ---

366 };
367
368 sysc: system-controller@e6180000 {
369 compatible = "renesas,r8a77990-sysc";
370 reg = <0 0xe6180000 0 0x0400>;
371 #power-domain-cells = <1>;
372 };
373
374 intc_ex: interrupt-controller@e61c0000 {
375 compatible = "renesas,intc-ex-r8a77990", "renesas,irqc";
376 #interrupt-cells = <2>;
377 interrupt-controller;
378 reg = <0 0xe61c0000 0 0x200>;
379 interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH
380 GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH
381 GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH
382 GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH
383 GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH
384 GIC_SPI 161 IRQ_TYPE_LEVEL_HIGH>;
385 clocks = <&cpg CPG_MOD 407>;
386 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
387 resets = <&cpg 407>;
388 };
389
390 hscif0: serial@e6540000 {
391 compatible = "renesas,hscif-r8a77990",
392 "renesas,rcar-gen3-hscif",
393 "renesas,hscif";
394 reg = <0 0xe6540000 0 0x60>;
395 interrupts = <GIC_SPI 154 IRQ_TYPE_LEVEL_HIGH>;
396 clocks = <&cpg CPG_MOD 520>,
397 <&cpg CPG_CORE R8A77990_CLK_S3D1C>,
398 <&scif_clk>;
399 clock-names = "fck", "brg_int", "scif_clk";
400 dmas = <&dmac1 0x31>, <&dmac1 0x30>,
401 <&dmac2 0x31>, <&dmac2 0x30>;
402 dma-names = "tx", "rx", "tx", "rx";
403 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
404 resets = <&cpg 520>;
405 status = "disabled";
406 };
407
408 hscif1: serial@e6550000 {
409 compatible = "renesas,hscif-r8a77990",
410 "renesas,rcar-gen3-hscif",
411 "renesas,hscif";
412 reg = <0 0xe6550000 0 0x60>;
413 interrupts = <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>;
414 clocks = <&cpg CPG_MOD 519>,
415 <&cpg CPG_CORE R8A77990_CLK_S3D1C>,
416 <&scif_clk>;
417 clock-names = "fck", "brg_int", "scif_clk";
418 dmas = <&dmac1 0x33>, <&dmac1 0x32>,
419 <&dmac2 0x33>, <&dmac2 0x32>;
420 dma-names = "tx", "rx", "tx", "rx";
421 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
422 resets = <&cpg 519>;
423 status = "disabled";
424 };
425
426 hscif2: serial@e6560000 {
427 compatible = "renesas,hscif-r8a77990",
428 "renesas,rcar-gen3-hscif",
429 "renesas,hscif";
430 reg = <0 0xe6560000 0 0x60>;
431 interrupts = <GIC_SPI 144 IRQ_TYPE_LEVEL_HIGH>;
432 clocks = <&cpg CPG_MOD 518>,
433 <&cpg CPG_CORE R8A77990_CLK_S3D1C>,
434 <&scif_clk>;
435 clock-names = "fck", "brg_int", "scif_clk";
436 dmas = <&dmac1 0x35>, <&dmac1 0x34>,
437 <&dmac2 0x35>, <&dmac2 0x34>;
438 dma-names = "tx", "rx", "tx", "rx";
439 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
440 resets = <&cpg 518>;
441 status = "disabled";
442 };
443
444 hscif3: serial@e66a0000 {
445 compatible = "renesas,hscif-r8a77990",
446 "renesas,rcar-gen3-hscif",
447 "renesas,hscif";
448 reg = <0 0xe66a0000 0 0x60>;
449 interrupts = <GIC_SPI 145 IRQ_TYPE_LEVEL_HIGH>;
450 clocks = <&cpg CPG_MOD 517>,
451 <&cpg CPG_CORE R8A77990_CLK_S3D1C>,
452 <&scif_clk>;
453 clock-names = "fck", "brg_int", "scif_clk";
454 dmas = <&dmac0 0x37>, <&dmac0 0x36>;
455 dma-names = "tx", "rx";
456 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
457 resets = <&cpg 517>;
458 status = "disabled";
459 };
460
461 hscif4: serial@e66b0000 {
462 compatible = "renesas,hscif-r8a77990",
463 "renesas,rcar-gen3-hscif",
464 "renesas,hscif";
465 reg = <0 0xe66b0000 0 0x60>;
466 interrupts = <GIC_SPI 146 IRQ_TYPE_LEVEL_HIGH>;
467 clocks = <&cpg CPG_MOD 516>,
468 <&cpg CPG_CORE R8A77990_CLK_S3D1C>,
469 <&scif_clk>;
470 clock-names = "fck", "brg_int", "scif_clk";
471 dmas = <&dmac0 0x39>, <&dmac0 0x38>;
472 dma-names = "tx", "rx";
473 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
474 resets = <&cpg 516>;
475 status = "disabled";
476 };
477
478 hsusb: usb@e6590000 {
479 compatible = "renesas,usbhs-r8a77990",
480 "renesas,rcar-gen3-usbhs";
481 reg = <0 0xe6590000 0 0x200>;
482 interrupts = <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>;
483 clocks = <&cpg CPG_MOD 704>, <&cpg CPG_MOD 703>;
484 dmas = <&usb_dmac0 0>, <&usb_dmac0 1>,
485 <&usb_dmac1 0>, <&usb_dmac1 1>;
486 dma-names = "ch0", "ch1", "ch2", "ch3";
487 renesas,buswait = <11>;
488 phys = <&usb2_phy0>;
489 phy-names = "usb";
490 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
491 resets = <&cpg 704>, <&cpg 703>;
492 status = "disabled";
493 };
494
495 usb_dmac0: dma-controller@e65a0000 {
496 compatible = "renesas,r8a77990-usb-dmac",
497 "renesas,usb-dmac";
498 reg = <0 0xe65a0000 0 0x100>;
499 interrupts = <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH
500 GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>;
501 interrupt-names = "ch0", "ch1";
502 clocks = <&cpg CPG_MOD 330>;
503 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
504 resets = <&cpg 330>;
505 #dma-cells = <1>;
506 dma-channels = <2>;
507 };
508
509 usb_dmac1: dma-controller@e65b0000 {
510 compatible = "renesas,r8a77990-usb-dmac",
511 "renesas,usb-dmac";
512 reg = <0 0xe65b0000 0 0x100>;
513 interrupts = <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH
514 GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>;
515 interrupt-names = "ch0", "ch1";
516 clocks = <&cpg CPG_MOD 331>;
517 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
518 resets = <&cpg 331>;
519 #dma-cells = <1>;
520 dma-channels = <2>;
521 };
522
344 dmac0: dma-controller@e6700000 {
345 compatible = "renesas,dmac-r8a77990",
346 "renesas,rcar-dmac";
347 reg = <0 0xe6700000 0 0x10000>;
348 interrupts = <GIC_SPI 199 IRQ_TYPE_LEVEL_HIGH
349 GIC_SPI 200 IRQ_TYPE_LEVEL_HIGH
350 GIC_SPI 201 IRQ_TYPE_LEVEL_HIGH
351 GIC_SPI 202 IRQ_TYPE_LEVEL_HIGH

--- 231 unchanged lines hidden (view full) ---

583 "ch12", "ch13", "ch14", "ch15",
584 "ch16", "ch17", "ch18", "ch19",
585 "ch20", "ch21", "ch22", "ch23",
586 "ch24";
587 clocks = <&cpg CPG_MOD 812>;
588 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
589 resets = <&cpg 812>;
590 phy-mode = "rgmii";
523 dmac0: dma-controller@e6700000 {
524 compatible = "renesas,dmac-r8a77990",
525 "renesas,rcar-dmac";
526 reg = <0 0xe6700000 0 0x10000>;
527 interrupts = <GIC_SPI 199 IRQ_TYPE_LEVEL_HIGH
528 GIC_SPI 200 IRQ_TYPE_LEVEL_HIGH
529 GIC_SPI 201 IRQ_TYPE_LEVEL_HIGH
530 GIC_SPI 202 IRQ_TYPE_LEVEL_HIGH

--- 231 unchanged lines hidden (view full) ---

762 "ch12", "ch13", "ch14", "ch15",
763 "ch16", "ch17", "ch18", "ch19",
764 "ch20", "ch21", "ch22", "ch23",
765 "ch24";
766 clocks = <&cpg CPG_MOD 812>;
767 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
768 resets = <&cpg 812>;
769 phy-mode = "rgmii";
770 iommus = <&ipmmu_ds0 16>;
591 #address-cells = <1>;
592 #size-cells = <0>;
593 status = "disabled";
594 };
595
596 pwm0: pwm@e6e30000 {
597 compatible = "renesas,pwm-r8a77990", "renesas,pwm-rcar";
598 reg = <0 0xe6e30000 0 0x8>;

--- 59 unchanged lines hidden (view full) ---

658 reg = <0 0xe6e36000 0 0x8>;
659 clocks = <&cpg CPG_MOD 523>;
660 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
661 resets = <&cpg 523>;
662 #pwm-cells = <2>;
663 status = "disabled";
664 };
665
771 #address-cells = <1>;
772 #size-cells = <0>;
773 status = "disabled";
774 };
775
776 pwm0: pwm@e6e30000 {
777 compatible = "renesas,pwm-r8a77990", "renesas,pwm-rcar";
778 reg = <0 0xe6e30000 0 0x8>;

--- 59 unchanged lines hidden (view full) ---

838 reg = <0 0xe6e36000 0 0x8>;
839 clocks = <&cpg CPG_MOD 523>;
840 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
841 resets = <&cpg 523>;
842 #pwm-cells = <2>;
843 status = "disabled";
844 };
845
846 scif0: serial@e6e60000 {
847 compatible = "renesas,scif-r8a77990",
848 "renesas,rcar-gen3-scif", "renesas,scif";
849 reg = <0 0xe6e60000 0 64>;
850 interrupts = <GIC_SPI 152 IRQ_TYPE_LEVEL_HIGH>;
851 clocks = <&cpg CPG_MOD 207>,
852 <&cpg CPG_CORE R8A77990_CLK_S3D1C>,
853 <&scif_clk>;
854 clock-names = "fck", "brg_int", "scif_clk";
855 dmas = <&dmac1 0x51>, <&dmac1 0x50>,
856 <&dmac2 0x51>, <&dmac2 0x50>;
857 dma-names = "tx", "rx", "tx", "rx";
858 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
859 resets = <&cpg 207>;
860 status = "disabled";
861 };
862
863 scif1: serial@e6e68000 {
864 compatible = "renesas,scif-r8a77990",
865 "renesas,rcar-gen3-scif", "renesas,scif";
866 reg = <0 0xe6e68000 0 64>;
867 interrupts = <GIC_SPI 153 IRQ_TYPE_LEVEL_HIGH>;
868 clocks = <&cpg CPG_MOD 206>,
869 <&cpg CPG_CORE R8A77990_CLK_S3D1C>,
870 <&scif_clk>;
871 clock-names = "fck", "brg_int", "scif_clk";
872 dmas = <&dmac1 0x53>, <&dmac1 0x52>,
873 <&dmac2 0x53>, <&dmac2 0x52>;
874 dma-names = "tx", "rx", "tx", "rx";
875 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
876 resets = <&cpg 206>;
877 status = "disabled";
878 };
879
666 scif2: serial@e6e88000 {
667 compatible = "renesas,scif-r8a77990",
668 "renesas,rcar-gen3-scif", "renesas,scif";
669 reg = <0 0xe6e88000 0 64>;
670 interrupts = <GIC_SPI 164 IRQ_TYPE_LEVEL_HIGH>;
671 clocks = <&cpg CPG_MOD 310>,
672 <&cpg CPG_CORE R8A77990_CLK_S3D1C>,
673 <&scif_clk>;
674 clock-names = "fck", "brg_int", "scif_clk";
675
676 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
677 resets = <&cpg 310>;
678 status = "disabled";
679 };
680
880 scif2: serial@e6e88000 {
881 compatible = "renesas,scif-r8a77990",
882 "renesas,rcar-gen3-scif", "renesas,scif";
883 reg = <0 0xe6e88000 0 64>;
884 interrupts = <GIC_SPI 164 IRQ_TYPE_LEVEL_HIGH>;
885 clocks = <&cpg CPG_MOD 310>,
886 <&cpg CPG_CORE R8A77990_CLK_S3D1C>,
887 <&scif_clk>;
888 clock-names = "fck", "brg_int", "scif_clk";
889
890 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
891 resets = <&cpg 310>;
892 status = "disabled";
893 };
894
895 scif3: serial@e6c50000 {
896 compatible = "renesas,scif-r8a77990",
897 "renesas,rcar-gen3-scif", "renesas,scif";
898 reg = <0 0xe6c50000 0 64>;
899 interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
900 clocks = <&cpg CPG_MOD 204>,
901 <&cpg CPG_CORE R8A77990_CLK_S3D1C>,
902 <&scif_clk>;
903 clock-names = "fck", "brg_int", "scif_clk";
904 dmas = <&dmac0 0x57>, <&dmac0 0x56>;
905 dma-names = "tx", "rx";
906 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
907 resets = <&cpg 204>;
908 status = "disabled";
909 };
910
911 scif4: serial@e6c40000 {
912 compatible = "renesas,scif-r8a77990",
913 "renesas,rcar-gen3-scif", "renesas,scif";
914 reg = <0 0xe6c40000 0 64>;
915 interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>;
916 clocks = <&cpg CPG_MOD 203>,
917 <&cpg CPG_CORE R8A77990_CLK_S3D1C>,
918 <&scif_clk>;
919 clock-names = "fck", "brg_int", "scif_clk";
920 dmas = <&dmac0 0x59>, <&dmac0 0x58>;
921 dma-names = "tx", "rx";
922 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
923 resets = <&cpg 203>;
924 status = "disabled";
925 };
926
927 scif5: serial@e6f30000 {
928 compatible = "renesas,scif-r8a77990",
929 "renesas,rcar-gen3-scif", "renesas,scif";
930 reg = <0 0xe6f30000 0 64>;
931 interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
932 clocks = <&cpg CPG_MOD 202>,
933 <&cpg CPG_CORE R8A77990_CLK_S3D1C>,
934 <&scif_clk>;
935 clock-names = "fck", "brg_int", "scif_clk";
936 dmas = <&dmac1 0x5b>, <&dmac1 0x5a>,
937 <&dmac2 0x5b>, <&dmac2 0x5a>;
938 dma-names = "tx", "rx", "tx", "rx";
939 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
940 resets = <&cpg 202>;
941 status = "disabled";
942 };
943
681 msiof0: spi@e6e90000 {
682 compatible = "renesas,msiof-r8a77990",
683 "renesas,rcar-gen3-msiof";
684 reg = <0 0xe6e90000 0 0x0064>;
685 interrupts = <GIC_SPI 156 IRQ_TYPE_LEVEL_HIGH>;
686 clocks = <&cpg CPG_MOD 211>;
944 msiof0: spi@e6e90000 {
945 compatible = "renesas,msiof-r8a77990",
946 "renesas,rcar-gen3-msiof";
947 reg = <0 0xe6e90000 0 0x0064>;
948 interrupts = <GIC_SPI 156 IRQ_TYPE_LEVEL_HIGH>;
949 clocks = <&cpg CPG_MOD 211>;
950 dmas = <&dmac1 0x41>, <&dmac1 0x40>,
951 <&dmac2 0x41>, <&dmac2 0x40>;
952 dma-names = "tx", "rx", "tx", "rx";
687 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
688 resets = <&cpg 211>;
689 #address-cells = <1>;
690 #size-cells = <0>;
691 status = "disabled";
692 };
693
694 msiof1: spi@e6ea0000 {
695 compatible = "renesas,msiof-r8a77990",
696 "renesas,rcar-gen3-msiof";
697 reg = <0 0xe6ea0000 0 0x0064>;
698 interrupts = <GIC_SPI 157 IRQ_TYPE_LEVEL_HIGH>;
699 clocks = <&cpg CPG_MOD 210>;
953 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
954 resets = <&cpg 211>;
955 #address-cells = <1>;
956 #size-cells = <0>;
957 status = "disabled";
958 };
959
960 msiof1: spi@e6ea0000 {
961 compatible = "renesas,msiof-r8a77990",
962 "renesas,rcar-gen3-msiof";
963 reg = <0 0xe6ea0000 0 0x0064>;
964 interrupts = <GIC_SPI 157 IRQ_TYPE_LEVEL_HIGH>;
965 clocks = <&cpg CPG_MOD 210>;
966 dmas = <&dmac1 0x43>, <&dmac1 0x42>,
967 <&dmac2 0x43>, <&dmac2 0x42>;
968 dma-names = "tx", "rx", "tx", "rx";
700 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
701 resets = <&cpg 210>;
702 #address-cells = <1>;
703 #size-cells = <0>;
704 status = "disabled";
705 };
706
707 msiof2: spi@e6c00000 {
708 compatible = "renesas,msiof-r8a77990",
709 "renesas,rcar-gen3-msiof";
710 reg = <0 0xe6c00000 0 0x0064>;
711 interrupts = <GIC_SPI 158 IRQ_TYPE_LEVEL_HIGH>;
712 clocks = <&cpg CPG_MOD 209>;
969 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
970 resets = <&cpg 210>;
971 #address-cells = <1>;
972 #size-cells = <0>;
973 status = "disabled";
974 };
975
976 msiof2: spi@e6c00000 {
977 compatible = "renesas,msiof-r8a77990",
978 "renesas,rcar-gen3-msiof";
979 reg = <0 0xe6c00000 0 0x0064>;
980 interrupts = <GIC_SPI 158 IRQ_TYPE_LEVEL_HIGH>;
981 clocks = <&cpg CPG_MOD 209>;
982 dmas = <&dmac0 0x45>, <&dmac0 0x44>;
983 dma-names = "tx", "rx";
713 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
714 resets = <&cpg 209>;
715 #address-cells = <1>;
716 #size-cells = <0>;
717 status = "disabled";
718 };
719
720 msiof3: spi@e6c10000 {
721 compatible = "renesas,msiof-r8a77990",
722 "renesas,rcar-gen3-msiof";
723 reg = <0 0xe6c10000 0 0x0064>;
724 interrupts = <GIC_SPI 159 IRQ_TYPE_LEVEL_HIGH>;
725 clocks = <&cpg CPG_MOD 208>;
984 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
985 resets = <&cpg 209>;
986 #address-cells = <1>;
987 #size-cells = <0>;
988 status = "disabled";
989 };
990
991 msiof3: spi@e6c10000 {
992 compatible = "renesas,msiof-r8a77990",
993 "renesas,rcar-gen3-msiof";
994 reg = <0 0xe6c10000 0 0x0064>;
995 interrupts = <GIC_SPI 159 IRQ_TYPE_LEVEL_HIGH>;
996 clocks = <&cpg CPG_MOD 208>;
997 dmas = <&dmac0 0x47>, <&dmac0 0x46>;
998 dma-names = "tx", "rx";
726 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
727 resets = <&cpg 208>;
728 #address-cells = <1>;
729 #size-cells = <0>;
730 status = "disabled";
731 };
732
733 vin4: video@e6ef4000 {

--- 6 unchanged lines hidden (view full) ---

740 renesas,id = <4>;
741 status = "disabled";
742
743 ports {
744 #address-cells = <1>;
745 #size-cells = <0>;
746
747 port@1 {
999 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
1000 resets = <&cpg 208>;
1001 #address-cells = <1>;
1002 #size-cells = <0>;
1003 status = "disabled";
1004 };
1005
1006 vin4: video@e6ef4000 {

--- 6 unchanged lines hidden (view full) ---

1013 renesas,id = <4>;
1014 status = "disabled";
1015
1016 ports {
1017 #address-cells = <1>;
1018 #size-cells = <0>;
1019
1020 port@1 {
1021 #address-cells = <1>;
1022 #size-cells = <0>;
1023
748 reg = <1>;
749
1024 reg = <1>;
1025
750 vin4csi40: endpoint {
1026 vin4csi40: endpoint@2 {
1027 reg = <2>;
751 remote-endpoint= <&csi40vin4>;
752 };
753 };
754 };
755 };
756
757 vin5: video@e6ef5000 {
758 compatible = "renesas,vin-r8a77990";

--- 5 unchanged lines hidden (view full) ---

764 renesas,id = <5>;
765 status = "disabled";
766
767 ports {
768 #address-cells = <1>;
769 #size-cells = <0>;
770
771 port@1 {
1028 remote-endpoint= <&csi40vin4>;
1029 };
1030 };
1031 };
1032 };
1033
1034 vin5: video@e6ef5000 {
1035 compatible = "renesas,vin-r8a77990";

--- 5 unchanged lines hidden (view full) ---

1041 renesas,id = <5>;
1042 status = "disabled";
1043
1044 ports {
1045 #address-cells = <1>;
1046 #size-cells = <0>;
1047
1048 port@1 {
1049 #address-cells = <1>;
1050 #size-cells = <0>;
1051
772 reg = <1>;
773
1052 reg = <1>;
1053
774 vin5csi40: endpoint {
1054 vin5csi40: endpoint@2 {
1055 reg = <2>;
775 remote-endpoint= <&csi40vin5>;
776 };
777 };
778 };
779 };
780
1056 remote-endpoint= <&csi40vin5>;
1057 };
1058 };
1059 };
1060 };
1061
1062 rcar_sound: sound@ec500000 {
1063 /*
1064 * #sound-dai-cells is required
1065 *
1066 * Single DAI : #sound-dai-cells = <0>; <&rcar_sound>;
1067 * Multi DAI : #sound-dai-cells = <1>; <&rcar_sound N>;
1068 */
1069 /*
1070 * #clock-cells is required for audio_clkout0/1/2/3
1071 *
1072 * clkout : #clock-cells = <0>; <&rcar_sound>;
1073 * clkout0/1/2/3: #clock-cells = <1>; <&rcar_sound N>;
1074 */
1075 compatible = "renesas,rcar_sound-r8a77990", "renesas,rcar_sound-gen3";
1076 reg = <0 0xec500000 0 0x1000>, /* SCU */
1077 <0 0xec5a0000 0 0x100>, /* ADG */
1078 <0 0xec540000 0 0x1000>, /* SSIU */
1079 <0 0xec541000 0 0x280>, /* SSI */
1080 <0 0xec760000 0 0x200>; /* Audio DMAC peri peri*/
1081 reg-names = "scu", "adg", "ssiu", "ssi", "audmapp";
1082
1083 clocks = <&cpg CPG_MOD 1005>,
1084 <&cpg CPG_MOD 1006>, <&cpg CPG_MOD 1007>,
1085 <&cpg CPG_MOD 1008>, <&cpg CPG_MOD 1009>,
1086 <&cpg CPG_MOD 1010>, <&cpg CPG_MOD 1011>,
1087 <&cpg CPG_MOD 1012>, <&cpg CPG_MOD 1013>,
1088 <&cpg CPG_MOD 1014>, <&cpg CPG_MOD 1015>,
1089 <&cpg CPG_MOD 1022>, <&cpg CPG_MOD 1023>,
1090 <&cpg CPG_MOD 1024>, <&cpg CPG_MOD 1025>,
1091 <&cpg CPG_MOD 1026>, <&cpg CPG_MOD 1027>,
1092 <&cpg CPG_MOD 1028>, <&cpg CPG_MOD 1029>,
1093 <&cpg CPG_MOD 1030>, <&cpg CPG_MOD 1031>,
1094 <&cpg CPG_MOD 1020>, <&cpg CPG_MOD 1021>,
1095 <&cpg CPG_MOD 1020>, <&cpg CPG_MOD 1021>,
1096 <&cpg CPG_MOD 1019>, <&cpg CPG_MOD 1018>,
1097 <&audio_clk_a>, <&audio_clk_b>,
1098 <&audio_clk_c>,
1099 <&cpg CPG_CORE R8A77990_CLK_ZA2>;
1100 clock-names = "ssi-all",
1101 "ssi.9", "ssi.8", "ssi.7", "ssi.6",
1102 "ssi.5", "ssi.4", "ssi.3", "ssi.2",
1103 "ssi.1", "ssi.0",
1104 "src.9", "src.8", "src.7", "src.6",
1105 "src.5", "src.4", "src.3", "src.2",
1106 "src.1", "src.0",
1107 "mix.1", "mix.0",
1108 "ctu.1", "ctu.0",
1109 "dvc.0", "dvc.1",
1110 "clk_a", "clk_b", "clk_c", "clk_i";
1111 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
1112 resets = <&cpg 1005>,
1113 <&cpg 1006>, <&cpg 1007>,
1114 <&cpg 1008>, <&cpg 1009>,
1115 <&cpg 1010>, <&cpg 1011>,
1116 <&cpg 1012>, <&cpg 1013>,
1117 <&cpg 1014>, <&cpg 1015>;
1118 reset-names = "ssi-all",
1119 "ssi.9", "ssi.8", "ssi.7", "ssi.6",
1120 "ssi.5", "ssi.4", "ssi.3", "ssi.2",
1121 "ssi.1", "ssi.0";
1122 status = "disabled";
1123
1124 rcar_sound,dvc {
1125 dvc0: dvc-0 {
1126 dmas = <&audma0 0xbc>;
1127 dma-names = "tx";
1128 };
1129 dvc1: dvc-1 {
1130 dmas = <&audma0 0xbe>;
1131 dma-names = "tx";
1132 };
1133 };
1134
1135 rcar_sound,mix {
1136 mix0: mix-0 { };
1137 mix1: mix-1 { };
1138 };
1139
1140 rcar_sound,ctu {
1141 ctu00: ctu-0 { };
1142 ctu01: ctu-1 { };
1143 ctu02: ctu-2 { };
1144 ctu03: ctu-3 { };
1145 ctu10: ctu-4 { };
1146 ctu11: ctu-5 { };
1147 ctu12: ctu-6 { };
1148 ctu13: ctu-7 { };
1149 };
1150
1151 rcar_sound,src {
1152 src0: src-0 {
1153 interrupts = <GIC_SPI 352 IRQ_TYPE_LEVEL_HIGH>;
1154 dmas = <&audma0 0x85>, <&audma0 0x9a>;
1155 dma-names = "rx", "tx";
1156 };
1157 src1: src-1 {
1158 interrupts = <GIC_SPI 353 IRQ_TYPE_LEVEL_HIGH>;
1159 dmas = <&audma0 0x87>, <&audma0 0x9c>;
1160 dma-names = "rx", "tx";
1161 };
1162 src2: src-2 {
1163 interrupts = <GIC_SPI 354 IRQ_TYPE_LEVEL_HIGH>;
1164 dmas = <&audma0 0x89>, <&audma0 0x9e>;
1165 dma-names = "rx", "tx";
1166 };
1167 src3: src-3 {
1168 interrupts = <GIC_SPI 355 IRQ_TYPE_LEVEL_HIGH>;
1169 dmas = <&audma0 0x8b>, <&audma0 0xa0>;
1170 dma-names = "rx", "tx";
1171 };
1172 src4: src-4 {
1173 interrupts = <GIC_SPI 356 IRQ_TYPE_LEVEL_HIGH>;
1174 dmas = <&audma0 0x8d>, <&audma0 0xb0>;
1175 dma-names = "rx", "tx";
1176 };
1177 src5: src-5 {
1178 interrupts = <GIC_SPI 357 IRQ_TYPE_LEVEL_HIGH>;
1179 dmas = <&audma0 0x8f>, <&audma0 0xb2>;
1180 dma-names = "rx", "tx";
1181 };
1182 src6: src-6 {
1183 interrupts = <GIC_SPI 358 IRQ_TYPE_LEVEL_HIGH>;
1184 dmas = <&audma0 0x91>, <&audma0 0xb4>;
1185 dma-names = "rx", "tx";
1186 };
1187 src7: src-7 {
1188 interrupts = <GIC_SPI 359 IRQ_TYPE_LEVEL_HIGH>;
1189 dmas = <&audma0 0x93>, <&audma0 0xb6>;
1190 dma-names = "rx", "tx";
1191 };
1192 src8: src-8 {
1193 interrupts = <GIC_SPI 360 IRQ_TYPE_LEVEL_HIGH>;
1194 dmas = <&audma0 0x95>, <&audma0 0xb8>;
1195 dma-names = "rx", "tx";
1196 };
1197 src9: src-9 {
1198 interrupts = <GIC_SPI 361 IRQ_TYPE_LEVEL_HIGH>;
1199 dmas = <&audma0 0x97>, <&audma0 0xba>;
1200 dma-names = "rx", "tx";
1201 };
1202 };
1203
1204 rcar_sound,ssi {
1205 ssi0: ssi-0 {
1206 interrupts = <GIC_SPI 370 IRQ_TYPE_LEVEL_HIGH>;
1207 dmas = <&audma0 0x01>, <&audma0 0x02>,
1208 <&audma0 0x15>, <&audma0 0x16>;
1209 dma-names = "rx", "tx", "rxu", "txu";
1210 };
1211 ssi1: ssi-1 {
1212 interrupts = <GIC_SPI 371 IRQ_TYPE_LEVEL_HIGH>;
1213 dmas = <&audma0 0x03>, <&audma0 0x04>,
1214 <&audma0 0x49>, <&audma0 0x4a>;
1215 dma-names = "rx", "tx", "rxu", "txu";
1216 };
1217 ssi2: ssi-2 {
1218 interrupts = <GIC_SPI 372 IRQ_TYPE_LEVEL_HIGH>;
1219 dmas = <&audma0 0x05>, <&audma0 0x06>,
1220 <&audma0 0x63>, <&audma0 0x64>;
1221 dma-names = "rx", "tx", "rxu", "txu";
1222 };
1223 ssi3: ssi-3 {
1224 interrupts = <GIC_SPI 373 IRQ_TYPE_LEVEL_HIGH>;
1225 dmas = <&audma0 0x07>, <&audma0 0x08>,
1226 <&audma0 0x6f>, <&audma0 0x70>;
1227 dma-names = "rx", "tx", "rxu", "txu";
1228 };
1229 ssi4: ssi-4 {
1230 interrupts = <GIC_SPI 374 IRQ_TYPE_LEVEL_HIGH>;
1231 dmas = <&audma0 0x09>, <&audma0 0x0a>,
1232 <&audma0 0x71>, <&audma0 0x72>;
1233 dma-names = "rx", "tx", "rxu", "txu";
1234 };
1235 ssi5: ssi-5 {
1236 interrupts = <GIC_SPI 375 IRQ_TYPE_LEVEL_HIGH>;
1237 dmas = <&audma0 0x0b>, <&audma0 0x0c>,
1238 <&audma0 0x73>, <&audma0 0x74>;
1239 dma-names = "rx", "tx", "rxu", "txu";
1240 };
1241 ssi6: ssi-6 {
1242 interrupts = <GIC_SPI 376 IRQ_TYPE_LEVEL_HIGH>;
1243 dmas = <&audma0 0x0d>, <&audma0 0x0e>,
1244 <&audma0 0x75>, <&audma0 0x76>;
1245 dma-names = "rx", "tx", "rxu", "txu";
1246 };
1247 ssi7: ssi-7 {
1248 interrupts = <GIC_SPI 377 IRQ_TYPE_LEVEL_HIGH>;
1249 dmas = <&audma0 0x0f>, <&audma0 0x10>,
1250 <&audma0 0x79>, <&audma0 0x7a>;
1251 dma-names = "rx", "tx", "rxu", "txu";
1252 };
1253 ssi8: ssi-8 {
1254 interrupts = <GIC_SPI 378 IRQ_TYPE_LEVEL_HIGH>;
1255 dmas = <&audma0 0x11>, <&audma0 0x12>,
1256 <&audma0 0x7b>, <&audma0 0x7c>;
1257 dma-names = "rx", "tx", "rxu", "txu";
1258 };
1259 ssi9: ssi-9 {
1260 interrupts = <GIC_SPI 379 IRQ_TYPE_LEVEL_HIGH>;
1261 dmas = <&audma0 0x13>, <&audma0 0x14>,
1262 <&audma0 0x7d>, <&audma0 0x7e>;
1263 dma-names = "rx", "tx", "rxu", "txu";
1264 };
1265 };
1266 };
1267
1268 audma0: dma-controller@ec700000 {
1269 compatible = "renesas,dmac-r8a77990",
1270 "renesas,rcar-dmac";
1271 reg = <0 0xec700000 0 0x10000>;
1272 interrupts = <GIC_SPI 350 IRQ_TYPE_LEVEL_HIGH
1273 GIC_SPI 320 IRQ_TYPE_LEVEL_HIGH
1274 GIC_SPI 321 IRQ_TYPE_LEVEL_HIGH
1275 GIC_SPI 322 IRQ_TYPE_LEVEL_HIGH
1276 GIC_SPI 323 IRQ_TYPE_LEVEL_HIGH
1277 GIC_SPI 324 IRQ_TYPE_LEVEL_HIGH
1278 GIC_SPI 325 IRQ_TYPE_LEVEL_HIGH
1279 GIC_SPI 326 IRQ_TYPE_LEVEL_HIGH
1280 GIC_SPI 327 IRQ_TYPE_LEVEL_HIGH
1281 GIC_SPI 328 IRQ_TYPE_LEVEL_HIGH
1282 GIC_SPI 329 IRQ_TYPE_LEVEL_HIGH
1283 GIC_SPI 330 IRQ_TYPE_LEVEL_HIGH
1284 GIC_SPI 331 IRQ_TYPE_LEVEL_HIGH
1285 GIC_SPI 332 IRQ_TYPE_LEVEL_HIGH
1286 GIC_SPI 333 IRQ_TYPE_LEVEL_HIGH
1287 GIC_SPI 334 IRQ_TYPE_LEVEL_HIGH
1288 GIC_SPI 335 IRQ_TYPE_LEVEL_HIGH>;
1289 interrupt-names = "error",
1290 "ch0", "ch1", "ch2", "ch3",
1291 "ch4", "ch5", "ch6", "ch7",
1292 "ch8", "ch9", "ch10", "ch11",
1293 "ch12", "ch13", "ch14", "ch15";
1294 clocks = <&cpg CPG_MOD 502>;
1295 clock-names = "fck";
1296 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
1297 resets = <&cpg 502>;
1298 #dma-cells = <1>;
1299 dma-channels = <16>;
1300 iommus = <&ipmmu_mp 0>, <&ipmmu_mp 1>,
1301 <&ipmmu_mp 2>, <&ipmmu_mp 3>,
1302 <&ipmmu_mp 4>, <&ipmmu_mp 5>,
1303 <&ipmmu_mp 6>, <&ipmmu_mp 7>,
1304 <&ipmmu_mp 8>, <&ipmmu_mp 9>,
1305 <&ipmmu_mp 10>, <&ipmmu_mp 11>,
1306 <&ipmmu_mp 12>, <&ipmmu_mp 13>,
1307 <&ipmmu_mp 14>, <&ipmmu_mp 15>;
1308 };
1309
781 xhci0: usb@ee000000 {
782 compatible = "renesas,xhci-r8a77990",
783 "renesas,rcar-gen3-xhci";
784 reg = <0 0xee000000 0 0xc00>;
785 interrupts = <GIC_SPI 102 IRQ_TYPE_LEVEL_HIGH>;
786 clocks = <&cpg CPG_MOD 328>;
787 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
788 resets = <&cpg 328>;
789 status = "disabled";
790 };
791
1310 xhci0: usb@ee000000 {
1311 compatible = "renesas,xhci-r8a77990",
1312 "renesas,rcar-gen3-xhci";
1313 reg = <0 0xee000000 0 0xc00>;
1314 interrupts = <GIC_SPI 102 IRQ_TYPE_LEVEL_HIGH>;
1315 clocks = <&cpg CPG_MOD 328>;
1316 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
1317 resets = <&cpg 328>;
1318 status = "disabled";
1319 };
1320
1321 usb3_peri0: usb@ee020000 {
1322 compatible = "renesas,r8a77990-usb3-peri",
1323 "renesas,rcar-gen3-usb3-peri";
1324 reg = <0 0xee020000 0 0x400>;
1325 interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>;
1326 clocks = <&cpg CPG_MOD 328>;
1327 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
1328 resets = <&cpg 328>;
1329 status = "disabled";
1330 };
1331
792 ohci0: usb@ee080000 {
793 compatible = "generic-ohci";
794 reg = <0 0xee080000 0 0x100>;
795 interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>;
796 clocks = <&cpg CPG_MOD 703>, <&cpg CPG_MOD 704>;
797 phys = <&usb2_phy0>;
798 phy-names = "usb";
799 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;

--- 21 unchanged lines hidden (view full) ---

821 interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>;
822 clocks = <&cpg CPG_MOD 703>, <&cpg CPG_MOD 704>;
823 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
824 resets = <&cpg 703>, <&cpg 704>;
825 #phy-cells = <0>;
826 status = "disabled";
827 };
828
1332 ohci0: usb@ee080000 {
1333 compatible = "generic-ohci";
1334 reg = <0 0xee080000 0 0x100>;
1335 interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>;
1336 clocks = <&cpg CPG_MOD 703>, <&cpg CPG_MOD 704>;
1337 phys = <&usb2_phy0>;
1338 phy-names = "usb";
1339 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;

--- 21 unchanged lines hidden (view full) ---

1361 interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>;
1362 clocks = <&cpg CPG_MOD 703>, <&cpg CPG_MOD 704>;
1363 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
1364 resets = <&cpg 703>, <&cpg 704>;
1365 #phy-cells = <0>;
1366 status = "disabled";
1367 };
1368
1369 sdhi0: sd@ee100000 {
1370 compatible = "renesas,sdhi-r8a77990",
1371 "renesas,rcar-gen3-sdhi";
1372 reg = <0 0xee100000 0 0x2000>;
1373 interrupts = <GIC_SPI 165 IRQ_TYPE_LEVEL_HIGH>;
1374 clocks = <&cpg CPG_MOD 314>;
1375 max-frequency = <200000000>;
1376 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
1377 resets = <&cpg 314>;
1378 status = "disabled";
1379 };
1380
1381 sdhi1: sd@ee120000 {
1382 compatible = "renesas,sdhi-r8a77990",
1383 "renesas,rcar-gen3-sdhi";
1384 reg = <0 0xee120000 0 0x2000>;
1385 interrupts = <GIC_SPI 166 IRQ_TYPE_LEVEL_HIGH>;
1386 clocks = <&cpg CPG_MOD 313>;
1387 max-frequency = <200000000>;
1388 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
1389 resets = <&cpg 313>;
1390 status = "disabled";
1391 };
1392
1393 sdhi3: sd@ee160000 {
1394 compatible = "renesas,sdhi-r8a77990",
1395 "renesas,rcar-gen3-sdhi";
1396 reg = <0 0xee160000 0 0x2000>;
1397 interrupts = <GIC_SPI 168 IRQ_TYPE_LEVEL_HIGH>;
1398 clocks = <&cpg CPG_MOD 311>;
1399 max-frequency = <200000000>;
1400 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
1401 resets = <&cpg 311>;
1402 status = "disabled";
1403 };
1404
829 gic: interrupt-controller@f1010000 {
830 compatible = "arm,gic-400";
831 #interrupt-cells = <3>;
832 #address-cells = <0>;
833 interrupt-controller;
834 reg = <0x0 0xf1010000 0 0x1000>,
835 <0x0 0xf1020000 0 0x20000>,
836 <0x0 0xf1040000 0 0x20000>,

--- 199 unchanged lines hidden (view full) ---

1036 port@1 {
1037 reg = <1>;
1038 lvds1_out: endpoint {
1039 };
1040 };
1041 };
1042 };
1043
1405 gic: interrupt-controller@f1010000 {
1406 compatible = "arm,gic-400";
1407 #interrupt-cells = <3>;
1408 #address-cells = <0>;
1409 interrupt-controller;
1410 reg = <0x0 0xf1010000 0 0x1000>,
1411 <0x0 0xf1020000 0 0x20000>,
1412 <0x0 0xf1040000 0 0x20000>,

--- 199 unchanged lines hidden (view full) ---

1612 port@1 {
1613 reg = <1>;
1614 lvds1_out: endpoint {
1615 };
1616 };
1617 };
1618 };
1619
1620 pciec0: pcie@fe000000 {
1621 compatible = "renesas,pcie-r8a77990",
1622 "renesas,pcie-rcar-gen3";
1623 reg = <0 0xfe000000 0 0x80000>;
1624 #address-cells = <3>;
1625 #size-cells = <2>;
1626 bus-range = <0x00 0xff>;
1627 device_type = "pci";
1628 ranges = <0x01000000 0 0x00000000 0 0xfe100000 0 0x00100000
1629 0x02000000 0 0xfe200000 0 0xfe200000 0 0x00200000
1630 0x02000000 0 0x30000000 0 0x30000000 0 0x08000000
1631 0x42000000 0 0x38000000 0 0x38000000 0 0x08000000>;
1632 /* Map all possible DDR as inbound ranges */
1633 dma-ranges = <0x42000000 0 0x40000000 0 0x40000000 0 0x40000000>;
1634 interrupts = <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>,
1635 <GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH>,
1636 <GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH>;
1637 #interrupt-cells = <1>;
1638 interrupt-map-mask = <0 0 0 0>;
1639 interrupt-map = <0 0 0 0 &gic GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>;
1640 clocks = <&cpg CPG_MOD 319>, <&pcie_bus_clk>;
1641 clock-names = "pcie", "pcie_bus";
1642 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
1643 resets = <&cpg 319>;
1644 status = "disabled";
1645 };
1646
1044 prr: chipid@fff00044 {
1045 compatible = "renesas,prr";
1046 reg = <0 0xfff00044 0 4>;
1047 };
1048 };
1049
1050 timer {
1051 compatible = "arm,armv8-timer";
1052 interrupts-extended = <&gic GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
1053 <&gic GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
1054 <&gic GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
1055 <&gic GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>;
1056 };
1057};
1647 prr: chipid@fff00044 {
1648 compatible = "renesas,prr";
1649 reg = <0 0xfff00044 0 4>;
1650 };
1651 };
1652
1653 timer {
1654 compatible = "arm,armv8-timer";
1655 interrupts-extended = <&gic GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
1656 <&gic GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
1657 <&gic GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
1658 <&gic GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>;
1659 };
1660};