]> Pileus Git - ~andy/linux/blobdiff - arch/arm/boot/dts/orion5x-lacie-ethernet-disk-mini-v2.dts
ARM: orion5x: add gigabit ethernet and mvmdio device tree nodes
[~andy/linux] / arch / arm / boot / dts / orion5x-lacie-ethernet-disk-mini-v2.dts
index 0077fc8510b78d5b92b03a5f3a7951ee5e9d5753..aed83deaa991c9b8856218ef0792f1c3f51cc2b4 100644 (file)
                };
        };
 };
+
+&mdio {
+       status = "okay";
+
+       ethphy: ethernet-phy {
+               device-type = "ethernet-phy";
+               reg = <8>;
+       };
+};
+
+&eth {
+       status = "okay";
+
+       ethernet-port@0 {
+               phy-handle = <&ethphy>;
+       };
+};