mips: ath79: Add support for TPLink WDR4300
authorMarek Vasut <marex@denx.de>
Fri, 6 May 2016 18:10:41 +0000 (20:10 +0200)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Fri, 20 May 2016 23:36:39 +0000 (01:36 +0200)
commit400df3099896bdd43dd72dbb5d3930cf573d14f0
tree19fe0f85482831e1902c3b85eb6d03e6ab89d5e0
parente08539b791336c45ca05ebdf55137a26baaba95e
mips: ath79: Add support for TPLink WDR4300

Add support for the TPLink WDR4300 router, which is based on the
AR9344 MIPS 74Kc CPU and has 128 MiB of RAM. The USB is supported
on this system as well.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Cc: Wills Wang <wills.wang@live.com>
arch/mips/dts/Makefile
arch/mips/dts/tplink_wdr4300.dts [new file with mode: 0644]
arch/mips/mach-ath79/Kconfig
board/tplink/wdr4300/Kconfig [new file with mode: 0644]
board/tplink/wdr4300/MAINTAINERS [new file with mode: 0644]
board/tplink/wdr4300/Makefile [new file with mode: 0644]
board/tplink/wdr4300/wdr4300.c [new file with mode: 0644]
configs/tplink_wdr4300_defconfig [new file with mode: 0644]
include/configs/tplink_wdr4300.h [new file with mode: 0644]