diff options
author | Bo Shen <voice.shen@atmel.com> | 2013-05-12 22:40:54 +0000 |
---|---|---|
committer | Andreas Bießmann <andreas.devel@googlemail.com> | 2013-05-21 11:54:16 +0200 |
commit | 3225f34e5c704a9caf3c69527ee1f822aee15108 (patch) | |
tree | 9ae7edc8f5e9d02616c4c5e625736a7922fc762e /arch/arm/include/asm/arch-at91/at91_dbu.h | |
parent | e5e8bb05a4cc31624306dbbcc89f99795ff8f462 (diff) | |
download | u-boot-imx-3225f34e5c704a9caf3c69527ee1f822aee15108.zip u-boot-imx-3225f34e5c704a9caf3c69527ee1f822aee15108.tar.gz u-boot-imx-3225f34e5c704a9caf3c69527ee1f822aee15108.tar.bz2 |
ARM: atmel: add sama5d3xek support
Add sama5d3xek support with following feature
- boot from NAND flash, PMECC support, 4bit ECC @ 512 bytes sector
- boot from SPI flash support
- boot from SD card support
- LCD support
- EMAC support
- USB OHCI support
Signed-off-by: Bo Shen <voice.shen@atmel.com>
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Diffstat (limited to 'arch/arm/include/asm/arch-at91/at91_dbu.h')
-rw-r--r-- | arch/arm/include/asm/arch-at91/at91_dbu.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-at91/at91_dbu.h b/arch/arm/include/asm/arch-at91/at91_dbu.h index 3429293..9a640a5 100644 --- a/arch/arm/include/asm/arch-at91/at91_dbu.h +++ b/arch/arm/include/asm/arch-at91/at91_dbu.h @@ -38,4 +38,8 @@ typedef struct at91_dbu { #define AT91_DBU_CID_ARCH_9xx 0x01900000 #define AT91_DBU_CID_ARCH_9XExx 0x02900000 +#define AT91_DBU_CIDR_MASK 0x1f +#define AT91_DBU_CIDR 0x40 +#define AT91_DBU_EXID 0x44 + #endif |