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/hardware.h | |
| parent | e5e8bb05a4cc31624306dbbcc89f99795ff8f462 (diff) | |
| download | olio-uboot-2014.01-3225f34e5c704a9caf3c69527ee1f822aee15108.tar.xz olio-uboot-2014.01-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/hardware.h')
| -rw-r--r-- | arch/arm/include/asm/arch-at91/hardware.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-at91/hardware.h b/arch/arm/include/asm/arch-at91/hardware.h index 8812b1107..b04641e01 100644 --- a/arch/arm/include/asm/arch-at91/hardware.h +++ b/arch/arm/include/asm/arch-at91/hardware.h @@ -43,6 +43,8 @@ # include <asm/arch/at91cap9.h> #elif defined(CONFIG_AT91X40) # include <asm/arch/at91x40.h> +#elif defined(CONFIG_SAMA5D3) +# include <asm/arch/sama5d3.h> #else # error "Unsupported AT91 processor" #endif |