]> Pileus Git - ~andy/linux/blobdiff - arch/arm/boot/dts/kirkwood-goflexnet.dts
Merge tag 'boards-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
[~andy/linux] / arch / arm / boot / dts / kirkwood-goflexnet.dts
index e57118039277e7cc1aca822e84169177490cf952..6f7c7d7ecf2acf74bcd5a11f2122c30aea72fb3a 100644 (file)
                };
        };
 };
+
+&mdio {
+       status = "okay";
+
+       ethphy0: ethernet-phy@0 {
+               device_type = "ethernet-phy";
+               reg = <0>;
+       };
+};
+
+&eth0 {
+       status = "okay";
+       ethernet0-port@0 {
+               phy-handle = <&ethphy0>;
+       };
+};