ath79: add support for TP-Link RE450 v2
authorPeter Lundkvist <peter.lundkvist@gmail.com>
Fri, 29 Jun 2018 03:44:58 +0000 (05:44 +0200)
committerJohn Crispin <john@phrozen.org>
Mon, 2 Jul 2018 05:05:33 +0000 (07:05 +0200)
commit781ad46206ddaee74e40d7dbc68840fae1c0cc7c
treeca8ec054dcd0fac6531bdb74dda5316267ecce96
parentf4ac88b5097685950c6f6ba0077840f85446389f
ath79: add support for TP-Link RE450 v2

TP-Link RE450 v2 is a dual band router/range-extender
based on Qualcomm/Atheros QCA9563 + QCA9880.

Specification:

- 775 MHz CPU
- 64 MB of RAM (DDR2)
- 8 MB of FLASH (SPI NOR)
- 3T3R 2.4 GHz
- 3T3R 5 GHz
- 1x 10/100/1000 Mbps Ethernet (AR8033 PHY)
- 7x LED, 4x button
- UART header on PCB (needs unmounted R64 & R69 0201 resistors/jumpers)

Flash instruction:
Apply factory image in OEM firmware web-gui.

U-Boot does not seem to have any recovery functions, so
debricking requires connection via UART.

Signed-off-by: Peter Lundkvist <peter.lundkvist@gmail.com>
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/dts/qca9563_tl-re450-v2.dts [new file with mode: 0644]
target/linux/ath79/image/common-tp-link.mk
target/linux/ath79/image/generic-tp-link.mk
tools/firmware-utils/src/tplink-safeloader.c