summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/arm/freescale/m4if.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/arm/freescale/m4if.txt')
-rw-r--r--dts/Bindings/arm/freescale/m4if.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/dts/Bindings/arm/freescale/m4if.txt b/dts/Bindings/arm/freescale/m4if.txt
new file mode 100644
index 0000000000..93bd7b867a
--- /dev/null
+++ b/dts/Bindings/arm/freescale/m4if.txt
@@ -0,0 +1,12 @@
+* Freescale Multi Master Multi Memory Interface (M4IF) module
+
+Required properties:
+- compatible : Should be "fsl,imx51-m4if"
+- reg : Address and length of the register set for the device
+
+Example:
+
+m4if: m4if@83fd8000 {
+ compatible = "fsl,imx51-m4if";
+ reg = <0x83fd8000 0x1000>;
+};