ath79: add support for TP9343-based TP-Link TL-WR94x devices
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>
Wed, 24 Jul 2019 14:49:08 +0000 (16:49 +0200)
committerDavid Bauer <mail@david-bauer.net>
Mon, 5 Aug 2019 19:50:15 +0000 (21:50 +0200)
commitc02b9818a51ab189be11218e626e9cad2c21ec94
treee2d20534d1cb87d4c02e7ecdb3a2cf882f46a78a
parent018395392c2608698201042bbaa180b82eb7120f
ath79: add support for TP9343-based TP-Link TL-WR94x devices

This adds support for several TP-Link devices based on TP9343
("a QCA9561 without PCIe and USB"):
- TL-WR940N v3
- TL-WR940N v4
- TL-WR941ND v6

The devices are only different concerning LEDs and MAC address
assignment.

All TL-WR940 are with non-detachable antennas (N), all
TL-WR941 devices are with detachable antennas (ND).

Specification:
- 750 MHz CPU
- 32 MB of RAM
- 4 MB of FLASH
- 2.4 GHz WiFi
- 4x 10/100 Mbps Ethernet

Flash instruction (WebUI):
Download *-factory.bin image and upload it via the firmwary upgrade
function of the stock firmware WebUI.

Flash instruction (TFTP):
1. Set PC to fixed ip address 192.168.0.66
2. Download *-factory.bin image and rename it to * (see below)
3. Start a tftp server with the image file in its root directory
4. Turn off the router
5. Press and hold Reset button
6. Turn on router with the reset button pressed and wait ~15 seconds
7. Release the reset button and after a short time
the firmware should be transferred from the tftp server
8. Wait ~30 second to complete recovery.

* TFTP image names:
940 v3: wr941ndv6_tp_recovery.bin
940 v4: wr940nv4_tp_recovery.bin
941 v6: wr941ndv6_tp_recovery.bin

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
target/linux/ath79/base-files/etc/board.d/01_leds
target/linux/ath79/base-files/etc/board.d/02_network
target/linux/ath79/dts/tp9343_tplink_tl-wr940n-v3.dts [new file with mode: 0644]
target/linux/ath79/dts/tp9343_tplink_tl-wr940n-v3.dtsi [new file with mode: 0644]
target/linux/ath79/dts/tp9343_tplink_tl-wr940n-v4.dts [new file with mode: 0644]
target/linux/ath79/dts/tp9343_tplink_tl-wr941nd-v6.dts [new file with mode: 0644]
target/linux/ath79/dts/tp9343_tplink_tl-wr94x.dtsi [new file with mode: 0644]
target/linux/ath79/image/tiny-tp-link.mk