boards: amlogic: add SEI610 support
authorNeil Armstrong <narmstrong@baylibre.com>
Fri, 11 Oct 2019 15:33:56 +0000 (17:33 +0200)
committerNeil Armstrong <narmstrong@baylibre.com>
Fri, 18 Oct 2019 12:47:00 +0000 (14:47 +0200)
commitb8ada582cffb7e58307da0f2cc8da94ee703100f
tree4ee36c01f6a0be6761e12ee191986985cf6f3827
parent21cd92faa5f65072b9867c69f4b63ce357cb9bcf
boards: amlogic: add SEI610 support

Add support for the customer board SEI610 manufactured by SEI Robotics
with the following specifications:
 - Amlogic S905X3 ARM Cortex-A55 quad-core SoC
 - 2GB DDR4 SDRAM
 - 10/100 Ethernet (Internal PHY)
 - 1 x USB 3.0 Host
 - 1 x USB Type-C DRD
 - 1 x FTDI USB Serial Debug Interface
 - eMMC
 - SDcard
 - Infrared receiver
 - SDIO WiFi Module

Like it's SEI510 counterpart, the boot flow is designed to boot
Android AOSP built for the Yukawa Android device.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
board/amlogic/sei610/MAINTAINERS [new file with mode: 0644]
board/amlogic/sei610/Makefile [new file with mode: 0644]
board/amlogic/sei610/README [new file with mode: 0644]
board/amlogic/sei610/sei610.c [new file with mode: 0644]
configs/sei610_defconfig [new file with mode: 0644]