arm64: dts: rockchip: rk3399: add iep device node

Change-Id: I725d4668fd5fa29f94055d8ce36b81bcd29c2d52
Signed-off-by: Jung Zhao <jung.zhao@rock-chips.com>
Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
This commit is contained in:
Jung Zhao
2017-03-30 03:15:44 +00:00
committed by Tao Huang
parent a421a20a4d
commit 239c747658

View File

@@ -1328,6 +1328,20 @@
#iommu-cells = <0>;
};
iep: iep@ff670000 {
compatible = "rockchip,iep";
iommu_enabled = <1>;
iommus = <&iep_mmu>;
reg = <0x0 0xff670000 0x0 0x800>;
interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH 0>;
clocks = <&cru ACLK_IEP>, <&cru HCLK_IEP>;
clock-names = "aclk_iep", "hclk_iep";
power-domains = <&power RK3399_PD_IEP>;
allocator = <1>;
version = <2>;
status = "disabled";
};
iep_mmu: iommu@ff670800 {
compatible = "rockchip,iommu";
reg = <0x0 0xff670800 0x0 0x40>;