diff options
author | Luwei Zhou <b45643@freescale.com> | 2013-10-23 10:22:33 +0800 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2013-10-30 09:56:14 +0800 |
commit | 96f5e2c5da0c322fd0f5bb2256177044cd8ed970 (patch) | |
tree | 63b342c4e8ab5e2c30580231bb23dcfc98d3440d /Documentation | |
parent | 2539de0c2244609da31f6f7543626a14e7a56452 (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.txt | 22 |
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>; +}; |