]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
omap3: cm-t3517: add basic board support
authorIgor Grinberg <grinberg@compulab.co.il>
Wed, 5 Nov 2014 12:25:35 +0000 (14:25 +0200)
committerTom Rini <trini@ti.com>
Thu, 6 Nov 2014 16:04:41 +0000 (11:04 -0500)
commitb09bf72317e3bb939d29fbfc149fa0a2d993c48a
tree26947a2b1f3926a8a2e35e9589167a56b45f7166
parent0b03a931abcc7572489be07bee169a6d9a23832a
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>
arch/arm/cpu/armv7/omap3/Kconfig
board/compulab/cm_t3517/Kconfig [new file with mode: 0644]
board/compulab/cm_t3517/MAINTAINERS [new file with mode: 0644]
board/compulab/cm_t3517/Makefile [new file with mode: 0644]
board/compulab/cm_t3517/cm_t3517.c [new file with mode: 0644]
board/compulab/cm_t3517/mux.c [new file with mode: 0644]
configs/cm_t3517_defconfig [new file with mode: 0644]
include/configs/cm_t3517.h [new file with mode: 0644]