ath79: add support for Archer C58/C59 v1
authorDavid Bauer <mail@david-bauer.net>
Wed, 31 Oct 2018 19:19:49 +0000 (20:19 +0100)
committerJohn Crispin <john@phrozen.org>
Mon, 26 Nov 2018 11:05:45 +0000 (12:05 +0100)
commit946ffe470d923fdde53db68592437194e0c276fc
tree2c58bfacae446fcb27ef3ac05d68254dab0c6b68
parent89eb1a6d7250c33ff5b43f4af3c0c78ffd3d8eb9
ath79: add support for Archer C58/C59 v1

This commit adds support for the Archer C58 v1 and C59 v1, previously
supported in the ar71xx target.

CPU:   Qualcomm QCA9561
RAM:   64M (C58) / 128M (C59)
FLASH: 8M (C58) / 16M (C59)
WiFi:  QCA9561 bgn 3x3:3
       QCA9888 nac 2x2:2
LED:   Power, WiFi 2.4, WiFi 5, WAN green, WAN amber, LAN, WPS
       Only C59: USB
BTN:   WPS, WiFi, Reset

Installation
------------

Via Web-UI:
Update factory image via Web-UI.

Via TFTP:
Rename factory image to "tp_recovery.bin" and place it in the root-dir
of your tftp server. Configure to listen on 192.168.0.66. Power up the
router while holding down the reset-button. The router will flash itself
and reboot.

Note: For TFTP, you might need a switch between router and computer, as
link establishment might take to long.

Signed-off-by: David Bauer <mail@david-bauer.net>
target/linux/ath79/base-files/etc/board.d/01_leds
target/linux/ath79/base-files/etc/board.d/02_network
target/linux/ath79/base-files/etc/hotplug.d/firmware/11-ath10k-caldata
target/linux/ath79/base-files/etc/hotplug.d/ieee80211/10_fix_wifi_mac
target/linux/ath79/dts/qca9561_tplink_archer-c58-v1.dts [new file with mode: 0644]
target/linux/ath79/dts/qca9561_tplink_archer-c59-v1.dts [new file with mode: 0644]
target/linux/ath79/dts/qca9561_tplink_archer-c5x.dtsi [new file with mode: 0644]
target/linux/ath79/image/common-tp-link.mk
target/linux/ath79/image/generic-tp-link.mk