]> git.ipfire.org Git - thirdparty/u-boot.git/commit - arch/arm/dts/Makefile
arm: at91: Add gardena-gateway-at91sam support
authorStefan Roese <sr@denx.de>
Tue, 2 Apr 2019 08:57:27 +0000 (10:57 +0200)
committerEugen Hristev <eugen.hristev@microchip.com>
Tue, 9 Apr 2019 06:28:50 +0000 (09:28 +0300)
commita71e2f933bbd482b8c054dd40eddf43618e3d22a
tree375ab6ce118b12b7658e71f80bbf24bc1b741483
parentd4c8873f93e87e20b82034121ea7e75ba210d2d9
arm: at91: Add gardena-gateway-at91sam support

The GARDENA smart Gateway boards are equipped with an Atmel / Microchip
AT91SAM9G25 SoC and with 128 MiB of RAM and 256 MiB of NAND storage.
This patch adds support for this board including SPL support. Therefore
the AT91Boostrap is not needed on this platform any more.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Heiko Schocher <hs@denx.de>
Cc: Andreas Bießmann <andreas@biessmann.org>
Cc: Eugen Hristev <eugen.hristev@microchip.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
arch/arm/dts/Makefile
arch/arm/dts/at91sam9g25-gardena-smart-gateway-u-boot.dtsi [new file with mode: 0644]
arch/arm/dts/at91sam9g25-gardena-smart-gateway.dts [new file with mode: 0644]
arch/arm/mach-at91/Kconfig
board/gardena/smart-gateway-at91sam/Kconfig [new file with mode: 0644]
board/gardena/smart-gateway-at91sam/MAINTAINERS [new file with mode: 0644]
board/gardena/smart-gateway-at91sam/Makefile [new file with mode: 0644]
board/gardena/smart-gateway-at91sam/board.c [new file with mode: 0644]
board/gardena/smart-gateway-at91sam/spl.c [new file with mode: 0644]
configs/gardena-smart-gateway-at91sam_defconfig [new file with mode: 0644]
include/configs/gardena-smart-gateway-at91sam.h [new file with mode: 0644]