Skip to content
Snippets Groups Projects
Commit 77e27e0f authored by Kevin Schmidt's avatar Kevin Schmidt Committed by Hauke Mehrtens
Browse files

lantiq: enable 5ghz wifi on VR200/VR200v


Enable mt76 driver on VR200/VR200v.

Signed-off-by: default avatarKevin Schmidt <kevin.patrick.schmidt@googlemail.com>
parent 69239022
No related branches found
No related tags found
No related merge requests found
...@@ -112,6 +112,25 @@ ...@@ -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 { &pci0 {
status = "okay"; status = "okay";
gpio-reset = <&gpio 21 GPIO_ACTIVE_HIGH>; gpio-reset = <&gpio 21 GPIO_ACTIVE_HIGH>;
...@@ -166,7 +185,7 @@ ...@@ -166,7 +185,7 @@
read-only; read-only;
}; };
partition@ff0000 { radio: partition@ff0000 {
reg = <0xff0000 0x10000>; reg = <0xff0000 0x10000>;
label = "radio"; label = "radio";
read-only; read-only;
......
...@@ -47,7 +47,7 @@ define Device/tplink_vr200 ...@@ -47,7 +47,7 @@ define Device/tplink_vr200
TPLINK_HWID := 0x63e64801 TPLINK_HWID := 0x63e64801
TPLINK_HWREV := 0x53 TPLINK_HWREV := 0x53
IMAGE_SIZE := 15808k IMAGE_SIZE := 15808k
DEVICE_PACKAGES:= kmod-usb-dwc2 kmod-usb-ledtrig-usbport DEVICE_PACKAGES:= kmod-mt76x0e wpad-basic kmod-usb-dwc2 kmod-usb-ledtrig-usbport
SUPPORTED_DEVICES += VR200 SUPPORTED_DEVICES += VR200
endef endef
TARGET_DEVICES += tplink_vr200 TARGET_DEVICES += tplink_vr200
...@@ -60,7 +60,7 @@ define Device/tplink_vr200v ...@@ -60,7 +60,7 @@ define Device/tplink_vr200v
TPLINK_HWID := 0x73b70801 TPLINK_HWID := 0x73b70801
TPLINK_HWREV := 0x2f TPLINK_HWREV := 0x2f
IMAGE_SIZE := 15808k IMAGE_SIZE := 15808k
DEVICE_PACKAGES:= kmod-usb-dwc2 kmod-usb-ledtrig-usbport kmod-ltq-tapi kmod-ltq-vmmc DEVICE_PACKAGES:= kmod-mt76x0e wpad-basic kmod-usb-dwc2 kmod-usb-ledtrig-usbport kmod-ltq-tapi kmod-ltq-vmmc
SUPPORTED_DEVICES += VR200v SUPPORTED_DEVICES += VR200v
endef endef
TARGET_DEVICES += tplink_vr200v TARGET_DEVICES += tplink_vr200v
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment