diff options
Diffstat (limited to 'arch/mips/dts/pic32mzda_sk.dts')
-rw-r--r-- | arch/mips/dts/pic32mzda_sk.dts | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/mips/dts/pic32mzda_sk.dts b/arch/mips/dts/pic32mzda_sk.dts index f886a0f87f6..e5ce0bdc2e0 100644 --- a/arch/mips/dts/pic32mzda_sk.dts +++ b/arch/mips/dts/pic32mzda_sk.dts @@ -42,4 +42,14 @@ &sdhci { status = "okay"; +}; + +ðernet { + reset-gpios = <&gpioJ 15 0>; + status = "okay"; + phy-mode = "rmii"; + phy-handle = <ðernet_phy>; + ethernet_phy: lan8740_phy@0 { + reg = <0>; + }; };
\ No newline at end of file |