openwrt/target/linux/ath79
Robert Balas baacdd53df ath79: add support for TP-Link TL-WA1201 v2
This device is a wireless access point working on the 2.4 GHz and 5 GHz
band, based on Qualcomm/Atheros QCA9563 + QCA9886.

Specification
- 775 MHz CPU
- 128 MB of RAM (DDR2)
- 16 MB of FLASH (SPI NOR)
- QCA9563: 2.4 GHz 3x3
- QCA9886: 5 GHz
- AR8033: 1x 1 Gbs Ethernet
- 4x LED, WPS factory reset and power button
- bare UART on PCB (accessible through testpoints)

Methods for Flashing:
- Apply factory image in OEM firmware web-gui. Wait a minute after the
  progress bar completes and restart the device.
- Sysupgrade on top of existing OpenWRT image
- Solder wires onto UART testpoints and attach a terminal.
  Boot the device and press enter to enter u-boot's menu. Then issue the
  following commands
  1. setenv serverip your-server-ip
     setenv ipaddr your-device-ip
  2. tftp 0x80060000 openwrt-squashfs.bin (Rembember output of size in
    hex, henceforth "sizeinhex")
  3. erase 0x9f030000 +"sizeinhex"
  4. cp.b 0x80060000 0x9f030000 0x"sizeinhex"
  5. reboot

Recover:
- U-boot serial console

Signed-off-by: Robert Balas <balasr@iis.ee.ethz.ch>
[convert to nvmem]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2021-09-05 23:52:35 +02:00
..
base-files/etc/hotplug.d/ieee80211 ath79: add WiFi migration for AR913x 2020-09-28 16:23:03 +02:00
dts ath79: add support for TP-Link TL-WA1201 v2 2021-09-05 23:52:35 +02:00
files ath79: remove obsolete pci-ath9k-fixup.[c,h] files 2021-08-26 21:00:26 +02:00
generic ath79: add support for TP-Link TL-WA1201 v2 2021-09-05 23:52:35 +02:00
image ath79: add support for TP-Link TL-WA1201 v2 2021-09-05 23:52:35 +02:00
mikrotik ath79: add support for MikroTik RouterBOARD 912UAG-2HPnD 2021-06-21 10:48:27 +02:00
nand treewide: remove "+" sign for increment with macaddr_add 2021-06-05 23:54:37 +02:00
patches-5.4 ath79: fix the AR7{1,2}00 USB PHY patches 2021-08-08 19:50:45 +02:00
patches-5.10 ath79: fix the AR7{1,2}00 USB PHY patches 2021-08-08 19:50:45 +02:00
tiny ath79: consolidate testing kernel 2021-04-10 19:28:04 +02:00
config-5.4 ath79: add missing MTD_NAND_RB91X symbol 2021-07-09 17:11:12 +02:00
config-5.10 ath79: add missing GPIO_LATCH symbol 2021-06-22 00:39:48 +02:00
Makefile ath79: consolidate testing kernel 2021-04-10 19:28:04 +02:00
modules.mk