diff options
| author | Dmitry Lifshitz <[email protected]> | 2016-12-28 18:28:33 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-01-02 11:14:06 -0500 |
| commit | 46650d583b8067c8aecf2ddea585e8a97f937d0c (patch) | |
| tree | 50b31d30927a7692eb92ee7924e22da80c7ab53f /arch | |
| parent | 6d799d04a843b85b0842b7c266a16b3c515b8c35 (diff) | |
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 <[email protected]>
[[email protected]: Adjust to v2016.11]
Signed-off-by: Uri Mashiach <[email protected]>
Acked-by: Igor Grinberg <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/mach-omap2/omap5/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/omap5/Kconfig b/arch/arm/mach-omap2/omap5/Kconfig index 018e584e07c..242d1ee9287 100644 --- a/arch/arm/mach-omap2/omap5/Kconfig +++ b/arch/arm/mach-omap2/omap5/Kconfig @@ -40,6 +40,9 @@ choice prompt "OMAP5 board select" optional +config TARGET_CL_SOM_AM57X + bool "CompuLab CL-SOM-AM57x" + config TARGET_CM_T54 bool "CompuLab CM-T54" @@ -179,6 +182,7 @@ endchoice endmenu endif +source "board/compulab/cl-som-am57x/Kconfig" source "board/compulab/cm_t54/Kconfig" source "board/ti/omap5_uevm/Kconfig" source "board/ti/dra7xx/Kconfig" |
