arm64: dts: marvell: 7040-db: add comphy reference to Ethernet port
[linux-2.6-microblaze.git] / arch / arm64 / boot / dts / marvell / armada-7040-db.dts
index 64a8e02..6e932a9 100644 (file)
 
 &cpm_eth1 {
        status = "okay";
+       /* Network PHY */
        phy = <&phy0>;
        phy-mode = "sgmii";
+       /* Generic PHY, providing serdes lanes */
+       phys = <&cpm_comphy0 1>;
 };
 
 &cpm_eth2 {