summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/arm/freescale
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@nxp.com>2018-07-09 15:19:13 -0300
committerShawn Guo <shawnguo@kernel.org>2018-07-12 09:22:08 +0800
commitad780dd3655b500c51e6de36448568e3456f4226 (patch)
treed7cf7d9348fc6b5c395ef32765883ea5098fef34 /Documentation/devicetree/bindings/arm/freescale
parent996b1b611e2f604b542e60596e614ee340820eb7 (diff)
dt-bindings: freescale: Add bindings for the M4IF module
Add bindings for the M4IF module present on i.MX51. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/freescale')
-rw-r--r--Documentation/devicetree/bindings/arm/freescale/m4if.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/freescale/m4if.txt b/Documentation/devicetree/bindings/arm/freescale/m4if.txt
new file mode 100644
index 000000000000..93bd7b867a53
--- /dev/null
+++ b/Documentation/devicetree/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>;
+};