Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / Documentation / devicetree / bindings / mtd / elm.txt
diff --git a/kernel/Documentation/devicetree/bindings/mtd/elm.txt b/kernel/Documentation/devicetree/bindings/mtd/elm.txt
new file mode 100644 (file)
index 0000000..8c1528c
--- /dev/null
@@ -0,0 +1,16 @@
+Error location module
+
+Required properties:
+- compatible: Must be "ti,am33xx-elm"
+- reg: physical base address and size of the registers map.
+- interrupts: Interrupt number for the elm.
+
+Optional properties:
+- ti,hwmods: Name of the hwmod associated to the elm
+
+Example:
+elm: elm@0 {
+       compatible = "ti,am3352-elm";
+       reg = <0x48080000 0x2000>;
+       interrupts = <4>;
+};