]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
powerpc/85xx: Add support for P2020RDB board
authorPoonam Aggrwal <poonam.aggrwal@freescale.com>
Fri, 7 Aug 2009 15:35:16 +0000 (21:05 +0530)
committerKumar Gala <galak@kernel.crashing.org>
Tue, 25 Aug 2009 01:48:06 +0000 (20:48 -0500)
commitfb8e3e1fe1df963b6c1ab8610682737ccae96ef0
tree12a1a73aea11440cc375a1f90c7df3b99a746acf
parentfc4bdb35fba1c8f464fd85b94a5059e752fc85d4
powerpc/85xx: Add support for P2020RDB board

Add support for the P2020RDB reference board from Freescale.

Overview of P2020RDB platform
- DDR
  DDR2 1G
- NOR Flash
  16MByte
- NAND Flash
  32MByte
- 3 Ethernet interfaces
  1) etSEC1
- RGMII
- connected to a 5 port Vitesse Switch(VSC7385)
- Switch is memory mapped through eLBC interface(CS#2)
- IRQ1
  2) etSEC2
- SGMII
- connected to VSC8221
- IRQ2
  3) etSEC3
- RGMII
- connected to VSC8641
- IRQ3
- 2 1X PCIe interfaces
- SD/MMC ,USB
- SPI EEPROM
- Serial I2C EEPROM

Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/boot/dts/p2020rdb.dts [new file with mode: 0644]
arch/powerpc/configs/mpc85xx_defconfig
arch/powerpc/platforms/85xx/Kconfig
arch/powerpc/platforms/85xx/Makefile
arch/powerpc/platforms/85xx/mpc85xx_rdb.c [new file with mode: 0644]