new file mode 100644
@@ -0,0 +1,17 @@
+iMX7ULP interconnect driver binding
+----------------------------------------------------
+
+Required properties :
+- compatible : should be "fsl,imx7ulp-icc";
+- #interconnect-cells : should contain 1
+- clocks : list of phandles and specifiers to all interconnect bus clocks
+- clock-names : clock names should include both "nic0_div" and "nic1_div"
+
+Examples:
+ icc0: icc {
+ compatible = "fsl,imx7ulp-icc";
+ clocks = <&clks IMX7ULP_CLK_NIC0_DIV>,
+ <&clks IMX7ULP_CLK_NIC1_DIV>;
+ clock-names = "nic0_div", "nic1_div";
+ #interconnect-cells = <1>;
+ };