]> git.ipfire.org Git - people/ms/u-boot.git/commit
pcm051: Add support for Phytec phyCORE-AM335x
authorLars Poeschel <poeschel@lemonage.de>
Fri, 11 Jan 2013 00:53:31 +0000 (00:53 +0000)
committerTom Rini <trini@ti.com>
Thu, 7 Feb 2013 15:36:26 +0000 (10:36 -0500)
commit1c1b7c3739095da7d73fef3adbe9f187791ca9ff
tree464437fb0e953b4929f778312a2e20ef0919e103
parentaca0b8b4f7ec6622c171038084fb84b33dcea580
pcm051: Add support for Phytec phyCORE-AM335x

The board is named pcm051 and has this hardware:
SOC: TI AM3359
DDR3-RAM: 2x MT41J256M8HX-15EIT:D 512MiB
ETH 1: LAN8710AI
SPI-Flash: W25Q64BVSSIG
RTC: RV-4162-C7
I2C-EEPROM: CAT32WC32
NAND: MT29F4G08_VFPGA63
PMIC: TPS65910A3
LCD

Supported:
UART 1
MMC/SD
ETH 1
USB
I2C
SPI

Not yet supported:
NAND
RTC
LCD

Signed-off-by: Lars Poeschel <poeschel@lemonage.de>
[trini: Add #define CONFIG_PHY_ADDR 0 to config]
Signed-off-by: Tom Rini <trini@ti.com>
MAINTAINERS
arch/arm/include/asm/arch-am33xx/ddr_defs.h
board/phytec/pcm051/Makefile [new file with mode: 0644]
board/phytec/pcm051/board.c [new file with mode: 0644]
board/phytec/pcm051/board.h [new file with mode: 0644]
board/phytec/pcm051/mux.c [new file with mode: 0644]
boards.cfg
include/configs/pcm051.h [new file with mode: 0644]