board: gateworks: imx8mm: Add Gateworks Venice board support
authorTim Harvey <tharvey@gateworks.com>
Tue, 2 Mar 2021 22:00:21 +0000 (14:00 -0800)
committerStefano Babic <sbabic@denx.de>
Wed, 3 Mar 2021 13:15:02 +0000 (14:15 +0100)
commit03bf8436a3a5b19ff4ae23868dd479acc050ff08
tree848aa2ea3de0a82263528451635c0c49523ff181
parent5db93abe33c5c2ad37f0017f108ceb2757cac34e
board: gateworks: imx8mm: Add Gateworks Venice board support

Add initial support for Gateworks Venice product family based on the
i.MX 8M Mini SoC

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
19 files changed:
arch/arm/dts/imx8mm-venice-gw700x-u-boot.dtsi [new file with mode: 0644]
arch/arm/dts/imx8mm-venice-gw71xx-0x-u-boot.dtsi [new file with mode: 0644]
arch/arm/dts/imx8mm-venice-gw72xx-0x-u-boot.dtsi [new file with mode: 0644]
arch/arm/dts/imx8mm-venice-gw73xx-0x-u-boot.dtsi [new file with mode: 0644]
arch/arm/dts/imx8mm-venice-u-boot.dtsi [new file with mode: 0644]
arch/arm/dts/imx8mm-venice.dts [new file with mode: 0644]
arch/arm/mach-imx/imx8m/Kconfig
board/gateworks/venice/Kconfig [new file with mode: 0644]
board/gateworks/venice/MAINTAINERS [new file with mode: 0644]
board/gateworks/venice/Makefile [new file with mode: 0644]
board/gateworks/venice/README [new file with mode: 0644]
board/gateworks/venice/gsc.c [new file with mode: 0644]
board/gateworks/venice/gsc.h [new file with mode: 0644]
board/gateworks/venice/imx8mm_venice.c [new file with mode: 0644]
board/gateworks/venice/lpddr4_timing.c [new file with mode: 0644]
board/gateworks/venice/lpddr4_timing.h [new file with mode: 0644]
board/gateworks/venice/spl.c [new file with mode: 0644]
configs/imx8mm_venice_defconfig [new file with mode: 0644]
include/configs/imx8mm_venice.h [new file with mode: 0644]