diff options
author | Wolfgang Denk <wd@pollux.(none)> | 2005-09-26 01:26:56 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.(none)> | 2005-09-26 01:26:56 +0200 |
commit | d8e7e0f0442f6af9e925dfa33bb6a30b513aa329 (patch) | |
tree | bad589bc4a43f88a5d1388c7f3a38eba9a56bca3 /include/asm-arm/arch-at91rm9200/hardware.h | |
parent | 98404649c82b1069ee95a5d455556092bc0ea901 (diff) | |
download | u-boot-imx-d8e7e0f0442f6af9e925dfa33bb6a30b513aa329.zip u-boot-imx-d8e7e0f0442f6af9e925dfa33bb6a30b513aa329.tar.gz u-boot-imx-d8e7e0f0442f6af9e925dfa33bb6a30b513aa329.tar.bz2 |
Add support for AT91RM9200 OHCI Controller.
Patch by Eric Benard, 07 Apr 2005
Diffstat (limited to 'include/asm-arm/arch-at91rm9200/hardware.h')
-rw-r--r-- | include/asm-arm/arch-at91rm9200/hardware.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-arm/arch-at91rm9200/hardware.h b/include/asm-arm/arch-at91rm9200/hardware.h index 19d799d..8bb0c47 100644 --- a/include/asm-arm/arch-at91rm9200/hardware.h +++ b/include/asm-arm/arch-at91rm9200/hardware.h @@ -47,6 +47,8 @@ #define AT91_TCB1_BASE 0xFFFA4000 /*16K */ #define AT91_TCB0_BASE 0xFFFA0000 /*16K */ +#define AT91_USB_HOST_BASE 0x00300000 + /* * Where in virtual memory the IO devices (timers, system controllers * and so on) |