diff options
author | Nicolas Ferre <nicolas.ferre@microchip.com> | 2019-08-08 07:48:26 +0000 |
---|---|---|
committer | Eugen Hristev <eugen.hristev@microchip.com> | 2019-10-08 09:16:11 +0300 |
commit | 44b5c40be3dc4f063ec8bec1f3a71b1160e3788c (patch) | |
tree | 9f0070c78bade327c5b40f4039637fb4aee1a613 /board/atmel/sama5d27_wlsom1_ek/Makefile | |
parent | 00561e7d24e0d1986a6ed896003a03618a9ca17c (diff) |
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>
Diffstat (limited to 'board/atmel/sama5d27_wlsom1_ek/Makefile')
-rw-r--r-- | board/atmel/sama5d27_wlsom1_ek/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/board/atmel/sama5d27_wlsom1_ek/Makefile b/board/atmel/sama5d27_wlsom1_ek/Makefile new file mode 100644 index 0000000000..cf827ae5e3 --- /dev/null +++ b/board/atmel/sama5d27_wlsom1_ek/Makefile @@ -0,0 +1,7 @@ +# SPDX-License-Identifier: GPL-2.0+ +# +# Copyright (C) 2019 Microchip Technology Inc. and its subsidiaries +# +# Author: Nicolas Ferre <nicolas.ferre@microcihp.com> + +obj-y += sama5d27_wlsom1_ek.o |