Skip to content
Snippets Groups Projects
Commit 5672ae5d authored by Alex Bee's avatar Alex Bee Committed by Nicolas Dufresne
Browse files

ARM64: dts: rockchip: Add IEP node for RK3399


Signed-off-by: default avatarAlex Bee <knaerzche@gmail.com>
parent 002b62cc
No related branches found
No related tags found
No related merge requests found
...@@ -1286,14 +1286,25 @@ ...@@ -1286,14 +1286,25 @@
#iommu-cells = <0>; #iommu-cells = <0>;
}; };
iep: iep@ff670000 {
compatible = "rockchip,rk3399-iep", "rockchip,rk3228-iep";
reg = <0x0 0xff670000 0x0 0x800>;
interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH 0>;
interrupt-names = "iep";
clocks = <&cru ACLK_IEP>, <&cru HCLK_IEP>;
clock-names = "axi", "ahb";
power-domains = <&power RK3399_PD_IEP>;
iommus = <&iep_mmu>;
};
iep_mmu: iommu@ff670800 { iep_mmu: iommu@ff670800 {
compatible = "rockchip,iommu"; compatible = "rockchip,iommu";
reg = <0x0 0xff670800 0x0 0x40>; reg = <0x0 0xff670800 0x0 0x40>;
interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH 0>; interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH 0>;
clocks = <&cru ACLK_IEP>, <&cru HCLK_IEP>; clocks = <&cru ACLK_IEP>, <&cru HCLK_IEP>;
clock-names = "aclk", "iface"; clock-names = "aclk", "iface";
power-domains = <&power RK3399_PD_IEP>;
#iommu-cells = <0>; #iommu-cells = <0>;
status = "disabled";
}; };
rga: rga@ff680000 { rga: rga@ff680000 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment