summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLuwei Zhou <b45643@freescale.com>2013-10-23 10:22:33 +0800
committerNitin Garg <nitin.garg@freescale.com>2014-04-16 08:05:56 -0500
commit9261bff21455ec774c3780fa4d6dc3a1b48b2f3a (patch)
tree673182ad93d83945dc100e603fda52a7a3dab59c /Documentation
parent6f3665f2f01f728b7686a25711eb55131adc736e (diff)
ENGR00284649 ARM: Documentation: Add MLB dts binding doc
This patch add MLB devicetree binding doc. Signed-off-by: Luwei Zhou <b45643@freescale.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/mlb/mlb150.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mlb/mlb150.txt b/Documentation/devicetree/bindings/mlb/mlb150.txt
new file mode 100644
index 000000000000..a96f0d69381e
--- /dev/null
+++ b/Documentation/devicetree/bindings/mlb/mlb150.txt
@@ -0,0 +1,22 @@
+* Freescale Media Local Bus Host Controller (MLB) for i.MX6Q/DL
+
+The Media Local Bus Host Controller on Freescale i.MX family
+provides an interface for MOST network.
+
+Required properties:
+- compatible : Should be "fsl,<chip>-mlb150"
+- reg : Should contain mlb registers location and length
+- interrupts : Should contain mlb interrupt
+- clocks: Should contain the mlb clock sources
+- clock-names: Should be the names of mlb clock sources
+- iram : phandle pointing to the SRAM device node
+
+Examples:
+mlb@0218c000 {
+ compatible = "fsl,imx6q-mlb150";
+ reg = <0x0218c000 0x4000>;
+ interrupts = <0 53 0x04 0 117 0x04 0 126 0x04>;
+ clocks = <&clks 139>, <&clks 175>;
+ clock-names = "mlb", "pll8_mlb";
+ iram = <&ocram>;
+};