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