aboutsummaryrefslogtreecommitdiff
path: root/include/ppc440.h
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2008-03-05 12:31:53 +0100
committerStefan Roese <sr@denx.de>2008-03-15 07:28:05 +0100
commit41712b4e8c95dff23354bcd620e1f9477160c190 (patch)
treec3800ca822f1717ed06bb269689a5d6af2a6e7e3 /include/ppc440.h
parent2596f5b9d353ff3e4387a3325d05740f16958038 (diff)
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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/ppc440.h b/include/ppc440.h
index cf29fe706..80dd33235 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)