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

ARM64: dts: rockchip: Add IEP node for RK3328


while at that also add the mmu required

Signed-off-by: default avatarAlex Bee <knaerzche@gmail.com>
parent 98f2d4b4
Branches
Tags
No related merge requests found
...@@ -760,6 +760,28 @@ ...@@ -760,6 +760,28 @@
status = "disabled"; status = "disabled";
}; };
iep: iep@ff3a0000 {
compatible = "rockchip,rk3328-iep", "rockchip,rk3228-iep";
reg = <0x0 0xff3a0000 0x0 0x800>;
interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>;
interrupt-names = "iep";
clocks = <&cru ACLK_IEP>, <&cru HCLK_IEP>;
clock-names = "axi", "ahb";
power-domains = <&power RK3328_PD_VIDEO>;
iommus = <&iep_mmu>;
};
iep_mmu: iommu@ff3a0800 {
compatible = "rockchip,iommu";
reg = <0x0 0xff3a0800 0x0 0x40>;
interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>;
interrupt-names = "iep_mmu";
clocks = <&cru ACLK_IEP>, <&cru HCLK_IEP>;
clock-names = "aclk", "iface";
power-domains = <&power RK3328_PD_VIDEO>;
#iommu-cells = <0>;
};
hdmi: hdmi@ff3c0000 { hdmi: hdmi@ff3c0000 {
compatible = "rockchip,rk3328-dw-hdmi"; compatible = "rockchip,rk3328-dw-hdmi";
reg = <0x0 0xff3c0000 0x0 0x20000>; reg = <0x0 0xff3c0000 0x0 0x20000>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment