ARM: kirkwood: add gigabit ethernet and mvmdio device tree nodes
[sfrench/cifs-2.6.git] / arch / arm / boot / dts / kirkwood-cloudbox.dts
index 00c48d26de68024dd941ea4f35586d8d597c8699..85eed62cadd5c1a05b86824535adfd27af7ec487 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>;
+       };
+};