]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - arch/arm64/boot/dts/marvell/armada-7040-db.dts
arm64: marvell: dts: add PPv2.2 description to Armada 7K/8K
[linux.git] / arch / arm64 / boot / dts / marvell / armada-7040-db.dts
index 070b589680c59cb4d355ad680dea15a84d011660..bb0e1e8e7138876a6eff222cd2c1f38fc19ea595 100644 (file)
@@ -146,3 +146,28 @@ &cpm_usb3_0 {
 &cpm_usb3_1 {
        status = "okay";
 };
+
+&cpm_mdio {
+       phy0: ethernet-phy@0 {
+               reg = <0>;
+       };
+       phy1: ethernet-phy@1 {
+               reg = <1>;
+       };
+};
+
+&cpm_ethernet {
+       status = "okay";
+};
+
+&cpm_eth1 {
+       status = "okay";
+       phy = <&phy0>;
+       phy-mode = "sgmii";
+};
+
+&cpm_eth2 {
+       status = "okay";
+       phy = <&phy1>;
+       phy-mode = "rgmii-id";
+};