]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: Add support for Sielaff i.MX6 Solo board
authorFrieder Schrempf <frieder.schrempf@kontron.de>
Thu, 15 Feb 2024 14:00:35 +0000 (15:00 +0100)
committerFabio Estevam <festevam@denx.de>
Mon, 19 Feb 2024 11:19:39 +0000 (08:19 -0300)
commit588399c2d50bc76ae83f86ca2875b511b9b165cc
tree0c1f7b096b72c5be946e56b246eef43c0544c434
parentd4091971ab94f592237576ff705f57b10b930af4
board: Add support for Sielaff i.MX6 Solo board

The Sielaff i.MX6 Solo board is a control and HMI board for vending
machines. Add support for this board.

The devicetree files are taken from pending changes in the Linux
kernel that are available from linux-next and will likely be
part of Linux v6.9.

Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
12 files changed:
arch/arm/dts/Makefile
arch/arm/dts/imx6dl-sielaff-u-boot.dtsi [new file with mode: 0644]
arch/arm/dts/imx6dl-sielaff.dts [new file with mode: 0644]
arch/arm/mach-imx/mx6/Kconfig
board/sielaff/imx6dl-sielaff/Kconfig [new file with mode: 0644]
board/sielaff/imx6dl-sielaff/MAINTAINERS [new file with mode: 0644]
board/sielaff/imx6dl-sielaff/Makefile [new file with mode: 0644]
board/sielaff/imx6dl-sielaff/imx6dl-sielaff.c [new file with mode: 0644]
board/sielaff/imx6dl-sielaff/imx6dl-sielaff.env [new file with mode: 0644]
board/sielaff/imx6dl-sielaff/spl.c [new file with mode: 0644]
configs/imx6dl_sielaff_defconfig [new file with mode: 0644]
include/configs/imx6dl-sielaff.h [new file with mode: 0644]