]> git.baikalelectronics.ru Git - kernel.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>
Wed, 12 Sep 2012 19:57:07 +0000 (14:57 -0500)
commit92ec4d40b668102a3356b48ed1f9e90babe4d166
tree916767962fa305e2de6fa4e9075d7c53a5ec9022
parent55185d81003f7eba9dd0635d57167b2e986dcaa0
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]