OSDN Git Service

dt-bindings: freescale: Add bindings for the M4IF module
authorFabio Estevam <fabio.estevam@nxp.com>
Mon, 9 Jul 2018 18:19:13 +0000 (15:19 -0300)
committerShawn Guo <shawnguo@kernel.org>
Thu, 12 Jul 2018 01:22:08 +0000 (09:22 +0800)
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>
Documentation/devicetree/bindings/arm/freescale/m4if.txt [new file with mode: 0644]

diff --git a/Documentation/devicetree/bindings/arm/freescale/m4if.txt b/Documentation/devicetree/bindings/arm/freescale/m4if.txt
new file mode 100644 (file)
index 0000000..93bd7b8
--- /dev/null
@@ -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>;
+};