arm: am57xx: cl-som-am57x: add initial board support
authorDmitry Lifshitz <lifshitz@compulab.co.il>
Wed, 28 Dec 2016 16:28:33 +0000 (18:28 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 2 Jan 2017 16:14:06 +0000 (11:14 -0500)
commit46650d583b8067c8aecf2ddea585e8a97f937d0c
tree50b31d30927a7692eb92ee7924e22da80c7ab53f
parent6d799d04a843b85b0842b7c266a16b3c515b8c35
arm: am57xx: cl-som-am57x: add initial board support

Features supported :

* Serial console
* SPI Flash
* MMC/SD Card
* eMMC storage
* SATA
* PCA9555 - GPIO expander over I2C5 bus
* USB

Use spl alternate boot device feature to define fallback to
the main boot device as it is defined by hardware.

Signed-off-by: Dmitry Lifshitz <lifshitz@compulab.co.il>
[uri.mashiach@compulab.co.il: Adjust to v2016.11]
Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>
Acked-by: Igor Grinberg <grinberg@compulab.co.il>
arch/arm/mach-omap2/omap5/Kconfig
board/compulab/cl-som-am57x/Kconfig [new file with mode: 0644]
board/compulab/cl-som-am57x/MAINTAINERS [new file with mode: 0644]
board/compulab/cl-som-am57x/Makefile [new file with mode: 0644]
board/compulab/cl-som-am57x/cl-som-am57x.c [new file with mode: 0644]
board/compulab/cl-som-am57x/mux.c [new file with mode: 0644]
board/compulab/cl-som-am57x/spl.c [new file with mode: 0644]
configs/cl-som-am57x_defconfig [new file with mode: 0644]
include/configs/cl-som-am57x.h [new file with mode: 0644]