diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2018-12-01 19:00:26 +0100 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2018-12-19 15:23:01 +0100 |
commit | ec96de3b66f059ae2d7abe572985f7e275a6284c (patch) | |
tree | e40f77314b9536e50acdb97b22e6f0baeb75c99d /arch/mips/dts | |
parent | d7f5bc1aea26823b81d0ea1a6eb1481b5a25b9ed (diff) | |
download | u-boot-ec96de3b66f059ae2d7abe572985f7e275a6284c.tar.gz |
bmips: enable f@st1704 enet support
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'arch/mips/dts')
-rw-r--r-- | arch/mips/dts/sagem,f@st1704.dts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/mips/dts/sagem,f@st1704.dts b/arch/mips/dts/sagem,f@st1704.dts index 5300f8b6df..ec6846dd9f 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"; }; |