]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc/85xx: Add TWR-P10xx board support
authorXie Xiaobo <X.Xie@freescale.com>
Mon, 24 Jun 2013 07:01:30 +0000 (15:01 +0800)
committerYork Sun <yorksun@freescale.com>
Fri, 9 Aug 2013 19:41:25 +0000 (12:41 -0700)
commit49f5befafd0f71e3ba033081e80fa4965d682ebc
tree4d68958c31044c662cd63fc67c4846c6995ac133
parentd05bfd0586ccebe96e31976459c8ef45ec65e109
powerpc/85xx: Add TWR-P10xx board support

TWR-P1025 Specification:
-----------------------
Memory subsystem:
   512MB DDR3 (on board DDR)
   64Mbyte 16bit NOR flash
   One microSD Card slot

Ethernet:
   eTSEC1: Connected to Atheros AR8035 GETH PHY
   eTSEC3: Connected to Atheros AR8035 GETH PHY

UART:
   Two UARTs are routed to the FDTI dual USB to RS232 convertor

USB: Two USB2.0 Type A ports

I2C:
   AT24C01B 1K Board EEPROM (8 bit address)

QUICC Engine:
   Connected to DP83849i PHY supply two 10/100M ethernet ports
   QE UART for RS485 or RS232

PCIE:
   One mini-PCIE slot

Signed-off-by: Michael Johnston <michael.johnston@freescale.com>
Signed-off-by: Xie Xiaobo <X.Xie@freescale.com>
[yorksun: Fixup include/configs/p1_twr.h]
Signed-off-by: York Sun <yorksun@freescale.com>
board/freescale/p1_twr/Makefile [new file with mode: 0644]
board/freescale/p1_twr/ddr.c [new file with mode: 0644]
board/freescale/p1_twr/law.c [new file with mode: 0644]
board/freescale/p1_twr/p1_twr.c [new file with mode: 0644]
board/freescale/p1_twr/tlb.c [new file with mode: 0644]
boards.cfg
include/configs/p1_twr.h [new file with mode: 0644]