boards: Amlogic: Add support for Libretech-AC
authorNeil Armstrong <narmstrong@baylibre.com>
Tue, 26 Mar 2019 10:20:35 +0000 (11:20 +0100)
committerNeil Armstrong <narmstrong@baylibre.com>
Wed, 10 Apr 2019 14:50:46 +0000 (16:50 +0200)
commit4a327e832917c1c27ed2b7fda0d24d34b137ff60
tree3bb054f5ab237ca46b1229454173a1d257b1df7c
parent91fe071cd07a16367a574909cc1e900462da2651
boards: Amlogic: Add support for Libretech-AC

LibreTech AC is a single board computer manufactured by Libre Technology
with the following specifications:

 - Amlogic S805X ARM Cortex-A53 quad-core SoC @ 1.2GHz
 - ARM Mali 450 GPU
 - 512MiB DDR4 SDRAM
 - 10/100 Ethernet
 - HDMI 2.0 4K/60Hz display
 - 40-pin GPIO header
 - 4 x USB 2.0 Host
 - eMMC, SPI NOR Flash
 - Infrared receiver

The u-boot specific code is the same as the P212 support,
so use the P212 board support code with a distinct defconfig
and config include files.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
board/amlogic/p212/MAINTAINERS
board/amlogic/p212/README.libretech-ac [new file with mode: 0644]
configs/libretech-ac_defconfig [new file with mode: 0644]
include/configs/libretech-ac.h [new file with mode: 0644]