]> git.karo-electronics.de Git - karo-tx-linux.git/commit
powerpc/85xx: introduce support for the Freescale / iVeia P1022RDK
authorTimur Tabi <timur@freescale.com>
Mon, 23 Jul 2012 23:12:29 +0000 (18:12 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Thu, 23 Aug 2012 18:08:58 +0000 (13:08 -0500)
commit263105dd3183c582f186b1e0cc8d0476e3ba930d
tree2d1d63469540b2bc869bd337d20c9c646695bf21
parent205f4c1c5d1f067bea1554d8158d93cf886c7f93
powerpc/85xx: introduce support for the Freescale / iVeia P1022RDK

The Freescale / iVeia P1022RDK reference board is a small-factor board
with a Freescale P1022 SOC.  It includes:

1) 512 MB 64-bit DDR3-800 (max) memory
2) 8MB SPI serial flash memory for boot loader
3) Bootable 4-bit SD/MMC port
4) Two 10/100/1000 Ethernet connectors
5) One SATA port
6) Two USB ports
7) One PCIe x4 slot
8) DVI video connector
9) Audio input and output jacks, powered by a Wolfson WM8960 codec.

Unlike the P1022DS, the P1022RDK does not have any localbus devices,
presumably because of the localbus / DIU multiplexing restriction of
the P1022 SOC.

Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/boot/dts/p1022rdk.dts [new file with mode: 0644]
arch/powerpc/configs/mpc85xx_defconfig
arch/powerpc/configs/mpc85xx_smp_defconfig
arch/powerpc/platforms/85xx/Kconfig
arch/powerpc/platforms/85xx/Makefile
arch/powerpc/platforms/85xx/p1022_rdk.c [new file with mode: 0644]