]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
am335x: Initial support for Silica Pengwyn board
authorLothar Felten <lothar.felten@gmail.com>
Fri, 31 Jan 2014 16:34:14 +0000 (17:34 +0100)
committerTom Rini <trini@ti.com>
Fri, 21 Feb 2014 18:54:57 +0000 (13:54 -0500)
commitda4105dfcd27c20e5cf4eb750f88938f56620d37
treec0a412767dbccf65710c09774623c7713bebc28d
parent3e11350255d9c5d4bd03c2a65769da84c05d3294
am335x: Initial support for Silica Pengwyn board

This patch add support for the Silica Pengwyn board [1]
The board is based on a TI AM3354 CPU [2]
All jumpers removed it will boot from the SDcard, the console is on
UART1 accessible via the FDTI -> USB. The on board NAND flash is
supported and can act as boot medium, depending on jumper settings.
USB Host, USB Device and Ethernet are also provided but untested.

[1]
http://www.silica.com/product/silica-pengwyn-board.html
[2]
http://www.ti.com/product/am3354

Signed-off-by: Lothar Felten <lothar.felten@gmail.com>
[trini: Move CONFIG_BOARD_LATE_INIT into am335x_evm.h, drop unused
spi0_pin_mux from Pengwyn support]
Signed-off-by: Tom Rini <trini@ti.com>
arch/arm/include/asm/arch-am33xx/ddr_defs.h
board/silica/pengwyn/Makefile [new file with mode: 0644]
board/silica/pengwyn/board.c [new file with mode: 0644]
board/silica/pengwyn/board.h [new file with mode: 0644]
board/silica/pengwyn/mux.c [new file with mode: 0644]
boards.cfg
include/configs/am335x_evm.h
include/configs/pengwyn.h [new file with mode: 0644]
include/configs/ti_am335x_common.h