]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: Add support for Conclusive KSTR-SAMA5D27
authorArtur Rojek <artur@conclusive.pl>
Wed, 18 Oct 2023 14:00:59 +0000 (16:00 +0200)
committerEugen Hristev <eugen.hristev@collabora.com>
Mon, 23 Oct 2023 14:07:06 +0000 (17:07 +0300)
commit27347893f02d4457b80357a38c194a726a43533a
tree0ee58305302e70d6c05de3ae0f0f52e8b5f200d8
parenta6965af7e45da6fe1c131f910b26aa10ffb77e6d
board: Add support for Conclusive KSTR-SAMA5D27

Introduce support for Conclusive KSTR-SAMA5D27 Single Board Computer.

Co-developed-by: Jakub Klama <jakub@conclusive.pl>
Signed-off-by: Jakub Klama <jakub@conclusive.pl>
Co-developed-by: Marcin Jabrzyk <marcin@conclusive.pl>
Signed-off-by: Marcin Jabrzyk <marcin@conclusive.pl>
Signed-off-by: Artur Rojek <artur@conclusive.pl>
arch/arm/dts/Makefile
arch/arm/dts/at91-kstr-sama5d27-u-boot.dtsi [new file with mode: 0644]
arch/arm/dts/at91-kstr-sama5d27.dts [new file with mode: 0644]
arch/arm/mach-at91/Kconfig
board/conclusive/kstr-sama5d27/Kconfig [new file with mode: 0644]
board/conclusive/kstr-sama5d27/MAINTAINERS [new file with mode: 0644]
board/conclusive/kstr-sama5d27/Makefile [new file with mode: 0644]
board/conclusive/kstr-sama5d27/kstr-sama5d27.c [new file with mode: 0644]
configs/kstr_sama5d27_defconfig [new file with mode: 0644]
include/configs/kstr-sama5d27.h [new file with mode: 0644]