]> Git Repo - u-boot.git/commit
ARM: dts: imx: Add support for DH electronics i.MX8M Plus DHCOM and PDK2
authorMarek Vasut <[email protected]>
Sat, 21 May 2022 14:56:26 +0000 (16:56 +0200)
committerStefano Babic <[email protected]>
Mon, 23 May 2022 09:37:58 +0000 (11:37 +0200)
commit4d573d5c98234cad328de77c773c3c3d79258255
tree568ecf2cec7c1a84d0867fc982e969080eabd960
parent0539d16d22f65b5958800489701249f990531073
ARM: dts: imx: Add support for DH electronics i.MX8M Plus DHCOM and PDK2

Add support for DH electronics i.MX8M Plus DHCOM SoM on PDK2 carrier board.
Currently supported are serial console, EQoS and FEC ethernets, eMMC, SD,
SPI NOR and USB 3.0 host.

Signed-off-by: Marek Vasut <[email protected]>
Cc: Fabio Estevam <[email protected]>
Cc: Peng Fan <[email protected]>
Cc: Stefano Babic <[email protected]>
16 files changed:
arch/arm/dts/Makefile
arch/arm/dts/imx8mp-dhcom-pdk2-u-boot.dtsi [new file with mode: 0644]
arch/arm/dts/imx8mp-dhcom-pdk2.dts [new file with mode: 0644]
arch/arm/dts/imx8mp-dhcom-som.dtsi [new file with mode: 0644]
arch/arm/mach-imx/imx8m/Kconfig
board/dhelectronics/dh_imx8mp/Kconfig [new file with mode: 0644]
board/dhelectronics/dh_imx8mp/MAINTAINERS [new file with mode: 0644]
board/dhelectronics/dh_imx8mp/Makefile [new file with mode: 0644]
board/dhelectronics/dh_imx8mp/common.c [new file with mode: 0644]
board/dhelectronics/dh_imx8mp/imx8mp_dhcom_pdk2.c [new file with mode: 0644]
board/dhelectronics/dh_imx8mp/imximage-lpddr4.cfg [new file with mode: 0644]
board/dhelectronics/dh_imx8mp/lpddr4_timing.h [new file with mode: 0644]
board/dhelectronics/dh_imx8mp/lpddr4_timing_4G_32.c [new file with mode: 0644]
board/dhelectronics/dh_imx8mp/spl.c [new file with mode: 0644]
configs/imx8mp_dhcom_pdk2_defconfig [new file with mode: 0644]
include/configs/imx8mp_dhcom_pdk2.h [new file with mode: 0644]
This page took 0.046747 seconds and 4 git commands to generate.