diff options
author | Catrinel Catrinescu <cc@80211.de> | 2018-06-05 16:56:48 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-06-07 09:02:04 +0200 |
commit | dc1268cb11d827f1868d6ef96e3d289431165c0e (patch) | |
tree | c0907fcc590d128c67ce78324c40b1c40bdd78ee /target/linux/ath79/dts | |
parent | 32ab2e16b181fdb0167ef6615602294958ee2ec4 (diff) | |
download | upstream-dc1268cb11d827f1868d6ef96e3d289431165c0e.tar.gz upstream-dc1268cb11d827f1868d6ef96e3d289431165c0e.tar.bz2 upstream-dc1268cb11d827f1868d6ef96e3d289431165c0e.zip |
ath79: add WLAN, Ethernet-Switch with LAN/WAN and Status LED to Dorin
Signed-off-by: Catrinel Catrinescu <cc@80211.de>
Diffstat (limited to 'target/linux/ath79/dts')
-rw-r--r-- | target/linux/ath79/dts/ar9331_embeddedwireless_dorin.dts | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/target/linux/ath79/dts/ar9331_embeddedwireless_dorin.dts b/target/linux/ath79/dts/ar9331_embeddedwireless_dorin.dts index 4b204b7561..eff3b091ec 100644 --- a/target/linux/ath79/dts/ar9331_embeddedwireless_dorin.dts +++ b/target/linux/ath79/dts/ar9331_embeddedwireless_dorin.dts @@ -111,20 +111,21 @@ status = "okay"; mtd-mac-address = <&art 0x1002>; + mtd-mac-address-increment = <0x40>; fixed-link { speed = <1000>; full-duplex; }; - gmac-config { - device = <&gmac>; - - switch-phy-addr-swap = <1>; - switch-phy-swap = <1>; - }; }; &mdio1 { status = "okay"; }; + +&wmac { + status = "okay"; + mtd-cal-data = <&art 0x1000>; + mtd-mac-address = <&art 0x1002>; +}; |