Documentation:Documentation/devicetree/bindings/iommu/rockchip,rk32-iommu.txt
authorxxm <xxm@rock-chips.com>
Sun, 4 May 2014 07:27:33 +0000 (15:27 +0800)
committerxxm <xxm@rock-chips.com>
Sun, 4 May 2014 07:29:15 +0000 (15:29 +0800)
Documentation/devicetree/bindings/iommu/rockchip,rk32-iommu.txt [new file with mode: 0644]

diff --git a/Documentation/devicetree/bindings/iommu/rockchip,rk32-iommu.txt b/Documentation/devicetree/bindings/iommu/rockchip,rk32-iommu.txt
new file mode 100644 (file)
index 0000000..1b49e4d
--- /dev/null
@@ -0,0 +1,16 @@
+ROCKCHIP rk32 IOMMU H/W
+
+Required properties:
+- compatible : "iommu,iep_mmu"
+- reg : Should contain address and length for each
+  of the IOMMU register blocks.
+- interrupts : Should contain irq type,irq no,and level type 
+
+Example:
+       iep_mmu {
+               dbgname = "iep";
+               compatible = "iommu,iep_mmu";
+               reg = <0xff900800 0x100>;
+               interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
+               interrupt-names = "iep_mmu";
+       };