]> Pileus Git - ~andy/linux/blobdiff - arch/arm/boot/dts/kirkwood-ts219.dtsi
Merge tag 'boards-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
[~andy/linux] / arch / arm / boot / dts / kirkwood-ts219.dtsi
index 7019cf675df26dec61632c979a05ed51d9f04ef4..39158cf16258c9480de422996b8bda5c7a84dfc2 100644 (file)
                };
        };
 };
+
+&mdio {
+       status = "okay";
+
+       ethphy0: ethernet-phy {
+               device_type = "ethernet-phy";
+                /* overwrite reg property in board file */
+       };
+};
+
+&eth0 {
+       status = "okay";
+       ethernet0-port@0 {
+               phy-handle = <&ethphy0>;
+       };
+};