mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 21:58:04 +00:00
ipq806x: some corrections for TP-Link Talon AD7200
Address most comments made by Adrian Schmutzler on the mailing list.
The device name is kept as 'TP-Link Talon AD7200' as that seems to be
the marketing name TP-Link chose for that device, it also matches the
naming scheme for other TP-Link devices (e.g. 'TP-Link Archer C7').
Fixes: 1a775a4fd0
("ipq806x: add support for TP-Link Talon AD7200")
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
e2180e3cbe
commit
28fd279e5d
@ -46,7 +46,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
ledgeneral {
|
ledgeneral {
|
||||||
label = "ledswitch";
|
label = "led-enable";
|
||||||
gpios = <&qcom_pinmux 53 GPIO_ACTIVE_LOW>;
|
gpios = <&qcom_pinmux 53 GPIO_ACTIVE_LOW>;
|
||||||
linux,code = <KEY_LIGHTS_TOGGLE>;
|
linux,code = <KEY_LIGHTS_TOGGLE>;
|
||||||
};
|
};
|
||||||
@ -63,18 +63,23 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
usb1 {
|
usb1 {
|
||||||
label = "blue:usb_1";
|
label = "blue:usb1";
|
||||||
gpios = <&qcom_pinmux 8 GPIO_ACTIVE_HIGH>;
|
gpios = <&qcom_pinmux 8 GPIO_ACTIVE_HIGH>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
wlan5g {
|
||||||
|
label = "blue:wlan5g";
|
||||||
|
gpios = <&qcom_pinmux 15 GPIO_ACTIVE_HIGH>;
|
||||||
|
};
|
||||||
|
|
||||||
usb3 {
|
usb3 {
|
||||||
label = "blue:usb_3";
|
label = "blue:usb3";
|
||||||
gpios = <&qcom_pinmux 16 GPIO_ACTIVE_HIGH>;
|
gpios = <&qcom_pinmux 16 GPIO_ACTIVE_HIGH>;
|
||||||
};
|
};
|
||||||
|
|
||||||
wps {
|
wlan2g {
|
||||||
label = "blue:wps";
|
label = "blue:wlan2g";
|
||||||
gpios = <&qcom_pinmux 55 GPIO_ACTIVE_HIGH>;
|
gpios = <&qcom_pinmux 17 GPIO_ACTIVE_HIGH>;
|
||||||
};
|
};
|
||||||
|
|
||||||
wan_orange {
|
wan_orange {
|
||||||
@ -87,27 +92,20 @@
|
|||||||
gpios = <&qcom_pinmux 33 GPIO_ACTIVE_LOW>;
|
gpios = <&qcom_pinmux 33 GPIO_ACTIVE_LOW>;
|
||||||
};
|
};
|
||||||
|
|
||||||
power: status {
|
wps {
|
||||||
label = "blue:status";
|
label = "blue:wps";
|
||||||
gpios = <&qcom_pinmux 66 GPIO_ACTIVE_HIGH>;
|
gpios = <&qcom_pinmux 55 GPIO_ACTIVE_HIGH>;
|
||||||
};
|
|
||||||
|
|
||||||
wlan2g {
|
|
||||||
label = "blue:wlan2g";
|
|
||||||
gpios = <&qcom_pinmux 17 GPIO_ACTIVE_HIGH>;
|
|
||||||
|
|
||||||
};
|
|
||||||
|
|
||||||
wlan5g {
|
|
||||||
label = "blue:wlan5g";
|
|
||||||
gpios = <&qcom_pinmux 15 GPIO_ACTIVE_HIGH>;
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
wlan60g {
|
wlan60g {
|
||||||
label = "blue:wlan60g";
|
label = "blue:wlan60g";
|
||||||
gpios = <&qcom_pinmux 56 GPIO_ACTIVE_HIGH>;
|
gpios = <&qcom_pinmux 56 GPIO_ACTIVE_HIGH>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
power: status {
|
||||||
|
label = "blue:status";
|
||||||
|
gpios = <&qcom_pinmux 66 GPIO_ACTIVE_HIGH>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -196,155 +194,155 @@
|
|||||||
spi-max-frequency = <50000000>;
|
spi-max-frequency = <50000000>;
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
|
|
||||||
SBL1@0 {
|
partition@0 {
|
||||||
label = "SBL1";
|
label = "SBL1";
|
||||||
reg = <0x0 0x20000>;
|
reg = <0x0 0x20000>;
|
||||||
read-only;
|
read-only;
|
||||||
};
|
};
|
||||||
|
|
||||||
MIBIB@20000 {
|
partition@20000 {
|
||||||
label = "MIBIB";
|
label = "MIBIB";
|
||||||
reg = <0x20000 0x20000>;
|
reg = <0x20000 0x20000>;
|
||||||
read-only;
|
read-only;
|
||||||
};
|
};
|
||||||
|
|
||||||
SBL2@40000 {
|
partition@40000 {
|
||||||
label = "SBL2";
|
label = "SBL2";
|
||||||
reg = <0x40000 0x20000>;
|
reg = <0x40000 0x20000>;
|
||||||
read-only;
|
read-only;
|
||||||
};
|
};
|
||||||
|
|
||||||
SBL3@60000 {
|
partition@60000 {
|
||||||
label = "SBL3";
|
label = "SBL3";
|
||||||
reg = <0x60000 0x30000>;
|
reg = <0x60000 0x30000>;
|
||||||
read-only;
|
read-only;
|
||||||
};
|
};
|
||||||
|
|
||||||
DDRCONFIG@90000 {
|
partition@90000 {
|
||||||
label = "DDRCONFIG";
|
label = "DDRCONFIG";
|
||||||
reg = <0x90000 0x10000>;
|
reg = <0x90000 0x10000>;
|
||||||
read-only;
|
read-only;
|
||||||
};
|
};
|
||||||
|
|
||||||
SSD@a0000 {
|
partition@a0000 {
|
||||||
label = "SSD";
|
label = "SSD";
|
||||||
reg = <0xa0000 0x10000>;
|
reg = <0xa0000 0x10000>;
|
||||||
read-only;
|
read-only;
|
||||||
};
|
};
|
||||||
|
|
||||||
TZ@b0000 {
|
partition@b0000 {
|
||||||
label = "TZ";
|
label = "TZ";
|
||||||
reg = <0xb0000 0x30000>;
|
reg = <0xb0000 0x30000>;
|
||||||
read-only;
|
read-only;
|
||||||
};
|
};
|
||||||
|
|
||||||
RPM@e0000 {
|
partition@e0000 {
|
||||||
label = "RPM";
|
label = "RPM";
|
||||||
reg = <0xe0000 0x20000>;
|
reg = <0xe0000 0x20000>;
|
||||||
read-only;
|
read-only;
|
||||||
};
|
};
|
||||||
|
|
||||||
fs-uboot@100000 {
|
partition@100000 {
|
||||||
label = "fs-uboot";
|
label = "fs-uboot";
|
||||||
reg = <0x100000 0x70000>;
|
reg = <0x100000 0x70000>;
|
||||||
read-only;
|
read-only;
|
||||||
};
|
};
|
||||||
|
|
||||||
uboot-env@170000 {
|
partition@170000 {
|
||||||
label = "uboot-env";
|
label = "uboot-env";
|
||||||
reg = <0x170000 0x40000>;
|
reg = <0x170000 0x40000>;
|
||||||
read-only;
|
read-only;
|
||||||
};
|
};
|
||||||
|
|
||||||
radio@1b0000 {
|
partition@1b0000 {
|
||||||
label = "radio";
|
label = "radio";
|
||||||
reg = <0x1b0000 0x40000>;
|
reg = <0x1b0000 0x40000>;
|
||||||
read-only;
|
read-only;
|
||||||
};
|
};
|
||||||
|
|
||||||
os-image@1f0000 {
|
partition@1f0000 {
|
||||||
label = "os-image";
|
label = "os-image";
|
||||||
reg = <0x1f0000 0x400000>;
|
reg = <0x1f0000 0x400000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
rootfs@5f0000 {
|
partition@5f0000 {
|
||||||
label = "rootfs";
|
label = "rootfs";
|
||||||
reg = <0x5f0000 0x1900000>;
|
reg = <0x5f0000 0x1900000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
defaultmac: default-mac@1ef0000 {
|
defaultmac: partition@1ef0000 {
|
||||||
label = "default-mac";
|
label = "default-mac";
|
||||||
reg = <0x1ef0000 0x00200>;
|
reg = <0x1ef0000 0x00200>;
|
||||||
read-only;
|
read-only;
|
||||||
};
|
};
|
||||||
|
|
||||||
pin@1ef0200 {
|
partition@1ef0200 {
|
||||||
label = "pin";
|
label = "pin";
|
||||||
reg = <0x1ef0200 0x00200>;
|
reg = <0x1ef0200 0x00200>;
|
||||||
read-only;
|
read-only;
|
||||||
};
|
};
|
||||||
|
|
||||||
device-id@1ef0400 {
|
partition@1ef0400 {
|
||||||
label = "device-id";
|
label = "device-id";
|
||||||
reg = <0x1ef0400 0x00200>;
|
reg = <0x1ef0400 0x00200>;
|
||||||
read-only;
|
read-only;
|
||||||
};
|
};
|
||||||
|
|
||||||
product-info@1ef0600 {
|
partition@1ef0600 {
|
||||||
label = "product-info";
|
label = "product-info";
|
||||||
reg = <0x1ef0600 0x0fa00>;
|
reg = <0x1ef0600 0x0fa00>;
|
||||||
read-only;
|
read-only;
|
||||||
};
|
};
|
||||||
|
|
||||||
partition-table@1f00000 {
|
partition@1f00000 {
|
||||||
label = "partition-table";
|
label = "partition-table";
|
||||||
reg = <0x1f00000 0x10000>;
|
reg = <0x1f00000 0x10000>;
|
||||||
read-only;
|
read-only;
|
||||||
};
|
};
|
||||||
|
|
||||||
soft-version@1f10000 {
|
partition@1f10000 {
|
||||||
label = "soft-version";
|
label = "soft-version";
|
||||||
reg = <0x1f10000 0x10000>;
|
reg = <0x1f10000 0x10000>;
|
||||||
read-only;
|
read-only;
|
||||||
};
|
};
|
||||||
|
|
||||||
support-list@1f20000 {
|
partition@1f20000 {
|
||||||
label = "support-list";
|
label = "support-list";
|
||||||
reg = <0x1f20000 0x10000>;
|
reg = <0x1f20000 0x10000>;
|
||||||
read-only;
|
read-only;
|
||||||
};
|
};
|
||||||
|
|
||||||
profile@1f30000 {
|
partition@1f30000 {
|
||||||
label = "profile";
|
label = "profile";
|
||||||
reg = <0x1f30000 0x10000>;
|
reg = <0x1f30000 0x10000>;
|
||||||
read-only;
|
read-only;
|
||||||
};
|
};
|
||||||
|
|
||||||
default-config@1f40000 {
|
partition@1f40000 {
|
||||||
label = "default-config";
|
label = "default-config";
|
||||||
reg = <0x1f40000 0x10000>;
|
reg = <0x1f40000 0x10000>;
|
||||||
read-only;
|
read-only;
|
||||||
};
|
};
|
||||||
|
|
||||||
user-config@1f50000 {
|
partition@1f50000 {
|
||||||
label = "user-config";
|
label = "user-config";
|
||||||
reg = <0x1f50000 0x40000>;
|
reg = <0x1f50000 0x40000>;
|
||||||
read-only;
|
read-only;
|
||||||
};
|
};
|
||||||
|
|
||||||
qos-db@1f90000 {
|
partition@1f90000 {
|
||||||
label = "qos-db";
|
label = "qos-db";
|
||||||
reg = <0x1f90000 0x40000>;
|
reg = <0x1f90000 0x40000>;
|
||||||
read-only;
|
read-only;
|
||||||
};
|
};
|
||||||
|
|
||||||
usb-config@1fd0000 {
|
partition@1fd0000 {
|
||||||
label = "usb-config";
|
label = "usb-config";
|
||||||
reg = <0x1fd0000 0x10000>;
|
reg = <0x1fd0000 0x10000>;
|
||||||
read-only;
|
read-only;
|
||||||
};
|
};
|
||||||
|
|
||||||
log@1fe0000 {
|
partition@1fe0000 {
|
||||||
label = "log";
|
label = "log";
|
||||||
reg = <0x1fe0000 0x20000>;
|
reg = <0x1fe0000 0x20000>;
|
||||||
read-only;
|
read-only;
|
||||||
|
@ -342,7 +342,6 @@ define Device/tplink_ad7200
|
|||||||
BLOCKSIZE := 128k
|
BLOCKSIZE := 128k
|
||||||
PAGESIZE := 2048
|
PAGESIZE := 2048
|
||||||
BOARD_NAME := ad7200
|
BOARD_NAME := ad7200
|
||||||
SUPPORTED_DEVICES += ad7200
|
|
||||||
TPLINK_BOARD_ID := AD7200
|
TPLINK_BOARD_ID := AD7200
|
||||||
DEVICE_PACKAGES := ath10k-firmware-qca99x0-ct kmod-wil6210
|
DEVICE_PACKAGES := ath10k-firmware-qca99x0-ct kmod-wil6210
|
||||||
endef
|
endef
|
||||||
|
Loading…
Reference in New Issue
Block a user