]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/dts/armada-cp110-slave.dtsi
arm: dts: imx6ul-isiot: Add I2C nodes
[u-boot] / arch / arm / dts / armada-cp110-slave.dtsi
index 842fb333285c97e558ebc4f15556dfab327b73e7..92ef55cf267218834f9e63dcee0f4c5826d31d23 100644 (file)
@@ -44,6 +44,8 @@
  * Device Tree file for Marvell Armada CP110 Slave.
  */
 
+#include <dt-bindings/comphy/comphy_data.h>
+
 / {
        cp110-slave {
                #address-cells = <2>;
                                        "cps-usb3dev", "cps-eip150", "cps-eip197";
                        };
 
+                       cps_pinctl: cps-pinctl@440000 {
+                               compatible = "marvell,mvebu-pinctrl",
+                                            "marvell,a80x0-cp1-pinctrl";
+                               bank-name ="cp1-110";
+                               reg = <0x440000 0x20>;
+                               pin-count = <63>;
+                               max-func = <0xf>;
+
+                               cps_ge1_rgmii_pins: cps-ge-rgmii-pins-0 {
+                                       marvell,pins = < 0  1  2  3  4  5  6  7
+                                                        8  9  10 11 >;
+                                       marvell,function = <3>;
+                               };
+                               cps_spi1_pins: cps-spi-pins-1 {
+                                       marvell,pins = < 13 14 15 16 >;
+                                       marvell,function = <3>;
+                               };
+                       };
+
                        cps_sata0: sata@540000 {
                                compatible = "marvell,armada-8k-ahci";
                                reg = <0x540000 0x30000>;
                                clocks = <&cps_syscon0 1 21>;
                                status = "disabled";
                        };
+
+                       cps_comphy: comphy@441000 {
+                               compatible = "marvell,mvebu-comphy", "marvell,comphy-cp110";
+                               reg = <0x441000 0x8>,
+                                     <0x120000 0x8>;
+                               mux-bitcount = <4>;
+                               max-lanes = <6>;
+                       };
+
+                       cps_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";
+                       };
                };
 
                cps_pcie0: pcie@f4600000 {