]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: atmel: sama7g5ek: add initial support for sama7g5ek
authorEugen Hristev <eugen.hristev@microchip.com>
Tue, 10 Mar 2020 09:56:38 +0000 (11:56 +0200)
committerEugen Hristev <eugen.hristev@microchip.com>
Thu, 7 Jan 2021 07:44:15 +0000 (09:44 +0200)
commit1d463d6735b8d9ec3342f52acbe9b0c49feeeca2
tree9d803b30179036bf15ba620789d1e49bf02b4e56
parent626879b7946287b22ce800be3b18961dd2c38549
board: atmel: sama7g5ek: add initial support for sama7g5ek

Add initial support for sama7g5 evaluation kit board.

Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
arch/arm/dts/Makefile
arch/arm/dts/sama7g5ek-u-boot.dtsi [new file with mode: 0644]
arch/arm/dts/sama7g5ek.dts [new file with mode: 0644]
arch/arm/mach-at91/Kconfig
board/atmel/sama7g5ek/Kconfig [new file with mode: 0644]
board/atmel/sama7g5ek/MAINTAINERS [new file with mode: 0644]
board/atmel/sama7g5ek/Makefile [new file with mode: 0644]
board/atmel/sama7g5ek/sama7g5ek.c [new file with mode: 0644]
configs/sama7g5ek_mmc1_defconfig [new file with mode: 0644]
include/configs/sama7g5ek.h [new file with mode: 0644]