commit | 5e87b305e7e8b2efcdb33873f587f8a1e5e2d0d1 | [log] [tgz] |
---|---|---|
author | Álvaro Fernández Rojas <noltari@gmail.com> | Sat Dec 01 19:00:26 2018 +0100 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Wed Dec 19 15:23:01 2018 +0100 |
tree | e40f77314b9536e50acdb97b22e6f0baeb75c99d | |
parent | e0f154bcc130a061690c767345731022aa72340d [diff] [blame] |
bmips: enable f@st1704 enet support Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
diff --git a/arch/mips/dts/sagem,f@st1704.dts b/arch/mips/dts/sagem,f@st1704.dts index 5300f8b..ec6846d 100644 --- a/arch/mips/dts/sagem,f@st1704.dts +++ b/arch/mips/dts/sagem,f@st1704.dts
@@ -39,6 +39,18 @@ }; }; +&enet { + status = "okay"; + phy = <&enetphy>; + phy-mode = "mii"; + + enetphy: fixed-link { + reg = <1>; + speed = <100>; + full-duplex; + }; +}; + &gpio { status = "okay"; };