board: toradex: add colibri imx8qxp 2gb wb it v1.0b module support
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>
Fri, 31 May 2019 15:56:39 +0000 (18:56 +0300)
committerStefano Babic <sbabic@denx.de>
Tue, 11 Jun 2019 08:42:48 +0000 (10:42 +0200)
commit7ce134b7c32b7c11d79ba4a785eb75e0c26ef969
treeaceac4fd269efbcfe70885d0271b460d68ae4c7e
parent4c45e43a2a67cd7210705505080c0e25f742e974
board: toradex: add colibri imx8qxp 2gb wb it v1.0b module support

This commit adds initial support for the Toradex Colibri iMX8QXP 2GB WB
IT V1.0B module. Unlike the V1.0A early access samples exclusively
booting from SD card, they are now strapped to boot from eFuses which
are factory fused to properly boot from their on-module eMMC. U-Boot
supports either booting from the on-module eMMC or may be used for
recovery purpose using the universal update utility (uuu) aka mfgtools
3.0.

Functionality wise the following is known to be working:
- eMMC and MMC/SD card
- Ethernet
- GPIOs
- I2C

Unfortunately, there is no USB functionality for the i.MX 8QXP as of
yet.

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Reviewed-by: Igor Opaniuk <igor.opaniuk@toradex.com>
12 files changed:
arch/arm/dts/Makefile
arch/arm/dts/fsl-imx8qxp-colibri-u-boot.dtsi [new file with mode: 0644]
arch/arm/dts/fsl-imx8qxp-colibri.dts [new file with mode: 0644]
arch/arm/mach-imx/imx8/Kconfig
board/toradex/colibri-imx8x/Kconfig [new file with mode: 0644]
board/toradex/colibri-imx8x/MAINTAINERS [new file with mode: 0644]
board/toradex/colibri-imx8x/Makefile [new file with mode: 0644]
board/toradex/colibri-imx8x/README [new file with mode: 0644]
board/toradex/colibri-imx8x/colibri-imx8qxp-imximage.cfg [new file with mode: 0644]
board/toradex/colibri-imx8x/colibri-imx8x.c [new file with mode: 0644]
configs/colibri-imx8qxp_defconfig [new file with mode: 0644]
include/configs/colibri-imx8x.h [new file with mode: 0644]