aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/at91/files/arch
diff options
context:
space:
mode:
authorKarl-Felix Glatzer <karl.glatzer@gmx.de>2018-12-12 17:56:15 +0100
committerJohn Crispin <john@phrozen.org>2018-12-17 08:09:13 +0100
commit1e4ee63cc8d1889a78b539a5ed7be8d56e9b976f (patch)
tree001aee12a978295e813ce6b71a7b8640bad57557 /target/linux/at91/files/arch
parentd9753f0ec58429c9b9aa92918ff736004e4ca0d0 (diff)
downloadupstream-1e4ee63cc8d1889a78b539a5ed7be8d56e9b976f.tar.gz
upstream-1e4ee63cc8d1889a78b539a5ed7be8d56e9b976f.tar.bz2
upstream-1e4ee63cc8d1889a78b539a5ed7be8d56e9b976f.zip
ath79: add support for TP-Link Archer A7
This patch adds support for TP-Link Archer A7 Specification: - SOC: QCA9563 - Flash: 16 MiB (SPI) - RAM: 128 MiB (DDR2) - Ethernet: 4x 1Gbps LAN + 1x 1Gbps WAN - Wireless: - 2.4GHz (bgn) SoC internal - 5GHz (ac) QCA988x - USB: 1x USB 2.0 port - Button: 1x power, 1x reset, 1x wps - LED: 10x LEDs - UART: holes in PCB - Vcc, GND, RX, TX from ethernet port side - 115200n8 Flash instructions: Upload openwrt-ath79-generic-tplink_archer-a7-v5-squashfs-factory.bin via the Webinterface. Flash instruction using tftp recovery: 1. Connect the computer to one of the LAN ports of the Archer A7 2. Set the computer IP to 192.168.0.66 3. Start a tftp server with the OpenWrt factory image in the tftp root directory renamed to ArcherC7v5_tp_recovery.bin 2. Connect power cable to Archer A7, press and hold the reset button and turn the router on 3. Keep the reset button pressed for ~5 seconds 4. Wait ~150 seconds to complete flashing Changes since first revision: - Flash instructions using stock image webinterface - Changed "Version 5" in model string to "v5" - Split DTS file in qca9563_tplink_archer-x7-v5.dtsi and qca9563_tplink_archer-a7-v5.dts - Firmware image is now build with dynamic partitioning - Default to ath10k-ct Changes since second revision: - Changed uboot@0 to uboot@20000 in DTS file - Fixed ordering issue in board led script - Specify firmware partition format in DTS file - Rebased Makefile device definition on common Device/tplink-safeloader-uimage definition - Merged switch section in network script (same configuration as tplink,tl-wdr3600 and tplink,tl-wdr4300) Signed-off-by: Karl-Felix Glatzer <karl.glatzer@gmx.de>
Diffstat (limited to 'target/linux/at91/files/arch')
0 files changed, 0 insertions, 0 deletions
'#n170'>170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258