diff options
author | Stelian Pop <stelian@popies.net> | 2008-05-08 18:52:25 +0200 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-05-10 11:35:23 +0200 |
commit | 2118ebb44dc40f8117c94950fd95799a9ef821b2 (patch) | |
tree | a591d32c0b42243801e38591dad630048ad3fa12 /include/asm-arm/arch-at91sam9/hardware.h | |
parent | 8e429b3eee23927c1222679f6b6f53667b21595c (diff) | |
download | u-boot-imx-2118ebb44dc40f8117c94950fd95799a9ef821b2.zip u-boot-imx-2118ebb44dc40f8117c94950fd95799a9ef821b2.tar.gz u-boot-imx-2118ebb44dc40f8117c94950fd95799a9ef821b2.tar.bz2 |
AT91SAM9RLEK support
This patch adds support for the AT91SAM9RL chip and the AT91SAM9RLEK
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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-arm/arch-at91sam9/hardware.h b/include/asm-arm/arch-at91sam9/hardware.h index 13c85af..e7c572d 100644 --- a/include/asm-arm/arch-at91sam9/hardware.h +++ b/include/asm-arm/arch-at91sam9/hardware.h @@ -37,6 +37,8 @@ #define AT91_PMC_UHP AT91SAM926x_PMC_UHP #elif defined(CONFIG_AT91SAM9RL) #include <asm/arch/at91sam9rl.h> +#define AT91_BASE_SPI AT91SAM9RL_BASE_SPI +#define AT91_ID_UHP AT91SAM9RL_ID_UHP #elif defined(CONFIG_AT91CAP9) #include <asm/arch/at91cap9.h> #define AT91_BASE_EMAC AT91CAP9_BASE_EMAC |