Re: [PATCH] powerpc/85xx: introduce support for the Freescale / iVeia P1022RDK
From: Kumar Gala <hidden>
Date: 2012-07-26 18:54:44
On Jul 23, 2012, at 6:12 PM, Timur Tabi wrote:
The Freescale / iVeia P1022RDK reference board is a small-factor board with a Freescale P1022 SOC. It includes: =20 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. =20 Unlike the P1022DS, the P1022RDK does not have any localbus devices, presumably because of the localbus / DIU multiplexing restriction of the P1022 SOC. =20 Signed-off-by: Timur Tabi <redacted> --- arch/powerpc/boot/dts/p1022rdk.dts | 188 =
+++++++++++++++++++++++++++
arch/powerpc/configs/mpc85xx_defconfig | 1 + arch/powerpc/configs/mpc85xx_smp_defconfig | 1 + arch/powerpc/platforms/85xx/Kconfig | 7 + arch/powerpc/platforms/85xx/Makefile | 1 + arch/powerpc/platforms/85xx/p1022_rdk.c | 195 =
++++++++++++++++++++++++++++
6 files changed, 393 insertions(+), 0 deletions(-) create mode 100644 arch/powerpc/boot/dts/p1022rdk.dts create mode 100644 arch/powerpc/platforms/85xx/p1022_rdk.c
applied to next - k=