ARM: meson: Add Khadas VIM2 board support
authorLoic Devulder <ldevulder@suse.de>
Wed, 3 Oct 2018 10:02:07 +0000 (12:02 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 10 Oct 2018 17:32:40 +0000 (13:32 -0400)
commit8afd4ea5b9d5d9a18db4e9fee16d89999711d205
tree8a26206764720018a2c7acfffd2fc57145b37dbc
parent2058b7395ee1a9345dd1115ce9f3310c59b3102e
ARM: meson: Add Khadas VIM2 board support

This adds platform code for the Khadas VIM2 board based on a
Meson GXM (S912) SoC with the Meson GXM configuration.

This initial submission supports UART, MMC/SDCard and Ethernet.
USB is partially supported.

All the code is from Neil Armstrong! I just rebased the code, do
some cleanup and tested on my board.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Loic Devulder <ldevulder@suse.de>
Acked-by: Neil Armstrong <narmstrong@baylibre.com>
arch/arm/mach-meson/Kconfig
board/amlogic/khadas-vim2/Kconfig [new file with mode: 0644]
board/amlogic/khadas-vim2/MAINTAINERS [new file with mode: 0644]
board/amlogic/khadas-vim2/Makefile [new file with mode: 0644]
board/amlogic/khadas-vim2/README [new file with mode: 0644]
board/amlogic/khadas-vim2/khadas-vim2.c [new file with mode: 0644]
configs/khadas-vim2_defconfig [new file with mode: 0644]
include/configs/khadas-vim2.h [new file with mode: 0644]