diff options
author | Álvaro Fernández Rojas | 2018-12-01 19:00:38 +0100 |
---|---|---|
committer | Daniel Schwierzeck | 2018-12-19 15:23:01 +0100 |
commit | ba329fd1f2c7d411cdf1e83bdbaf2c878a02ba79 (patch) | |
tree | 67a415f3fa6632133bfde74ba62a6d87ed3edd4e /arch/mips/dts | |
parent | 4518a24c290ae93b2d18282ae65423cf2acc2ff6 (diff) |
bmips: enable dgnd3700v2 enet support
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'arch/mips/dts')
-rw-r--r-- | arch/mips/dts/netgear,dgnd3700v2.dts | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/mips/dts/netgear,dgnd3700v2.dts b/arch/mips/dts/netgear,dgnd3700v2.dts index 322d1567ffd..2b72491f0b2 100644 --- a/arch/mips/dts/netgear,dgnd3700v2.dts +++ b/arch/mips/dts/netgear,dgnd3700v2.dts @@ -43,6 +43,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"; }; |