diff options
author | Rafal Jaworowski <raj@semihalf.com> | 2007-07-27 14:43:59 +0200 |
---|---|---|
committer | Rafal Jaworowski <raj@semihalf.com> | 2007-07-27 14:43:59 +0200 |
commit | 8993e54b6f397973794f3d6f47d3b3c0c98dd4f6 (patch) | |
tree | c5ce1d56f002d132d527f66afc9a35adb077b56f /include/asm-ppc/e300.h | |
parent | 1863cfb7b100ba0ee3401799457a01dc058745f8 (diff) | |
download | u-boot-imx-8993e54b6f397973794f3d6f47d3b3c0c98dd4f6.zip u-boot-imx-8993e54b6f397973794f3d6f47d3b3c0c98dd4f6.tar.gz u-boot-imx-8993e54b6f397973794f3d6f47d3b3c0c98dd4f6.tar.bz2 |
[ADS5121] Support for the ADS5121 board
The following MPC5121e subsystems are supported:
- low-level CPU init
- NOR Boot Flash (common CFI driver)
- DDR SDRAM
- FEC
- I2C
- Watchdog
Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
Signed-off-by: Jan Wrobel <wrr@semihalf.com>
Diffstat (limited to 'include/asm-ppc/e300.h')
-rw-r--r-- | include/asm-ppc/e300.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-ppc/e300.h b/include/asm-ppc/e300.h index d1bb159..de82399 100644 --- a/include/asm-ppc/e300.h +++ b/include/asm-ppc/e300.h @@ -9,6 +9,7 @@ #define PVR_E300C1 0x80830000 #define PVR_E300C2 0x80840000 #define PVR_E300C3 0x80850000 +#define PVR_E300C4 0x80860000 /* * Hardware Implementation-Dependent Register 0 (HID0) |