MLK-23280: Add i.MX8DXL EVK Board support
authorTeo Hall <teo.hall@nxp.com>
Thu, 6 Feb 2020 17:10:12 +0000 (11:10 -0600)
committerYe Li <ye.li@nxp.com>
Thu, 29 Apr 2021 10:25:35 +0000 (03:25 -0700)
commitce01e31261249df29d2bec49324c9231709fdc49
treeccd313318b412eb2d43cd8eef14bac6e6825cd48
parent9a5b2a976c619fe64ff2e77e9a376e6c0ce7a2f2
MLK-23280: Add i.MX8DXL EVK Board support

Add device trees, configs and board files for
the i.MX8DXL EVK board.

Signed-off-by: Ye Li <ye.li@nxp.com>
Signed-off-by: Teo Hall <teo.hall@nxp.com>
(cherry picked from commit f0238679d332f1af2148d467804a93de8f868bd5)
(cherry picked from commit 2ce08b29516a582b295f22565695e57da75e551f)
13 files changed:
arch/arm/dts/Makefile
arch/arm/dts/fsl-imx8dxl-evk-u-boot.dtsi [new file with mode: 0644]
arch/arm/dts/fsl-imx8dxl-evk.dts [new file with mode: 0644]
arch/arm/dts/fsl-imx8dxl.dtsi [new file with mode: 0644]
arch/arm/mach-imx/imx8/Kconfig
board/freescale/imx8dxl_evk/Kconfig [new file with mode: 0644]
board/freescale/imx8dxl_evk/Makefile [new file with mode: 0644]
board/freescale/imx8dxl_evk/imx8dxl_evk.c [new file with mode: 0644]
board/freescale/imx8dxl_evk/imximage.cfg [new file with mode: 0644]
board/freescale/imx8dxl_evk/spl.c [new file with mode: 0644]
board/freescale/imx8dxl_evk/uboot-container.cfg [new file with mode: 0644]
configs/imx8dxl_evk_defconfig [new file with mode: 0644]
include/configs/imx8dxl_evk.h [new file with mode: 0644]