summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-at91/at91_dbu.h
diff options
context:
space:
mode:
authorBo Shen <voice.shen@atmel.com>2013-05-12 22:40:54 +0000
committerAndreas Bießmann <andreas.devel@googlemail.com>2013-05-21 11:54:16 +0200
commit3225f34e5c704a9caf3c69527ee1f822aee15108 (patch)
tree9ae7edc8f5e9d02616c4c5e625736a7922fc762e /arch/arm/include/asm/arch-at91/at91_dbu.h
parente5e8bb05a4cc31624306dbbcc89f99795ff8f462 (diff)
downloadblackbird-obmc-uboot-3225f34e5c704a9caf3c69527ee1f822aee15108.tar.gz
blackbird-obmc-uboot-3225f34e5c704a9caf3c69527ee1f822aee15108.zip
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.h4
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 3429293535..9a640a5b04 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
OpenPOWER on IntegriCloud