mx7ulp: Add support for Embedded Artists COM board
authorFabio Estevam <festevam@gmail.com>
Mon, 9 Dec 2019 13:43:03 +0000 (10:43 -0300)
committerStefano Babic <sbabic@denx.de>
Tue, 7 Jan 2020 09:26:56 +0000 (10:26 +0100)
commit0417ef17ac1d164f09d12cab0b8e3da03ffb5da3
tree8fc40dc11c2d6d4355d37e2712d7d4129fb43994
parent97c42757717f8de780de41857db15d1ba47e9e44
mx7ulp: Add support for Embedded Artists COM board

The Embedded Artists COM board is based on NXP i.MX7ULP.

It has a BD70528 PMIC from Rohm with discrete DCDC powering option and
improved current observability (compared to the existing NXP i.MX7ULP EVK).

Add the initial support for the board.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
arch/arm/dts/Makefile
arch/arm/dts/imx7ulp-com.dts [new file with mode: 0644]
arch/arm/mach-imx/mx7ulp/Kconfig
board/ea/mx7ulp_com/Kconfig [new file with mode: 0644]
board/ea/mx7ulp_com/MAINTAINERS [new file with mode: 0644]
board/ea/mx7ulp_com/Makefile [new file with mode: 0644]
board/ea/mx7ulp_com/imximage.cfg [new file with mode: 0644]
board/ea/mx7ulp_com/mx7ulp_com.c [new file with mode: 0644]
configs/mx7ulp_com_defconfig [new file with mode: 0644]
include/configs/mx7ulp_com.h [new file with mode: 0644]