diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2018-12-01 19:00:28 +0100 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2018-12-19 15:23:01 +0100 |
commit | eb4bdc7cc238f48313cc5554ad6515b314b7d101 (patch) | |
tree | 410003883fbf60055b92398eef13d51a6734c9e9 /arch/mips/dts | |
parent | 9dc07b9493f1c340b3509dada8a4d26e8a96866c (diff) | |
download | u-boot-eb4bdc7cc238f48313cc5554ad6515b314b7d101.tar.gz |
bmips: enable ct-5361 enet support
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'arch/mips/dts')
-rw-r--r-- | arch/mips/dts/comtrend,ct-5361.dts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/mips/dts/comtrend,ct-5361.dts b/arch/mips/dts/comtrend,ct-5361.dts index 25747ca95d..f6b8a94e25 100644 --- a/arch/mips/dts/comtrend,ct-5361.dts +++ b/arch/mips/dts/comtrend,ct-5361.dts @@ -34,6 +34,18 @@ }; }; +&enet1 { + status = "okay"; + phy = <&enet1phy>; + phy-mode = "mii"; + + enet1phy: fixed-link { + reg = <1>; + speed = <100>; + full-duplex; + }; +}; + &gpio0 { status = "okay"; }; |