omap3: cm-t3517: add basic board support
CompuLab cm-t3517 is Computer on Module (CoM) based on AM3517 SoC.
Features: up to 256MB DDR2, up to 512MB NAND, USB hub, mUSB, WiFi, BT,
Analog audio codec, touch screen controller, LED.
Add basic support including:
LED, Serial console, NAND, MMC, GPIO, I2C, 256MB DRAM.
Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
2014-11-05 12:25:35 +00:00
|
|
|
CONFIG_SPL=n
|
|
|
|
+S:CONFIG_ARM=y
|
|
|
|
+S:CONFIG_OMAP34XX=y
|
|
|
|
+S:CONFIG_TARGET_CM_T3517=y
|
2015-02-06 04:41:44 +00:00
|
|
|
CONFIG_DM=n
|
|
|
|
CONFIG_DM_SERIAL=n
|
|
|
|
CONFIG_DM_GPIO=n
|