xref: /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iommu/rockchip,rk32-iommu.txt (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1ROCKCHIP rk32 IOMMU H/W
2
3Required properties:
4- compatible : "iommu,iep_mmu"
5- reg : Should contain address and length for each
6  of the IOMMU register blocks.
7- interrupts : Should contain irq type,irq no,and level type
8
9Example:
10	iep_mmu {
11		dbgname = "iep";
12		compatible = "iommu,iep_mmu";
13		reg = <0xff900800 0x100>;
14		interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
15		interrupt-names = "iep_mmu";
16	};
17