MLK-22351 iMX8DXL: Add iMX8DXL phantom chip MEK board
authorYe Li <ye.li@nxp.com>
Wed, 12 Jun 2019 03:27:12 +0000 (20:27 -0700)
committerYe Li <ye.li@nxp.com>
Wed, 31 Jul 2019 10:00:37 +0000 (03:00 -0700)
commit791b6ff76a96f17c1222dd39c09937e2ffc5c00e
treec2126e8f7b97c3307628095b49d342d4e88d4344
parentcb33ca7a2a5052bdb7b479ae2af5169360625962
MLK-22351 iMX8DXL: Add iMX8DXL phantom chip MEK board

The iMX8DXL phantom chip is 15x15 iMX8QXP, so we will use 8QXP as SOC,
add configs and codes for the new board.

Signed-off-by: Ye Li <ye.li@nxp.com>
12 files changed:
arch/arm/dts/Makefile
arch/arm/dts/fsl-imx8dxl-phantom-mek-u-boot.dtsi [new file with mode: 0644]
arch/arm/dts/fsl-imx8dxl-phantom-mek.dts [new file with mode: 0644]
arch/arm/mach-imx/imx8/Kconfig
board/freescale/imx8dxl_phantom_mek/Kconfig [new file with mode: 0644]
board/freescale/imx8dxl_phantom_mek/Makefile [new file with mode: 0644]
board/freescale/imx8dxl_phantom_mek/imx8dxl_phantom_mek.c [new file with mode: 0644]
board/freescale/imx8dxl_phantom_mek/imximage.cfg [new file with mode: 0644]
board/freescale/imx8dxl_phantom_mek/spl.c [new file with mode: 0644]
configs/imx8dxl_phantom_mek_defconfig [new file with mode: 0644]
configs/imx8dxl_phantom_mek_fspi_defconfig [new file with mode: 0644]
include/configs/imx8dxl_phantom_mek.h [new file with mode: 0644]