]> git.ipfire.org Git - people/ms/u-boot.git/commit
arm: at91: Add support for DENX MA5D4 SoM and EVK
authorMarek Vasut <marex@denx.de>
Thu, 11 Feb 2016 13:13:38 +0000 (14:13 +0100)
committerAndreas Bießmann <andreas.devel@googlemail.com>
Thu, 18 Feb 2016 20:34:41 +0000 (21:34 +0100)
commitc21c28b6f39468dcc13f82458fa3c6f6c5dce9d9
tree7a5fab72bdb8422a677c43fbe63c9b90f1df057c
parentb96fd8250160946e4371ba8d7075c8c5511b37a0
arm: at91: Add support for DENX MA5D4 SoM and EVK

Add support for DENX MA5D4 SoM and MA5D4EVK board, based on the
Atmel SAMA5D4 SoC. The SoM contains the SoC, eMMC, SPI NOR, SPI
CAN controllers and DRAM, the baseboard contains UART connectors,
ethernet port, microSD slot, LCD header, 2x CAN connector and a
lot of expansion headers.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Andreas Bießmann <andreas.devel@googlemail.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
Reviewed-by: Andreas Bießmann <andreas.devel@googlemail.com>
arch/arm/mach-at91/Kconfig
board/denx/ma5d4evk/Kconfig [new file with mode: 0644]
board/denx/ma5d4evk/MAINTAINERS [new file with mode: 0644]
board/denx/ma5d4evk/Makefile [new file with mode: 0644]
board/denx/ma5d4evk/ma5d4evk.c [new file with mode: 0644]
configs/ma5d4evk_defconfig [new file with mode: 0644]
include/configs/ma5d4evk.h [new file with mode: 0644]