]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
powerpc/83xx: new board support: MPC8360E-RDK
authorAnton Vorontsov <avorontsov@ru.mvista.com>
Fri, 23 May 2008 16:39:01 +0000 (20:39 +0400)
committerKumar Gala <galak@kernel.crashing.org>
Tue, 10 Jun 2008 16:11:17 +0000 (11:11 -0500)
commitb13e930906b313d787f4dd07fe78b74a3a8c22c4
tree96f88bf75f2c95bdbd36e4a43b80f9459a94b26f
parent32def337aafee0bc65eb58d5b1b3617525eb7fb7
powerpc/83xx: new board support: MPC8360E-RDK

This is patch adds board file, device tree, and defconfig for the new
board, made by Freescale Semiconductor Inc. and Logic Product Development.

Currently supported:
1. UEC{1,2,7,4};
2. I2C;
3. SPI;
4. NS16550 serial;
5. PCI and miniPCI;
6. Intel NOR StrataFlash X16 64Mbit PC28F640P30T85;
7. Graphics controller, Fujitsu MB86277.

Not supported in this patch:
1. StMICRO NAND512W3A2BN6E, 512 Mbit (supported with FSL UPM NAND driver);
2. FHCI USB (supported with FHCI driver).
3. QE Serial UCCs (tested to not work with ucc_uart driver, reason
   unknown, yet);
4. ADC AD7843 (tested to work, but support via device tree depends on
   major SPI rework, GPIO API, etc);

Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/boot/dts/mpc836x_rdk.dts [new file with mode: 0644]
arch/powerpc/configs/83xx/mpc836x_rdk_defconfig [new file with mode: 0644]
arch/powerpc/platforms/83xx/Kconfig
arch/powerpc/platforms/83xx/Makefile
arch/powerpc/platforms/83xx/mpc836x_rdk.c [new file with mode: 0644]