]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
beagle_x15: add board support for Beagle x15
authorFelipe Balbi <balbi@ti.com>
Mon, 10 Nov 2014 20:02:44 +0000 (14:02 -0600)
committerTom Rini <trini@ti.com>
Thu, 4 Dec 2014 16:04:39 +0000 (11:04 -0500)
commit1e4ad74b875f4da91193afffb0bb0db90ec7b886
treea93469164e4d9059f8de121e0c397b9591bcb260
parentd11ac4b56d993153f9d72208809060f3b6c9af76
beagle_x15: add board support for Beagle x15

BeagleBoard-X15 is the next generation Open Source
Hardware BeagleBoard based on TI's AM5728 SoC
featuring dual core 1.5GHZ A15 processor. The
platform features 2GB DDR3L (w/dual 32bit busses),
eSATA, 3 USB3.0 ports, integrated HDMI (1920x108@60),
separate LCD port, video In port, 4GB eMMC, uSD,
Analog audio in/out, dual 1G Ethernet.

For more information, refer to:
http://www.elinux.org/Beagleboard:BeagleBoard-X15

Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Reviewed-by: Tom Rini <trini@ti.com>
arch/arm/cpu/armv7/omap5/Kconfig
board/ti/beagle_x15/Kconfig [new file with mode: 0644]
board/ti/beagle_x15/Makefile [new file with mode: 0644]
board/ti/beagle_x15/board.c [new file with mode: 0644]
board/ti/beagle_x15/mux_data.h [new file with mode: 0644]
configs/beagle_x15_defconfig [new file with mode: 0644]
include/configs/beagle_x15.h [new file with mode: 0644]
include/configs/ti_omap5_common.h