From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eugen.Hristev at microchip.com Date: Mon, 25 Jan 2021 18:32:33 +0000 Subject: [PATCH 1/3] board: Atmel: Add SAMA5D27 giant board In-Reply-To: <20210121165537.1752664-1-greg@embeddedgreg.com> References: <20210121165537.1752664-1-greg@embeddedgreg.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 21.01.2021 18:55, Greg Gallagher wrote: > Giant board is a tiny SBC based on the Adafruit Feather form factor, > created by groboards it contains a SAMA5D2 processor (SAMA5D27), > 128 MB of RAM and a microSD card for storage. > > Signed-off-by: Greg Gallagher > --- > > arch/arm/dts/Makefile | 3 +- > arch/arm/dts/at91-sama5d27_giantboard.dts | 128 ++++++++++++++++++++++ > board/atmel/sama5d27_som1_ek/MAINTAINERS | 6 + > configs/sama5d27_giantboard_defconfig | 97 ++++++++++++++++ > 4 files changed, 233 insertions(+), 1 deletion(-) > create mode 100644 arch/arm/dts/at91-sama5d27_giantboard.dts > create mode 100644 configs/sama5d27_giantboard_defconfig > Applied to u-boot-master and pushed out, thanks !