diff options
author | Stefan Roese <sr@denx.de> | 2008-03-05 12:31:53 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2008-03-15 07:28:05 +0100 |
commit | 41712b4e8c95dff23354bcd620e1f9477160c190 (patch) | |
tree | c3800ca822f1717ed06bb269689a5d6af2a6e7e3 /include/ppc440.h | |
parent | 2596f5b9d353ff3e4387a3325d05740f16958038 (diff) | |
download | bootable_bootloader_goldelico_gta04-41712b4e8c95dff23354bcd620e1f9477160c190.zip bootable_bootloader_goldelico_gta04-41712b4e8c95dff23354bcd620e1f9477160c190.tar.gz bootable_bootloader_goldelico_gta04-41712b4e8c95dff23354bcd620e1f9477160c190.tar.bz2 |
ppc4xx: Add USB OHCI support to AMCC Canyonlands 460EX eval board
This patch adds USB OHCI support to the Canyonlands board port. It also
enables EXT2 support.
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/ppc440.h')
-rw-r--r-- | include/ppc440.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/ppc440.h b/include/ppc440.h index cf29fe7..80dd332 100644 --- a/include/ppc440.h +++ b/include/ppc440.h @@ -3355,6 +3355,9 @@ #define SDR0_DDR0_DDRM_DECODE(n) ((((unsigned long)(n))>>29)&0x03) #define SDR0_DDR0_TUNE_ENCODE(n) ((((unsigned long)(n))&0x2FF)<<0) #define SDR0_DDR0_TUNE_DECODE(n) ((((unsigned long)(n))>>0)&0x2FF) + +#define AHB_TOP 0xA4 +#define AHB_BOT 0xA5 #endif /* CONFIG_460EX || CONFIG_460GT */ #define SDR0_SDCS_SDD (0x80000000 >> 31) |