diff options
author | Christoph Krapp <achterin@googlemail.com> | 2019-08-29 10:06:12 +0200 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-01-21 00:28:01 +0100 |
commit | 9c6913ccad078c075cb687f10aeeb6cfc9cc4805 (patch) | |
tree | 5070b69dd97424efe36fe9ddf67a171e65e576e9 /target/linux/ramips/dts/R6350.dts | |
parent | f8902d1ae680ed88f0886c2acd453f1a5dfb468b (diff) | |
download | upstream-9c6913ccad078c075cb687f10aeeb6cfc9cc4805.tar.gz upstream-9c6913ccad078c075cb687f10aeeb6cfc9cc4805.tar.bz2 upstream-9c6913ccad078c075cb687f10aeeb6cfc9cc4805.zip |
ramips: add mt7615e support to Netgear R6350
Signed-off-by: Christoph Krapp <achterin@googlemail.com>
(cherry picked from commit 9861fa7abab97cb928aaa6cd5732a413d973ac95)
Diffstat (limited to 'target/linux/ramips/dts/R6350.dts')
-rw-r--r-- | target/linux/ramips/dts/R6350.dts | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/R6350.dts b/target/linux/ramips/dts/R6350.dts index 538fa21ace..00c9825750 100644 --- a/target/linux/ramips/dts/R6350.dts +++ b/target/linux/ramips/dts/R6350.dts @@ -136,6 +136,15 @@ status = "okay"; }; +&pcie0 { + wifi@0,0 { + compatible = "mediatek,mt76"; + reg = <0x0 0 0 0 0>; + mediatek,mtd-eeprom = <&factory 0x8000>; + ieee80211-freq-limit = <5000000 6000000>; + }; +}; + &pcie1 { wifi@0,0 { reg = <0x0 0 0 0 0>; |