MLK-16018 imx8qxp_mek: Add i.mx8qxp MEK board support
authorYe Li <ye.li@nxp.com>
Mon, 10 Jul 2017 08:40:00 +0000 (03:40 -0500)
committerJason Liu <jason.hui.liu@nxp.com>
Thu, 2 Nov 2017 18:37:03 +0000 (02:37 +0800)
commit42ea0cfffd8fd3883856211b2ffed1167159adb1
tree43c807a1079eb992e8c5b882f7ff975af0a493b8
parent59ec896728dc1e9251bc23c27042c042c59d89ee
MLK-16018 imx8qxp_mek: Add i.mx8qxp MEK board support

Add the board file, head file, build config and DTS for i.MX8QXP MEK.
Enabled SD/eMMC, FlexSPI, UART, LPI2C, I2C MUX, IO EXP and Ethernet.

DTS is based on kernel patch (commit 86203e3c136836d6b01d5e00ac52c561014f1cab),
and add support for i2c mux, ioexp, second ethernet on base board and flexspi.

Signed-off-by: Ye Li <ye.li@nxp.com>
arch/arm/cpu/armv8/imx8/Kconfig
arch/arm/dts/Makefile
arch/arm/dts/fsl-imx8qxp-mek.dts [new file with mode: 0644]
board/freescale/imx8qxp_mek/Kconfig [new file with mode: 0644]
board/freescale/imx8qxp_mek/Makefile [new file with mode: 0644]
board/freescale/imx8qxp_mek/imx8qxp_mek.c [new file with mode: 0644]
configs/imx8qxp_mek_defconfig [new file with mode: 0644]
include/configs/imx8qxp_mek.h [new file with mode: 0644]