arm64: dts: marvell: add support for Marvell CP110 UTMI PHY
authorKonstantin Porotchkin <kostap@marvell.com>
Sun, 7 Mar 2021 16:33:41 +0000 (18:33 +0200)
committerGregory CLEMENT <gregory.clement@bootlin.com>
Fri, 2 Apr 2021 20:43:14 +0000 (22:43 +0200)
Add support for Marvell CP110 UTMI PHY in a CP11x DTSI

Signed-off-by: Konstantin Porotchkin <kostap@marvell.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
arch/arm64/boot/dts/marvell/armada-cp11x.dtsi

index 64179a3..49f9d2c 100644 (file)
                        };
                };
 
+               CP11X_LABEL(utmi): utmi@580000 {
+                       compatible = "marvell,cp110-utmi-phy";
+                       reg = <0x580000 0x2000>;
+                       marvell,system-controller = <&CP11X_LABEL(syscon0)>;
+                       #address-cells = <1>;
+                       #size-cells = <0>;
+                       status = "disabled";
+
+                       CP11X_LABEL(utmi0): usb-phy@0 {
+                               reg = <0>;
+                               #phy-cells = <0>;
+                       };
+
+                       CP11X_LABEL(utmi1): usb-phy@1 {
+                               reg = <1>;
+                               #phy-cells = <0>;
+                       };
+               };
+
                CP11X_LABEL(usb3_0): usb@500000 {
                        compatible = "marvell,armada-8k-xhci",
                        "generic-xhci";