linux-amlogic.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH u-boot 0/2] Add support for the FriendlyElec NanoPi K2 board
@ 2018-06-25 14:50 Neil Armstrong
  2018-06-25 14:50 ` [PATCH u-boot 1/2] ARM: dts: sync meson-gxbb-nanopi-k2 from Linux 4.17 Neil Armstrong
  2018-06-25 14:50 ` [PATCH u-boot 2/2] boards: amlogic: Add FriendlyElec NanoPi K2 board support Neil Armstrong
  0 siblings, 2 replies; 6+ messages in thread
From: Neil Armstrong @ 2018-06-25 14:50 UTC (permalink / raw)
  To: linus-amlogic

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

A sync with Linux 4.17 to get the device tree is also necessary.

Neil Armstrong (1):
  ARM: dts: sync meson-gxbb-nanopi-k2 from Linux 4.17

Thomas McKahan (1):
  boards: amlogic: Add FriendlyElec NanoPi K2 board support

 arch/arm/dts/Makefile                 |   2 +
 arch/arm/dts/meson-gxbb-nanopi-k2.dts | 323 ++++++++++++++++++++++++++++++++++
 arch/arm/mach-meson/Kconfig           |   8 +
 board/amlogic/nanopi-k2/Kconfig       |  12 ++
 board/amlogic/nanopi-k2/MAINTAINERS   |   6 +
 board/amlogic/nanopi-k2/Makefile      |   7 +
 board/amlogic/nanopi-k2/README        |  99 +++++++++++
 board/amlogic/nanopi-k2/nanopi-k2.c   |  61 +++++++
 configs/nanopi-k2_defconfig           |  40 +++++
 include/configs/nanopi-k2.h           |  18 ++
 10 files changed, 576 insertions(+)
 create mode 100644 arch/arm/dts/meson-gxbb-nanopi-k2.dts
 create mode 100644 board/amlogic/nanopi-k2/Kconfig
 create mode 100644 board/amlogic/nanopi-k2/MAINTAINERS
 create mode 100644 board/amlogic/nanopi-k2/Makefile
 create mode 100644 board/amlogic/nanopi-k2/README
 create mode 100644 board/amlogic/nanopi-k2/nanopi-k2.c
 create mode 100644 configs/nanopi-k2_defconfig
 create mode 100644 include/configs/nanopi-k2.h

-- 
2.7.4

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-07-20 12:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-25 14:50 [PATCH u-boot 0/2] Add support for the FriendlyElec NanoPi K2 board Neil Armstrong
2018-06-25 14:50 ` [PATCH u-boot 1/2] ARM: dts: sync meson-gxbb-nanopi-k2 from Linux 4.17 Neil Armstrong
2018-07-20 12:35   ` [U-Boot, u-boot, " Tom Rini
2018-06-25 14:50 ` [PATCH u-boot 2/2] boards: amlogic: Add FriendlyElec NanoPi K2 board support Neil Armstrong
2018-07-20 12:35   ` [U-Boot, u-boot, " Tom Rini
2018-07-20 12:59     ` Neil Armstrong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).