diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2019-07-22 11:36:14 +0200 |
---|---|---|
committer | Neil Armstrong <narmstrong@baylibre.com> | 2019-07-31 12:10:58 +0200 |
commit | b160fac9f7a9dc8021e2ad31e94a1460d1c51ff1 (patch) | |
tree | 098297f1a0b8451923a56fdb74f97a013b890f96 /board/amlogic/w400/MAINTAINERS | |
parent | 5e5db096a323377cb59e5ce438b4581a7c664674 (diff) |
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>
Diffstat (limited to 'board/amlogic/w400/MAINTAINERS')
-rw-r--r-- | board/amlogic/w400/MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/board/amlogic/w400/MAINTAINERS b/board/amlogic/w400/MAINTAINERS new file mode 100644 index 0000000000..6e68fa73f7 --- /dev/null +++ b/board/amlogic/w400/MAINTAINERS @@ -0,0 +1,6 @@ +W400 +M: Neil Armstrong <narmstrong@baylibre.com> +S: Maintained +L: u-boot-amlogic@groups.io +F: board/amlogic/w400/ +F: configs/odroid-n2_defconfig |