mips: ath79: add AP121 reference board
authorWills Wang <wills.wang@live.com>
Wed, 16 Mar 2016 08:59:59 +0000 (16:59 +0800)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Fri, 20 May 2016 23:25:50 +0000 (01:25 +0200)
commit6a7b52bc8d30090633d098f9e988276beb7a53d5
tree1aaeb4e17dbba7a2602aabb811048e20225cf94e
parentb85dc4607268ffc49af642ab702d44c8b5ef3719
mips: ath79: add AP121 reference board

This patch add board-level code and base DT for AP121.

Signed-off-by: Wills Wang <wills.wang@live.com>
[updated defconfig, enabled CONFIG_USE_PRIVATE_LIBGCC=y]
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
arch/mips/dts/Makefile
arch/mips/dts/ap121.dts [new file with mode: 0644]
arch/mips/dts/ar933x.dtsi [new file with mode: 0644]
arch/mips/mach-ath79/Kconfig
board/qca/ap121/Kconfig [new file with mode: 0644]
board/qca/ap121/MAINTAINERS [new file with mode: 0644]
board/qca/ap121/Makefile [new file with mode: 0644]
board/qca/ap121/ap121.c [new file with mode: 0644]
configs/ap121_defconfig [new file with mode: 0644]
include/configs/ap121.h [new file with mode: 0644]