arm: Add LibreTech CC support based on Meson GXL family
authorNeil Armstrong <narmstrong@baylibre.com>
Mon, 27 Nov 2017 09:16:19 +0000 (10:16 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 4 Dec 2017 14:59:03 +0000 (09:59 -0500)
commit96e7b5a174365c87adabbafed56f2258de04b207
tree1ce902ff9ab913c54b872e5c4e26bd231ecd17bb
parentf49638e9f9b8c3fe282c2305a8272944b5debe33
arm: Add LibreTech CC support based on Meson GXL family

This adds platform code for the Libre Computer CC "Le Potato" board based on a
Meson GXL (S905X) SoC with the Meson GXL configuration.

This initial submission supports UART, MMC/SDCard and Ethernet with the
Internal RMII PHY.

The meson-gxl-s905x-libretech-cc.dts is synchronised from the linux 4.13
stable tree as of 4.13.8.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
arch/arm/dts/Makefile
arch/arm/dts/meson-gxl-s905x-libretech-cc.dts [new file with mode: 0644]
arch/arm/mach-meson/Kconfig
board/amlogic/libretech-cc/Kconfig [new file with mode: 0644]
board/amlogic/libretech-cc/MAINTAINERS [new file with mode: 0644]
board/amlogic/libretech-cc/Makefile [new file with mode: 0644]
board/amlogic/libretech-cc/README [new file with mode: 0644]
board/amlogic/libretech-cc/libretech-cc.c [new file with mode: 0644]
configs/libretech-cc_defconfig [new file with mode: 0644]
include/configs/libretech-cc.h [new file with mode: 0644]