diff options
author | Valentin Longchamp <valentin.longchamp@keymile.com> | 2016-12-15 16:22:28 +0300 |
---|---|---|
committer | Scott Wood <oss@buserror.net> | 2017-01-25 11:38:48 +0300 |
commit | fdc8c4adb6a465b5873df97fcbd1cb332ade019b (patch) | |
tree | e0752f9f464c9711b43877c0330b9176a728304c /arch/powerpc/platforms/85xx | |
parent | 7b51f8e35e11b9226f439d154f54b8ae8d128e34 (diff) | |
download | linux-fdc8c4adb6a465b5873df97fcbd1cb332ade019b.tar.xz |
powerpc/corenet: add support for the kmcent2 board
This board is built around Freescale's T1040 SoC.
The peripherals used by this design are:
- DDR3 RAM with SPD support
- parallel NOR Flash as boot medium
- 1 PCIe bus (PCIe1 x1)
- 3 FMAN Ethernet devices (FMAN1 DTSEC1/2/5)
- 4 IFC bus devices:
- NOR flash
- NAND flash
- QRIO reset/power mgmt CPLD
- BFTIC chassis management CPLD
- 2 I2C buses
- 1 SPI bus
- HDLC bus with the QE's UCC1
- last but not least, the mandatory serial port
The board can be used with the corenet32_smp_defconfig.
Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
Signed-off-by: Scott Wood <oss@buserror.net>
Diffstat (limited to 'arch/powerpc/platforms/85xx')
-rw-r--r-- | arch/powerpc/platforms/85xx/corenet_generic.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/85xx/corenet_generic.c b/arch/powerpc/platforms/85xx/corenet_generic.c index 6c0ba75fb256..ac191a7a1337 100644 --- a/arch/powerpc/platforms/85xx/corenet_generic.c +++ b/arch/powerpc/platforms/85xx/corenet_generic.c @@ -157,6 +157,7 @@ static const char * const boards[] __initconst = { "fsl,T1040RDB", "fsl,T1042RDB", "fsl,T1042RDB_PI", + "keymile,kmcent2", "keymile,kmcoge4", "varisys,CYRUS", NULL |