]> git.baikalelectronics.ru Git - uboot.git/commit
boards: meson: add g12a sei510
authorJerome Brunet <jbrunet@baylibre.com>
Fri, 15 Feb 2019 12:53:59 +0000 (13:53 +0100)
committerNeil Armstrong <narmstrong@baylibre.com>
Mon, 12 Aug 2019 08:04:03 +0000 (10:04 +0200)
commit091478d2db28e4a64ae2a8bf3331138a81bc1d11
tree43ae5224ca21c679f92a82b652814f1e602be8b5
parent13d89bd49f59e77397c860628d4696838cb98dd5
boards: meson: add g12a sei510

The SEI510 board is based on the Amlogic S905X2 SoC
from the Amlogic G12A SoC family.

The board has the following specifications :
- Amlogic S905X2 ARM Cortex-A53 quad-core SoC
- XGB DDR4 SDRAM
- 10/100 Ethernet (Internal PHY)
- 1 x USB 3.0 Host
- eMMC
- SDcard
- Infrared receiver
- SDIO WiFi Module

The board default behaviour is for booting Android and triggers
fastboot on recovery or reboot mode.

USB vendor ID (used by fastboot) is 0x18d1 (Google) for
default udev rules for existing android users work out of the box.

Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Guillaume La Roque <glaroque@baylibre.com>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
board/amlogic/sei510/MAINTAINERS [new file with mode: 0644]
board/amlogic/sei510/Makefile [new file with mode: 0644]
board/amlogic/sei510/README [new file with mode: 0644]
board/amlogic/sei510/sei510.c [new file with mode: 0644]
configs/sei510_defconfig [new file with mode: 0644]
include/configs/sei510.h [new file with mode: 0644]