imx: Add support for Ronetix's iMX7-CM board
authorIlko Iliev <iliev@ronetix.at>
Fri, 16 Apr 2021 13:48:13 +0000 (15:48 +0200)
committerStefano Babic <sbabic@denx.de>
Sun, 2 May 2021 10:46:54 +0000 (12:46 +0200)
commitfdd2f359e4b896993b6cfeb260267035d1d5c8c9
treed485ce210b28a01e2598990d5e4b827111f88375
parentdd8c32410e47880961a867ab143e48183b4c0493
imx: Add support for Ronetix's iMX7-CM board

Console boot log:

U-Boot SPL 2021.04-00836-ga6232e065d-dirty (Apr 16 2021 - 15:16:35 +0200)
Trying to boot from MMC1

U-Boot 2021.04-00836-ga6232e065d-dirty (Apr 16 2021 - 15:16:35 +0200)

CPU:   Freescale i.MX7D rev1.3 1000 MHz (running at 792 MHz)
CPU:   Commercial temperature grade (0C to 95C) at 44C
Reset cause: POR
Model: Ronetix iMX7-CM Board
Board: iMX7-CM
DRAM:  512 MiB
PMIC:  PFUZE3000 DEV_ID=0x30 REV_ID=0x11
MMC:   FSL_SDHC: 0, FSL_SDHC: 2
Loading Environment from MMC... OK
In:    serial
Out:   serial
Err:   serial
Net:
Warning: ethernet@30be0000 (eth0) using random MAC address - fe:be:37:01:5a:3f
eth0: ethernet@30be0000
Hit any key to stop autoboot:  0

Signed-off-by: Ilko Iliev <iliev@ronetix.at>
12 files changed:
arch/arm/dts/Makefile
arch/arm/dts/imx7-cm-u-boot.dtsi [new file with mode: 0644]
arch/arm/dts/imx7-cm.dts [new file with mode: 0644]
arch/arm/mach-imx/mx7/Kconfig
board/ronetix/imx7-cm/Kconfig [new file with mode: 0644]
board/ronetix/imx7-cm/MAINTAINERS [new file with mode: 0644]
board/ronetix/imx7-cm/Makefile [new file with mode: 0644]
board/ronetix/imx7-cm/README [new file with mode: 0644]
board/ronetix/imx7-cm/imx7-cm.c [new file with mode: 0644]
board/ronetix/imx7-cm/spl.c [new file with mode: 0644]
configs/imx7_cm_defconfig [new file with mode: 0644]
include/configs/imx7-cm.h [new file with mode: 0644]