diff options
author | Thomas McKahan <tonymckahan@gmail.com> | 2018-06-25 16:50:17 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-07-19 16:17:58 -0400 |
commit | eee45b4f545902a9089f68331c925898da813ac0 (patch) | |
tree | b2c0e6e3a685338dd6b164fb0fb2e9fb4a4552f9 /board/amlogic/nanopi-k2/Makefile | |
parent | 9c7ad1ed012b7c80d3c9e57e9baf65edd8049d3b (diff) |
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 'board/amlogic/nanopi-k2/Makefile')
-rw-r--r-- | board/amlogic/nanopi-k2/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/board/amlogic/nanopi-k2/Makefile b/board/amlogic/nanopi-k2/Makefile new file mode 100644 index 0000000000..7d9b666e76 --- /dev/null +++ b/board/amlogic/nanopi-k2/Makefile @@ -0,0 +1,7 @@ +# +# (C) Copyright 2018 Thomas McKahan +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y := nanopi-k2.o |