The following series implements basic support for the GE Fanuc PPC9A, a
6U single board computer, based on the Freescale MPC8641D.
This series provides:
- The ability to boot the board with a serial console.
- Ethernet support.
- Sata and USB.
- Support for one of the 2 available watchdog timers.
- Support for the onboard temperature sensors
- Support for the onboard RTC
v2: Corrections to DTS as suggested by David Gibson
v3: Further DTS corrections as suggested by David Gibson
Note: I have left the original wtd compatible tag in as well, so as to avoid
having to make more changes to the wdt code for this patch (as this will require
the DTS files for the other boards to also be changed). I have changed the
reference in the board file WRT the PIC, so the legacy value is not needed here.
Martyn