arm: at91: Add support for gurnard
authorAndre Renaud <andre@designa-electronics.com>
Thu, 5 May 2016 13:28:22 +0000 (07:28 -0600)
committerAndreas Bießmann <andreas@biessmann.org>
Sun, 12 Jun 2016 21:49:38 +0000 (23:49 +0200)
commit885fc03aab946d3c0a842aaf32f9513e3a7c8c20
treeb10ac573d74615b7f282f17d6cf4e717d61a3eff
parent04b9dd10cc11e4f603a2bae9cf4cc21af1229534
arm: at91: Add support for gurnard

This board is based on Snapper 9G45 which has an Atmel AT91SAM9G45 chip and
128MB of SDRAM. It includes a small LCD, 2xUSB host, SD card, Ethernet and
two UARTs.

Signed-off-by: Andre Renaud <andre@designa-electronics.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Andreas Bießmann <andreas@biessmann.org>
[apply CONFIG_BOOTDELAY transition]
Signed-off-by: Andreas Bießmann <andreas@biessmann.org>
arch/arm/dts/at91sam9g45-gurnard.dts [new file with mode: 0644]
arch/arm/mach-at91/Kconfig
board/bluewater/gurnard/Kconfig [new file with mode: 0644]
board/bluewater/gurnard/MAINTAINERS [new file with mode: 0644]
board/bluewater/gurnard/Makefile [new file with mode: 0644]
board/bluewater/gurnard/gurnard.c [new file with mode: 0644]
board/bluewater/gurnard/splash_logo.h [new file with mode: 0644]
configs/gurnard_defconfig [new file with mode: 0644]
include/configs/snapper9g45.h [new file with mode: 0644]