r8a774a1.dtsi (a4165904fd346e13d84bb67b0072e24ecd7f1937) r8a774a1.dtsi (8f507babc617050e7502849d008ddab548efa9c1)
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * Device Tree Source for the r8a774a1 SoC
4 *
5 * Copyright (C) 2018 Renesas Electronics Corp.
6 */
7
8#include <dt-bindings/interrupt-controller/irq.h>

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

637 clocks = <&cpg CPG_MOD 217>;
638 clock-names = "fck";
639 power-domains = <&sysc 32>;
640 resets = <&cpg 217>;
641 #dma-cells = <1>;
642 dma-channels = <16>;
643 };
644
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * Device Tree Source for the r8a774a1 SoC
4 *
5 * Copyright (C) 2018 Renesas Electronics Corp.
6 */
7
8#include <dt-bindings/interrupt-controller/irq.h>

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

637 clocks = <&cpg CPG_MOD 217>;
638 clock-names = "fck";
639 power-domains = <&sysc 32>;
640 resets = <&cpg 217>;
641 #dma-cells = <1>;
642 dma-channels = <16>;
643 };
644
645 ipmmu_ds0: mmu@e6740000 {
646 compatible = "renesas,ipmmu-r8a774a1";
647 reg = <0 0xe6740000 0 0x1000>;
648 renesas,ipmmu-main = <&ipmmu_mm 0>;
649 power-domains = <&sysc 32>;
650 #iommu-cells = <1>;
651 };
652
653 ipmmu_ds1: mmu@e7740000 {
654 compatible = "renesas,ipmmu-r8a774a1";
655 reg = <0 0xe7740000 0 0x1000>;
656 renesas,ipmmu-main = <&ipmmu_mm 1>;
657 power-domains = <&sysc 32>;
658 #iommu-cells = <1>;
659 };
660
661 ipmmu_hc: mmu@e6570000 {
662 compatible = "renesas,ipmmu-r8a774a1";
663 reg = <0 0xe6570000 0 0x1000>;
664 renesas,ipmmu-main = <&ipmmu_mm 2>;
665 power-domains = <&sysc 32>;
666 #iommu-cells = <1>;
667 };
668
669 ipmmu_mm: mmu@e67b0000 {
670 compatible = "renesas,ipmmu-r8a774a1";
671 reg = <0 0xe67b0000 0 0x1000>;
672 interrupts = <GIC_SPI 196 IRQ_TYPE_LEVEL_HIGH>,
673 <GIC_SPI 197 IRQ_TYPE_LEVEL_HIGH>;
674 power-domains = <&sysc 32>;
675 #iommu-cells = <1>;
676 };
677
678 ipmmu_mp: mmu@ec670000 {
679 compatible = "renesas,ipmmu-r8a774a1";
680 reg = <0 0xec670000 0 0x1000>;
681 renesas,ipmmu-main = <&ipmmu_mm 4>;
682 power-domains = <&sysc 32>;
683 #iommu-cells = <1>;
684 };
685
686 ipmmu_pv0: mmu@fd800000 {
687 compatible = "renesas,ipmmu-r8a774a1";
688 reg = <0 0xfd800000 0 0x1000>;
689 renesas,ipmmu-main = <&ipmmu_mm 5>;
690 power-domains = <&sysc 32>;
691 #iommu-cells = <1>;
692 };
693
694 ipmmu_pv1: mmu@fd950000 {
695 compatible = "renesas,ipmmu-r8a774a1";
696 reg = <0 0xfd950000 0 0x1000>;
697 renesas,ipmmu-main = <&ipmmu_mm 6>;
698 power-domains = <&sysc 32>;
699 #iommu-cells = <1>;
700 };
701
702 ipmmu_vc0: mmu@fe6b0000 {
703 compatible = "renesas,ipmmu-r8a774a1";
704 reg = <0 0xfe6b0000 0 0x1000>;
705 renesas,ipmmu-main = <&ipmmu_mm 8>;
706 power-domains = <&sysc 14>;
707 #iommu-cells = <1>;
708 };
709
710 ipmmu_vi0: mmu@febd0000 {
711 compatible = "renesas,ipmmu-r8a774a1";
712 reg = <0 0xfebd0000 0 0x1000>;
713 renesas,ipmmu-main = <&ipmmu_mm 9>;
714 power-domains = <&sysc 32>;
715 #iommu-cells = <1>;
716 };
717
645 avb: ethernet@e6800000 {
646 compatible = "renesas,etheravb-r8a774a1",
647 "renesas,etheravb-rcar-gen3";
648 reg = <0 0xe6800000 0 0x800>;
649 interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>,
650 <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>,
651 <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>,
652 <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>,

--- 271 unchanged lines hidden ---
718 avb: ethernet@e6800000 {
719 compatible = "renesas,etheravb-r8a774a1",
720 "renesas,etheravb-rcar-gen3";
721 reg = <0 0xe6800000 0 0x800>;
722 interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>,
723 <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>,
724 <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>,
725 <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>,

--- 271 unchanged lines hidden ---