diff options
author | Roger Pueyo Centelles <roger.pueyo@guifi.net> | 2018-10-24 18:07:43 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-11-28 01:11:38 +0100 |
commit | cb6a8aa584a2be62aeac9b5b1573303d5615c672 (patch) | |
tree | 6af5045804ef5b0966f0adab01e7ca03fd0a9a43 /target/linux/ramips/dts | |
parent | df3e0b580644bd8434a690802e3c5c18a6e38098 (diff) | |
download | upstream-cb6a8aa584a2be62aeac9b5b1573303d5615c672.tar.gz upstream-cb6a8aa584a2be62aeac9b5b1573303d5615c672.tar.bz2 upstream-cb6a8aa584a2be62aeac9b5b1573303d5615c672.zip |
ramips: mt7620: add DIR-810L's mt7610e 5 GHz radio
The 5 GHz radio of this device uses an mt7610e pci-e chip, which has
been recently added support.
Tested on the actual device as AP and client, TCP throughput ~90 Mbps
U/D.
Signed-off-by: Roger Pueyo Centelles <roger.pueyo@guifi.net>
Diffstat (limited to 'target/linux/ramips/dts')
-rw-r--r-- | target/linux/ramips/dts/DIR-810L.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/DIR-810L.dts b/target/linux/ramips/dts/DIR-810L.dts index b38290af53..c6d437820d 100644 --- a/target/linux/ramips/dts/DIR-810L.dts +++ b/target/linux/ramips/dts/DIR-810L.dts @@ -143,3 +143,11 @@ &wmac { ralink,mtd-eeprom = <&factory 0>; }; + +&pcie0 { + wifi@0,0 { + reg = <0x0000 0 0 0 0>; + mediatek,mtd-eeprom = <&factory 0x8000>; + ieee80211-freq-limit = <5000000 6000000>; + }; +}; |