From: Zoltan HERPAI Date: Sun, 27 Feb 2022 11:03:23 +0000 (+0100) Subject: ath79: DO NOT MERGE: add a custom WR741N v1/v2 8Mb variant X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fwigyori.git;a=commitdiff_plain;h=ae248f026f30944243734f0d8f66d43ecab84cf3 ath79: DO NOT MERGE: add a custom WR741N v1/v2 8Mb variant Device is a WR741N v2.4 (AR7240) with the flash replaced with an 8Mb chip. ART partition is moved to the end (0x7f0000). Also, the commit adds the 741-related code back to the generic board.d files. Signed-off-by: Zoltan HERPAI --- diff --git a/target/linux/ath79/dts/ar7240_tplink_tl-wr741-v1-8m.dts b/target/linux/ath79/dts/ar7240_tplink_tl-wr741-v1-8m.dts new file mode 100644 index 0000000000..2a321c962f --- /dev/null +++ b/target/linux/ath79/dts/ar7240_tplink_tl-wr741-v1-8m.dts @@ -0,0 +1,42 @@ +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT + +#include "ar7240_tplink_tl-wr.dtsi" + +/ { + model = "TP-Link TL-WR741N/ND v1/v2 8Mb custom board"; + compatible = "tplink,tl-wr741-v1-8m", "qca,ar7240"; +}; + +/delete-node/ &flash; + +&spi { + flash@0 { + compatible = "jedec,spi-nor"; + reg = <0>; + spi-max-frequency = <25000000>; + + partitions { + compatible = "fixed-partitions"; + #address-cells = <1>; + #size-cells = <1>; + + uboot: partition@0 { + reg = <0x0 0x20000>; + label = "u-boot"; + read-only; + }; + + partition@20000 { + reg = <0x20000 0x7d0000>; + label = "firmware"; + compatible = "tplink,firmware"; + }; + + art: partition@7f0000 { + reg = <0x7f0000 0x10000>; + label = "art"; + read-only; + }; + }; + }; +}; diff --git a/target/linux/ath79/generic/base-files/etc/board.d/01_leds b/target/linux/ath79/generic/base-files/etc/board.d/01_leds index 24beb7a361..cb72afc73e 100644 --- a/target/linux/ath79/generic/base-files/etc/board.d/01_leds +++ b/target/linux/ath79/generic/base-files/etc/board.d/01_leds @@ -409,6 +409,13 @@ tplink,tl-mr6400-v1) tplink,tl-wpa8630-v1) ucidef_set_led_switch "lan" "LAN" "green:lan" "switch0" "0x3c" ;; +tplink,tl-wr741-v1-8m) + ucidef_set_led_netdev "wan" "WAN" "green:wan" "eth0" + ucidef_set_led_switch "lan1" "LAN1" "green:lan1" "switch0" "0x02" + ucidef_set_led_switch "lan2" "LAN2" "green:lan2" "switch0" "0x04" + ucidef_set_led_switch "lan3" "LAN3" "green:lan3" "switch0" "0x08" + ucidef_set_led_switch "lan4" "LAN4" "green:lan4" "switch0" "0x10" + ;; tplink,tl-wr841hp-v2|\ tplink,tl-wr842n-v2) ucidef_set_led_netdev "wan" "WAN" "green:wan" "eth1" diff --git a/target/linux/ath79/generic/base-files/etc/board.d/02_network b/target/linux/ath79/generic/base-files/etc/board.d/02_network index a6427efe2b..956c84053e 100644 --- a/target/linux/ath79/generic/base-files/etc/board.d/02_network +++ b/target/linux/ath79/generic/base-files/etc/board.d/02_network @@ -450,6 +450,11 @@ ath79_setup_interfaces() ucidef_add_switch "switch0" \ "0@eth0" "2:lan:3" "3:lan:2" "4:lan:1" "5:lan:4" ;; + tplink,tl-wr741-v1-8m) + ucidef_set_interface_wan "eth0" + ucidef_add_switch "switch0" \ + "0@eth1" "1:lan" "2:lan" "3:lan" "4:lan" + ;; tplink,tl-wr841hp-v2|\ tplink,tl-wr842n-v2|\ tplink,tl-wr941hp-v1) diff --git a/target/linux/ath79/generic/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom b/target/linux/ath79/generic/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom index 22e162692e..20f5dc2ee3 100644 --- a/target/linux/ath79/generic/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom +++ b/target/linux/ath79/generic/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom @@ -115,6 +115,7 @@ case "$FIRMWARE" in netgear,wnr2200-16m|\ pcs,cap324|\ tplink,tl-wr2543-v1|\ + tplink,tl-wr741-v1-8m|\ tplink,tl-wr842n-v1|\ ubnt,airrouter|\ ubnt,bullet-m-ar7240|\ diff --git a/target/linux/ath79/image/generic-tp-link.mk b/target/linux/ath79/image/generic-tp-link.mk index 6479f6e26a..44236ed69b 100644 --- a/target/linux/ath79/image/generic-tp-link.mk +++ b/target/linux/ath79/image/generic-tp-link.mk @@ -745,6 +745,17 @@ define Device/tplink_tl-wr710n-v2.1 endef TARGET_DEVICES += tplink_tl-wr710n-v2.1 +define Device/tplink_tl-wr741-v1-8m + $(Device/tplink-8m) + SOC := ar7240 + DEVICE_MODEL := TL-WR741N/ND + DEVICE_VARIANT := v1/v2 8M + TPLINK_HWID := 0x07410001 + DEVICE_PACKAGES := kmod-owl-loader + SUPPORTED_DEVICES += tl-wr741nd +endef +TARGET_DEVICES += tplink_tl-wr741-v1-8m + define Device/tplink_tl-wr810n-v1 $(Device/tplink-8mlzma) SOC := qca9531