board: amlogic: add support for Odroid-N2
authorNeil Armstrong <narmstrong@baylibre.com>
Mon, 22 Jul 2019 09:36:14 +0000 (11:36 +0200)
committerNeil Armstrong <narmstrong@baylibre.com>
Wed, 31 Jul 2019 10:10:58 +0000 (12:10 +0200)
commitb160fac9f7a9dc8021e2ad31e94a1460d1c51ff1
tree098297f1a0b8451923a56fdb74f97a013b890f96
parent5e5db096a323377cb59e5ce438b4581a7c664674
board: amlogic: add support for Odroid-N2

ODROID-N2 is a single board computer manufactured by Hardkernel Co. Ltd
with the following specifications:

 - Amlogic S922X ARM Cortex-A53 dual-core + Cortex-A73 quad-core SoC
 - 4GB DDR4 SDRAM
 - Gigabit Ethernet
 - HDMI 2.1 4K/60Hz display
 - 40-pin GPIO header
 - 4 x USB 3.0 Host, 1 x USB OTG
 - eMMC, microSD
 - Infrared receiver

The board directory is W400, the name of the Amlogic Reference Design
of Amlogic G12B with Gigabit boards, which will be used for similar
boards.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Tested-by: Mark Kettenis <kettenis@openbsd.org>
board/amlogic/w400/MAINTAINERS [new file with mode: 0644]
board/amlogic/w400/Makefile [new file with mode: 0644]
board/amlogic/w400/README.odroid-n2 [new file with mode: 0644]
board/amlogic/w400/README.w400 [new file with mode: 0644]
board/amlogic/w400/w400.c [new file with mode: 0644]
configs/odroid-n2_defconfig [new file with mode: 0644]