diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2018-12-01 19:00:30 +0100 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2018-12-19 15:23:01 +0100 |
commit | 15591a9ae1215e6259059c09351bf9e7ad5a3ab7 (patch) | |
tree | cef5220936be844b0698d9a93c60528e7be41d52 /arch/mips/dts | |
parent | 4f88720e6aa27e74e8e3becd4216f332f12da57f (diff) |
bmips: enable hg556a enet support
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'arch/mips/dts')
-rw-r--r-- | arch/mips/dts/huawei,hg556a.dts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/mips/dts/huawei,hg556a.dts b/arch/mips/dts/huawei,hg556a.dts index 60455c2ff8..6a7fc1df4b 100644 --- a/arch/mips/dts/huawei,hg556a.dts +++ b/arch/mips/dts/huawei,hg556a.dts @@ -93,6 +93,18 @@ status = "okay"; }; +&enet1 { + status = "okay"; + phy = <&enet1phy>; + phy-mode = "mii"; + + enet1phy: fixed-link { + reg = <1>; + speed = <100>; + full-duplex; + }; +}; + &gpio0 { status = "okay"; }; |