[v3][PATCH][powerpc/85xx] P2020RDB Platform Support Added

Kumar Gala galak at kernel.crashing.org
Sat Aug 15 06:21:08 EST 2009


On Aug 7, 2009, at 10:35 AM, Poonam Aggrwal wrote:

> Adds P2020RDB basic support in linux.
> 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 at freescale.com>
> ---
> based on http://www.kernel.org/pub/scm/linux/kernel/git/galak/powerpc.git
> Incorporated more feedback from Felix
> arch/powerpc/boot/dts/p2020rdb.dts        |  586 ++++++++++++++++++++ 
> +++++++++
> arch/powerpc/configs/mpc85xx_defconfig    |    1 +
> arch/powerpc/platforms/85xx/Kconfig       |    9 +
> arch/powerpc/platforms/85xx/Makefile      |    3 +-
> arch/powerpc/platforms/85xx/mpc85xx_rdb.c |  141 +++++++
> 5 files changed, 739 insertions(+), 1 deletions(-)
> create mode 100644 arch/powerpc/boot/dts/p2020rdb.dts
> create mode 100644 arch/powerpc/platforms/85xx/mpc85xx_rdb.c

applied to next

- k


More information about the Linuxppc-dev mailing list