aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-meson
diff options
context:
space:
mode:
authorThomas McKahan <tonymckahan@gmail.com>2018-06-25 16:50:17 +0200
committerTom Rini <trini@konsulko.com>2018-07-19 16:17:58 -0400
commiteee45b4f545902a9089f68331c925898da813ac0 (patch)
treeb2c0e6e3a685338dd6b164fb0fb2e9fb4a4552f9 /arch/arm/mach-meson
parent9c7ad1ed012b7c80d3c9e57e9baf65edd8049d3b (diff)
downloadu-boot-eee45b4f545902a9089f68331c925898da813ac0.zip
u-boot-eee45b4f545902a9089f68331c925898da813ac0.tar.gz
u-boot-eee45b4f545902a9089f68331c925898da813ac0.tar.bz2
boards: amlogic: Add FriendlyElec NanoPi K2 board support
This adds platform code for the FriendlyElec NanoPi K2 board based on a Meson GXBB (S905) SoC with the Meson GXBB configuration. This initial submission only supports: - UART - MMC/SDCard - Ethernet - Reset Controller - Clock controller Cc: Yuefei Tan <yftan@friendlyarm.com> Signed-off-by: Thomas McKahan <tonymckahan@gmail.com> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Diffstat (limited to 'arch/arm/mach-meson')
-rw-r--r--arch/arm/mach-meson/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-meson/Kconfig b/arch/arm/mach-meson/Kconfig
index 9a06ccc..cc3383a 100644
--- a/arch/arm/mach-meson/Kconfig
+++ b/arch/arm/mach-meson/Kconfig
@@ -29,6 +29,12 @@ config TARGET_ODROID_C2
with 2 GiB of RAM, Gigabit Ethernet, HDMI, 4 USB, micro-SD
slot, eMMC, IR receiver and a 40-pin GPIO header.
+config TARGET_NANOPI_K2
+ bool "NANOPI_K2"
+ help
+ NANOPI_K2 is a single board computer based on Meson GXBaby
+ with 2 GiB of RAM, Gigabit Ethernet,AP6212 Wifi, HDMI, 4 USB,
+ micro-SD slot, eMMC, IR receiver and a 40-pin GPIO header.
endif
if MESON_GXL
@@ -64,6 +70,8 @@ config SYS_MALLOC_F_LEN
source "board/amlogic/odroid-c2/Kconfig"
+source "board/amlogic/nanopi-k2/Kconfig"
+
source "board/amlogic/p212/Kconfig"
source "board/amlogic/libretech-cc/Kconfig"