]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/dts/armada-cp110-master.dtsi
ARM: dts: uniphier: sync DT with latest Linux
[u-boot] / arch / arm / dts / armada-cp110-master.dtsi
index 367138bae3e0f919ebcb98ef6489039d3040c752..7da98bf5cbc05cd65173e5dcfbe6fe27438df7e8 100644 (file)
@@ -44,6 +44,8 @@
  * Device Tree file for Marvell Armada CP110 Master.
  */
 
+#include <dt-bindings/comphy/comphy_data.h>
+
 / {
        cp110-master {
                #address-cells = <2>;
                                clocks = <&cpm_syscon0 1 21>;
                                status = "disabled";
                        };
+
+                       comphy_cp110: comphy@441000 {
+                               compatible = "marvell,mvebu-comphy", "marvell,comphy-cp110";
+                               reg = <0x441000 0x8>,
+                                     <0x120000 0x8>;
+                               mux-bitcount = <4>;
+                               max-lanes = <6>;
+                       };
+
+                       utmi0: utmi@580000 {
+                               compatible = "marvell,mvebu-utmi-2.6.0";
+                               reg = <0x580000 0x1000>,        /* utmi-unit */
+                                     <0x440420 0x4>,           /* usb-cfg */
+                                     <0x440440 0x4>;           /* utmi-cfg */
+                               utmi-port = <UTMI_PHY_TO_USB_HOST0>;
+                               status = "disabled";
+                       };
+
+                       utmi1: utmi@581000 {
+                               compatible = "marvell,mvebu-utmi-2.6.0";
+                               reg = <0x581000 0x1000>,        /* utmi-unit */
+                                     <0x440420 0x4>,           /* usb-cfg */
+                                     <0x440444 0x4>;           /* utmi-cfg */
+                               utmi-port = <UTMI_PHY_TO_USB_HOST1>;
+                               status = "disabled";
+                       };
                };
 
                cpm_pcie0: pcie@f2600000 {