mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
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:
@@ -1328,6 +1328,20 @@
|
|||||||
#iommu-cells = <0>;
|
#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 {
|
iep_mmu: iommu@ff670800 {
|
||||||
compatible = "rockchip,iommu";
|
compatible = "rockchip,iommu";
|
||||||
reg = <0x0 0xff670800 0x0 0x40>;
|
reg = <0x0 0xff670800 0x0 0x40>;
|
||||||
|
|||||||
Reference in New Issue
Block a user