mpc83xx: add support for the MPC8360E-RDK
authorAnton Vorontsov <avorontsov@ru.mvista.com>
Wed, 9 Jan 2008 17:57:47 +0000 (20:57 +0300)
committerKim Phillips <kim.phillips@freescale.com>
Fri, 11 Jan 2008 02:52:58 +0000 (20:52 -0600)
commitfab6f556bbbbd1bb35a5433161f7f173c18df559
tree3e7756796ccc53f993f244bc7d14d3b7024dbbdb
parentb3d2cde7a3aa1e83b7968cdff929e52c8cc617bb
mpc83xx: add support for the MPC8360E-RDK

This is MPC8360E based board with:
- 256MB fixed SDRAM;
- 8MB Intel Strata NOR flash;
- StMICRO 64MiB NAND flash;
- two 10/100/1000 ethernet ports connected via Broadcom
  BCM5481 PHYs;
- two 10/100 ethernet ports connected via National
  DP83848 PHYs;
- one PCI and one miniPCI slots;
- four serial ports (two NS16550-compatible, two UCCs);
- four USB ports working through MPC8360E "FHCI" USB controller;
- Fujitsu MB86277 graphics controller;
- Analog to Digital Converter/Touchscreen controller, AD7843
  connected to SPI.

Features not supported in this patch are:
- StMICRO 64MiB NAND flash (patch sent);
- MINT framebuffer initialization (patch is pending);
- Fetching production information from the EEPROM via I2C;
- FHCI USB;
- Two slow UCCs used as RS-485 UARTs.

Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
MAINTAINERS
MAKEALL
Makefile
board/freescale/mpc8360erdk/Makefile [new file with mode: 0644]
board/freescale/mpc8360erdk/config.mk [new file with mode: 0644]
board/freescale/mpc8360erdk/mpc8360erdk.c [new file with mode: 0644]
include/configs/MPC8360ERDK.h [new file with mode: 0644]