aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/files
diff options
context:
space:
mode:
authorKevin Schmidt <kevin.patrick.schmidt@googlemail.com>2019-11-23 22:18:32 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2019-12-23 00:04:18 +0100
commit77e27e0f5354e3155c9951a0d5e570e36d548f1c (patch)
tree870a525c9fcc7cd07f4e2d2a7099e10bf1c01d4c /target/linux/lantiq/files
parent692390225d76de8f2daf582454e74942b82d090a (diff)
downloadupstream-77e27e0f5354e3155c9951a0d5e570e36d548f1c.tar.gz
upstream-77e27e0f5354e3155c9951a0d5e570e36d548f1c.tar.bz2
upstream-77e27e0f5354e3155c9951a0d5e570e36d548f1c.zip
lantiq: enable 5ghz wifi on VR200/VR200v
Enable mt76 driver on VR200/VR200v. Signed-off-by: Kevin Schmidt <kevin.patrick.schmidt@googlemail.com>
Diffstat (limited to 'target/linux/lantiq/files')
-rw-r--r--target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_tplink_vr200.dtsi21
1 files changed, 20 insertions, 1 deletions
diff --git a/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_tplink_vr200.dtsi b/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_tplink_vr200.dtsi
index 93178da7e2..77b4f0defb 100644
--- a/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_tplink_vr200.dtsi
+++ b/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_tplink_vr200.dtsi
@@ -112,6 +112,25 @@
};
};
+&pcie0 {
+ pcie@0 {
+ reg = <0 0 0 0 0>;
+ #interrupt-cells = <1>;
+ #size-cells = <2>;
+ #address-cells = <3>;
+ device_type = "pci";
+
+ wifi@0,0 {
+ reg = <0 0 0 0 0>;
+ mediatek,mtd-eeprom = <&radio 0x0000>;
+ big-endian;
+ ieee80211-freq-limit = <5000000 6000000>;
+ mtd-mac-address = <&romfile 0xf100>;
+ mtd-mac-address-increment = <2>;
+ };
+ };
+};
+
&pci0 {
status = "okay";
gpio-reset = <&gpio 21 GPIO_ACTIVE_HIGH>;
@@ -166,7 +185,7 @@
read-only;
};
- partition@ff0000 {
+ radio: partition@ff0000 {
reg = <0xff0000 0x10000>;
label = "radio";
read-only;