]> git.baikalelectronics.ru Git - uboot.git/commit
imx8mm-phg: Add board support
authorFabio Estevam <festevam@denx.de>
Tue, 10 Jan 2023 20:18:08 +0000 (17:18 -0300)
committerStefano Babic <sbabic@denx.de>
Mon, 30 Jan 2023 22:23:02 +0000 (23:23 +0100)
commite4b13f6a28da2663273559327965dad7f6ab5104
treee785d97c49f1d6b3dfd63f45da905325f1bba17c
parent31d178ce23abd4ebe47d834885d5747855e41969
imx8mm-phg: Add board support

Add the board support for the i.MX8MM Cloos PHG board.

This board uses a imx8mm-tqma8mqml SoM from TQ-Group.

imx8mm-phg.dts and imx8mm-tqma8mqml.dtsi are taken
directly from Linux 6.2-rc3.

Signed-off-by: Fabio Estevam <festevam@denx.de>
Reviewed-by: Tom Rini <trini@konsulko.com>
18 files changed:
arch/arm/dts/Makefile
arch/arm/dts/imx8mm-phg-u-boot.dtsi [new file with mode: 0644]
arch/arm/dts/imx8mm-phg.dts [new file with mode: 0644]
arch/arm/dts/imx8mm-tqma8mqml.dtsi [new file with mode: 0644]
arch/arm/mach-imx/imx8m/Kconfig
board/cloos/imx8mm_phg/Kconfig [new file with mode: 0644]
board/cloos/imx8mm_phg/MAINTAINERS [new file with mode: 0644]
board/cloos/imx8mm_phg/Makefile [new file with mode: 0644]
board/cloos/imx8mm_phg/imx8mm_phg.c [new file with mode: 0644]
board/cloos/imx8mm_phg/imx8mm_phg.env [new file with mode: 0644]
board/cloos/imx8mm_phg/imximage-8mm-lpddr4.cfg [new file with mode: 0644]
board/cloos/imx8mm_phg/lpddr4_timing.c [new file with mode: 0644]
board/cloos/imx8mm_phg/spl.c [new file with mode: 0644]
configs/imx8mm_phg_defconfig [new file with mode: 0644]
doc/board/cloos/imx8mm_phg.rst [new file with mode: 0644]
doc/board/cloos/index.rst [new file with mode: 0644]
doc/board/index.rst
include/configs/imx8mm_phg.h [new file with mode: 0644]