arm: imx8m: add support for Compulab iot-gate-imx8 (imx8mm-cl-iot-gate)
authorYing-Chun Liu (PaulLiu) <paul.liu@linaro.org>
Wed, 21 Apr 2021 20:50:31 +0000 (04:50 +0800)
committerStefano Babic <sbabic@denx.de>
Sun, 2 May 2021 10:46:54 +0000 (12:46 +0200)
commit53b516c58de72e3890ac7364f87dd690aa8dbe41
treed9cb898dc7bd592951ac5449794d3e42a7b5ea62
parent8350211af41d15c80e6cc61191acf00503819e57
arm: imx8m: add support for Compulab iot-gate-imx8 (imx8mm-cl-iot-gate)

Add initial support for Compulab iot-gate-imx8 board (imx8mm-cl-iot-gate).
The initial support includes:
 - MMC
 - eMMC
 - I2C
 - FEC
 - Serial console

Signed-off-by: Kirill Kapranov <kirill.kapranov@compulab.co.il>
Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>
Signed-off-by: Valentin Raevsky <valentin@compulab.co.il>
Signed-off-by: Ying-Chun Liu (PaulLiu) <paul.liu@linaro.org>
Cc: Peter Robinson <pbrobinson@gmail.com>
16 files changed:
arch/arm/mach-imx/imx8m/Kconfig
board/compulab/imx8mm-cl-iot-gate/Kconfig [new file with mode: 0644]
board/compulab/imx8mm-cl-iot-gate/MAINTAINERS [new file with mode: 0644]
board/compulab/imx8mm-cl-iot-gate/Makefile [new file with mode: 0644]
board/compulab/imx8mm-cl-iot-gate/ddr/Makefile [new file with mode: 0644]
board/compulab/imx8mm-cl-iot-gate/ddr/ddr.c [new file with mode: 0644]
board/compulab/imx8mm-cl-iot-gate/ddr/ddr.h [new file with mode: 0644]
board/compulab/imx8mm-cl-iot-gate/ddr/lpddr4_timing_01061010.1_2.c [new file with mode: 0644]
board/compulab/imx8mm-cl-iot-gate/ddr/lpddr4_timing_01061010.c [new file with mode: 0644]
board/compulab/imx8mm-cl-iot-gate/ddr/lpddr4_timing_ff000110.c [new file with mode: 0644]
board/compulab/imx8mm-cl-iot-gate/ddr/lpddr4_timing_ff020008.c [new file with mode: 0644]
board/compulab/imx8mm-cl-iot-gate/imx8mm-cl-iot-gate.c [new file with mode: 0644]
board/compulab/imx8mm-cl-iot-gate/imximage-8mm-lpddr4.cfg [new file with mode: 0644]
board/compulab/imx8mm-cl-iot-gate/spl.c [new file with mode: 0644]
configs/imx8mm-cl-iot-gate_defconfig [new file with mode: 0644]
include/configs/imx8mm-cl-iot-gate.h [new file with mode: 0644]