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