From 44b5c40be3dc4f063ec8bec1f3a71b1160e3788c Mon Sep 17 00:00:00 2001 From: Nicolas Ferre Date: Thu, 8 Aug 2019 07:48:26 +0000 Subject: 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 [eugen.hristev@microchip.com]: added u-boot specific dtsi and ported to 2019.10 Signed-off-by: Eugen Hristev --- board/atmel/sama5d27_wlsom1_ek/MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 board/atmel/sama5d27_wlsom1_ek/MAINTAINERS (limited to 'board/atmel/sama5d27_wlsom1_ek/MAINTAINERS') diff --git a/board/atmel/sama5d27_wlsom1_ek/MAINTAINERS b/board/atmel/sama5d27_wlsom1_ek/MAINTAINERS new file mode 100644 index 0000000000..59671ac540 --- /dev/null +++ b/board/atmel/sama5d27_wlsom1_ek/MAINTAINERS @@ -0,0 +1,7 @@ +SAMA5D27 WLSOM1 EK BOARD +M: Nicolas Ferre +M: Eugen Hristev +S: Maintained +F: board/atmel/sama5d27_wlsom1_ek/ +F: include/configs/sama5d27_wlsom1_ek.h +F: configs/sama5d27_wlsom1_ek_mmc_defconfig -- cgit