Document the device-tree bindings interconnect driver for i.MX8MM SoC.

Signed-off-by: Alexandre Bailon <[email protected]>
---
 .../bindings/interconnect/imx8mm.txt          | 24 +++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/interconnect/imx8mm.txt

diff --git a/Documentation/devicetree/bindings/interconnect/imx8mm.txt 
b/Documentation/devicetree/bindings/interconnect/imx8mm.txt
new file mode 100644
index 000000000000..81f0cf134de2
--- /dev/null
+++ b/Documentation/devicetree/bindings/interconnect/imx8mm.txt
@@ -0,0 +1,24 @@
+i.MX busfreq driver binding
+----------------------------------------------------
+
+Required properties :
+- compatible : must be "fsl,busfreq-imx8mm"
+- #interconnect-cells : should contain 1
+- clocks : list of phandles and specifiers to all interconnect bus clocks
+- clock-names : clock names must include "dram-alt", "dram-apb", "dram-core",
+                "noc", "ahb" and "axi"
+
+Examples:
+
+       icc0: icc {
+               compatible = "fsl,busfreq-imx8mm";
+               #interconnect-cells = <1>;
+               clocks = <&clk IMX8MM_CLK_DRAM_ALT>,
+                        <&clk IMX8MM_CLK_DRAM_APB>,
+                        <&clk IMX8MM_CLK_DRAM_CORE>,
+                        <&clk IMX8MM_CLK_NOC_DIV>,
+                        <&clk IMX8MM_CLK_AHB_DIV>,
+                        <&clk IMX8MM_CLK_MAIN_AXI>;
+               clock-names = "dram-alt", "dram-apb", "dram-core", "noc",
+                        "ahb", "axi";
+       };
-- 
2.19.2

Reply via email to