Re: [PATCH v3 1/1] powerpc/85xx: Board support for ppa8548
From: Kumar Gala <hidden>
Date: 2013-02-15 20:05:24
On Feb 13, 2013, at 8:09 AM, Stef van Os wrote:
Initial board support for the Prodrive PPA8548 AMC module. Board is an MPC8548 AMC platform used in RapidIO systems. This module is also used to test/work on mainline linux RapidIO software. =20 PPA8548 overview: - 1.3 GHz Freescale PowerQUICC III MPC8548 processor - 1 GB DDR2 @ 266 MHz - 8 MB NOR flash - Serial RapidIO 1.2 - 1 x 10/100/1000 BASE-T front ethernet - 1 x 1000 BASE-BX ethernet on AMC connector =20 Signed-off-by: Stef van Os <redacted> --- arch/powerpc/boot/dts/ppa8548.dts | 166 =
+++++++++++++++++++++++++++
arch/powerpc/configs/85xx/ppa8548_defconfig | 65 +++++++++++ arch/powerpc/platforms/85xx/Kconfig | 7 + arch/powerpc/platforms/85xx/Makefile | 1 + arch/powerpc/platforms/85xx/ppa8548.c | 98 ++++++++++++++++ 5 files changed, 337 insertions(+), 0 deletions(-) create mode 100644 arch/powerpc/boot/dts/ppa8548.dts create mode 100644 arch/powerpc/configs/85xx/ppa8548_defconfig create mode 100644 arch/powerpc/platforms/85xx/ppa8548.c
applied to next - k=