diff options
| author | Álvaro Fernández Rojas <[email protected]> | 2018-12-01 19:00:34 +0100 |
|---|---|---|
| committer | Daniel Schwierzeck <[email protected]> | 2018-12-19 15:23:01 +0100 |
| commit | 2e498f23ac298133173876afefea8cbf85721f4e (patch) | |
| tree | e04e2b11e431f22746235fbf9554c916f5ebfc13 /arch | |
| parent | d9c1f0c23f16341916fe8797472cb37e9bdbabe9 (diff) | |
bmips: enable wap-5813n enet support
Signed-off-by: Álvaro Fernández Rojas <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/mips/dts/comtrend,wap-5813n.dts | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/mips/dts/comtrend,wap-5813n.dts b/arch/mips/dts/comtrend,wap-5813n.dts index bd41dab9f8e..7e835b28d2c 100644 --- a/arch/mips/dts/comtrend,wap-5813n.dts +++ b/arch/mips/dts/comtrend,wap-5813n.dts @@ -54,6 +54,20 @@ status = "okay"; }; +&enet { + status = "okay"; + + port@4 { + compatible = "brcm,enetsw-port"; + reg = <4>; + label = "rgmii"; + brcm,phy-id = <0xff>; + speed = <1000>; + full-duplex; + bypass-link; + }; +}; + &gpio0 { status = "okay"; }; |
