Merge tag 'clk-for-linus-3.12' of git://git.linaro.org/people/mturquette/linux
[firefly-linux-kernel-4.4.55.git] / arch / arm / boot / dts / kirkwood-db.dtsi
index 45c1bf74ac00ce958968bf14077c58c886420565..c0e2a587917474a37a515ff7c70e133ee193f0ba 100644 (file)
                };
        };
 };
+
+&mdio {
+       status = "okay";
+
+       ethphy0: ethernet-phy@8 {
+               device_type = "ethernet-phy";
+               reg = <8>;
+       };
+};
+
+&eth0 {
+       status = "okay";
+       ethernet0-port@0 {
+               phy-handle = <&ethphy0>;
+       };
+};