bsh: imx6ulz_smm_m2: Add imx6ulz BSH SMM M2 boards
authorMichael Trimarchi <michael@amarulasolutions.com>
Sun, 18 Sep 2022 15:09:53 +0000 (17:09 +0200)
committerStefano Babic <sbabic@denx.de>
Sun, 18 Sep 2022 20:56:18 +0000 (22:56 +0200)
commitcc74cab86a5f32db93a9f0dc7bc46fa5e83f4f3e
tree371eab6312cb4e460bd4d8a5c5e413c078eed3c1
parentd07206569031ced28b10b1b6f0270dcfdd46b781
bsh: imx6ulz_smm_m2: Add imx6ulz BSH SMM M2 boards

Introduce BSH SystemMaster (SMM) M2 board family, which consists of:
imx6ulz SMM M2 and imx6ulz SMM M2 PRO boards.

Add support for imx6ulz BSH SMM M2 board:

- 128 MiB DDR3 RAM
- 256MiB Nand
- USBOTG1 peripheral - fastboot.

Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
Reviewed-by: Fabio Estevam <festevam@denx.de>
12 files changed:
arch/arm/dts/Makefile
arch/arm/dts/imx6ulz-bsh-smm-m2-u-boot.dtsi [new file with mode: 0644]
arch/arm/dts/imx6ulz-bsh-smm-m2.dts [new file with mode: 0644]
arch/arm/mach-imx/mx6/Kconfig
board/bsh/imx6ulz_smm_m2/Kconfig [new file with mode: 0644]
board/bsh/imx6ulz_smm_m2/MAINTAINERS [new file with mode: 0644]
board/bsh/imx6ulz_smm_m2/Makefile [new file with mode: 0644]
board/bsh/imx6ulz_smm_m2/README [new file with mode: 0644]
board/bsh/imx6ulz_smm_m2/imx6ulz_smm_m2.c [new file with mode: 0644]
board/bsh/imx6ulz_smm_m2/spl.c [new file with mode: 0644]
configs/imx6ulz_smm_m2_defconfig [new file with mode: 0644]
include/configs/imx6ulz_smm_m2.h [new file with mode: 0644]