ARM: rockchip: Add rv1108-elgin-r1 board support
authorOtavio Salvador <otavio@ossystems.com.br>
Sat, 1 Dec 2018 14:05:54 +0000 (12:05 -0200)
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Sun, 16 Dec 2018 00:30:11 +0000 (01:30 +0100)
commite11ef3d26eff8d14a11f89b9bdc20471b425d2d7
tree0adaabc999c9d94fce3726808e7e27fc0d4ed870
parent9af1d5ef2fa4248c5e4b4b098e2d36caa0298ee8
ARM: rockchip: Add rv1108-elgin-r1 board support

Add the initial support for Elgin R1 board, which is based on the
RV1108 SoC and has the following features currently supported in
U-Boot:

- UART
- eMMC
- USB

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
arch/arm/dts/Makefile
arch/arm/dts/rv1108-elgin-r1.dts [new file with mode: 0644]
arch/arm/mach-rockchip/rv1108/Kconfig
board/elgin/elgin_rv1108/Kconfig [new file with mode: 0644]
board/elgin/elgin_rv1108/MAINTAINERS [new file with mode: 0644]
board/elgin/elgin_rv1108/Makefile [new file with mode: 0644]
board/elgin/elgin_rv1108/elgin_rv1108.c [new file with mode: 0644]
configs/elgin-rv1108_defconfig [new file with mode: 0644]
include/configs/elgin_rv1108.h [new file with mode: 0644]