board: atmel: add sama5d27_wlsom1_ek board
authorNicolas Ferre <nicolas.ferre@microchip.com>
Thu, 8 Aug 2019 07:48:26 +0000 (07:48 +0000)
committerEugen Hristev <eugen.hristev@microchip.com>
Tue, 8 Oct 2019 06:16:11 +0000 (09:16 +0300)
commit44b5c40be3dc4f063ec8bec1f3a71b1160e3788c
tree9f0070c78bade327c5b40f4039637fb4aee1a613
parent00561e7d24e0d1986a6ed896003a03618a9ca17c
board: atmel: add sama5d27_wlsom1_ek board

Add support for the SAMA5D27-WLSOM1-EK. It's based on the Microchip
WireLess SoM which contains the SAMa5D27 LPDDR2 2Gbits SiP.

Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
[eugen.hristev@microchip.com]: added u-boot specific dtsi and ported to 2019.10
Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
arch/arm/dts/Makefile
arch/arm/dts/at91-sama5d27_wlsom1_ek-u-boot.dtsi [new file with mode: 0644]
arch/arm/dts/at91-sama5d27_wlsom1_ek.dts [new file with mode: 0644]
arch/arm/dts/sama5d27_wlsom1.dtsi [new file with mode: 0644]
arch/arm/mach-at91/Kconfig
board/atmel/sama5d27_wlsom1_ek/Kconfig [new file with mode: 0644]
board/atmel/sama5d27_wlsom1_ek/MAINTAINERS [new file with mode: 0644]
board/atmel/sama5d27_wlsom1_ek/Makefile [new file with mode: 0644]
board/atmel/sama5d27_wlsom1_ek/sama5d27_wlsom1_ek.c [new file with mode: 0644]
configs/sama5d27_wlsom1_ek_mmc_defconfig [new file with mode: 0644]
include/configs/sama5d27_wlsom1_ek.h [new file with mode: 0644]