board: Enable ethernet, tftpboot support to pic32mzdask board.
[oweals/u-boot.git] / arch / mips / dts / pic32mzda_sk.dts
index f886a0f87f68ce0a9baedf1afd2199c361848dc7..e5ce0bdc2e063ac3bbd328af2c6626b10f63a12e 100644 (file)
 
 &sdhci {
        status = "okay";
+};
+
+&ethernet {
+       reset-gpios = <&gpioJ 15 0>;
+       status = "okay";
+       phy-mode = "rmii";
+       phy-handle = <&ethernet_phy>;
+       ethernet_phy: lan8740_phy@0 {
+               reg = <0>;
+       };
 };
\ No newline at end of file