Merge tag 'md/3.12' of git://neil.brown.name/md
[firefly-linux-kernel-4.4.55.git] / arch / arm / boot / dts / kirkwood-cloudbox.dts
index 00c48d26de68024dd941ea4f35586d8d597c8699..142b9cd3b4541d9fbc8205ad2770c2084a6dfee3 100644 (file)
@@ -1,7 +1,7 @@
 /dts-v1/;
 
-/include/ "kirkwood.dtsi"
-/include/ "kirkwood-6281.dtsi"
+#include "kirkwood.dtsi"
+#include "kirkwood-6281.dtsi"
 
 / {
        model = "LaCie CloudBox";
                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>;
+       };
+};