Skip to content

Commit

Permalink
ARM64: dts: rockchip: Add IEP node for RK3399
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Bee <[email protected]>
  • Loading branch information
knaerzche authored and sigmaris committed Nov 6, 2021
1 parent 54b97d4 commit 59bfefb
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion arch/arm64/boot/dts/rockchip/rk3399.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -1286,14 +1286,25 @@
#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 {
compatible = "rockchip,iommu";
reg = <0x0 0xff670800 0x0 0x40>;
interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH 0>;
clocks = <&cru ACLK_IEP>, <&cru HCLK_IEP>;
clock-names = "aclk", "iface";
power-domains = <&power RK3399_PD_IEP>;
#iommu-cells = <0>;
status = "disabled";
};

rga: rga@ff680000 {
Expand Down

0 comments on commit 59bfefb

Please sign in to comment.