ath79: add support for TP-Link TL-WA901ND v4 and v5
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>
Wed, 15 Apr 2020 12:01:34 +0000 (14:01 +0200)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Wed, 20 May 2020 19:06:48 +0000 (21:06 +0200)
commit6a8909893553eba2c24b2dc8b99abddbd0188a94
tree38d4778286a7d564c95684e38c4506de2a37b094
parenta6f70f2e97f383b54bf8a321e7116be9961e14c0
ath79: add support for TP-Link TL-WA901ND v4 and v5

This ports support for the TL-WA901ND v4 and v5 from ar71xx to ath79.
They are similar to the TP9343-based TL-WR940N v3/v4 and TL-WR941ND v6.

Specifications:
  SoC: TP9343
  Flash/RAM: 4/32 MiB
  CPU: 750 MHz
  WiFi: 2.4 GHz b/g/n
  Ethernet: 1 port (100M)

Flashing instructions:
  Upload the factory image via the vendor firmware upgrade option.

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.

  * The image name for TFTP recovery is wa901ndv4_tp_recovery.bin for
  both variants.

In ar71xx, a MAC address with offset 1 was used for ethernet port.
That's probably wrong, but this commit sticks to it until we know
the correct value.

Like in ar71xx, this builds the default factory.bin with EU country
code.

Thanks to Leonardo Weiss for testing on the v5.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
(backported from commit 4a61a88f9006f70444e00699f76551c75f73c14e)
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-wa901nd-v4.dts [new file with mode: 0644]
target/linux/ath79/dts/tp9343_tplink_tl-wa901nd-v5.dts [new file with mode: 0644]
target/linux/ath79/dts/tp9343_tplink_tl-wa901nd.dtsi [new file with mode: 0644]
target/linux/ath79/dts/tp9343_tplink_tl-wr94x.dtsi
target/linux/ath79/dts/tp9343_tplink_tl-wx.dtsi [new file with mode: 0644]
target/linux/ath79/image/tiny-tp-link.mk