board: atmel: Add SAMA5D27 SOM1 EK board
authorWenyou Yang <wenyou.yang@atmel.com>
Wed, 13 Sep 2017 06:58:54 +0000 (14:58 +0800)
committerTom Rini <trini@konsulko.com>
Thu, 14 Sep 2017 20:02:46 +0000 (16:02 -0400)
commitce4054bf82d66f5ac51635a4337f15f6aa32ceac
tree5519d085105657cb72c5372c2acc76e5a8c49fed
parent245cbc583db7c1ca52aa32428b8e86f3449d4af2
board: atmel: Add SAMA5D27 SOM1 EK board

The SAMA5D27-SiP (System in Package) integrates the SAMA5D2
with 1Gbit DDR2-SDRAM in a single package.

The SAMA5D27 SOM1 embeds a 64Mbit QSPI flash, KSZ8081 Phy and
Mac-address EEPROM.

Signed-off-by: Wenyou Yang <wenyou.yang@microchip.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/arm/dts/Makefile
arch/arm/dts/at91-sama5d27_som1_ek.dts [new file with mode: 0644]
arch/arm/dts/sama5d2.dtsi
arch/arm/dts/sama5d27_som1.dtsi [new file with mode: 0644]
arch/arm/mach-at91/Kconfig
board/atmel/sama5d27_som1_ek/Kconfig [new file with mode: 0644]
board/atmel/sama5d27_som1_ek/MAINTAINERS [new file with mode: 0644]
board/atmel/sama5d27_som1_ek/Makefile [new file with mode: 0644]
board/atmel/sama5d27_som1_ek/sama5d27_som1_ek.c [new file with mode: 0644]
configs/sama5d27_som1_ek_mmc_defconfig [new file with mode: 0644]
include/configs/sama5d27_som1_ek.h [new file with mode: 0644]