board: Enable ethernet, tftpboot support to pic32mzdask board.
[oweals/u-boot.git] / arch / mips / dts / pic32mzda_sk.dts
index 99e7f6498381b0b1ebca94eabb3898e9ba450d9a..e5ce0bdc2e063ac3bbd328af2c6626b10f63a12e 100644 (file)
@@ -23,6 +23,9 @@
 };
 
 &clock {
+       microchip,refo2-frequency = <50000000>;
+       microchip,refo4-frequency = <25000000>;
+       microchip,refo5-frequency = <40000000>;
        status = "okay";
        u-boot,dm-pre-reloc;
 };
        status = "okay";
        u-boot,dm-pre-reloc;
 };
+
+&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