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