diff options
author | Stelian Pop <stelian@popies.net> | 2008-05-08 20:52:22 +0200 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-05-10 11:32:08 +0200 |
commit | d99a8ff66d8ae87e5c87590ed2e4ead629540607 (patch) | |
tree | 6e3c565276f32dbc6a43c2d521b3b8762868d0dc /include/asm-arm/arch-at91sam9/hardware.h | |
parent | 86c8c8a414988c50104a3b02c29f50af2be738c0 (diff) | |
download | u-boot-imx-d99a8ff66d8ae87e5c87590ed2e4ead629540607.zip u-boot-imx-d99a8ff66d8ae87e5c87590ed2e4ead629540607.tar.gz u-boot-imx-d99a8ff66d8ae87e5c87590ed2e4ead629540607.tar.bz2 |
AT91SAM9261EK support
This patch adds support for the AT91SAM9261 chip and the AT91SAM9261EK
board.
Signed-off-by: Stelian Pop <stelian@popies.net>
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'include/asm-arm/arch-at91sam9/hardware.h')
-rw-r--r-- | include/asm-arm/arch-at91sam9/hardware.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-arm/arch-at91sam9/hardware.h b/include/asm-arm/arch-at91sam9/hardware.h index d2fe453..06bab62 100644 --- a/include/asm-arm/arch-at91sam9/hardware.h +++ b/include/asm-arm/arch-at91sam9/hardware.h @@ -26,6 +26,9 @@ #define AT91_PMC_UHP AT91SAM926x_PMC_UHP #elif defined(CONFIG_AT91SAM9261) #include <asm/arch/at91sam9261.h> +#define AT91_BASE_SPI AT91SAM9261_BASE_SPI0 +#define AT91_ID_UHP AT91SAM9261_ID_UHP +#define AT91_PMC_UHP AT91SAM926x_PMC_UHP #elif defined(CONFIG_AT91SAM9263) #include <asm/arch/at91sam9263.h> #elif defined(CONFIG_AT91SAM9RL) |