]> git.ipfire.org Git - thirdparty/u-boot.git/commit - arch/arm/mach-imx/imx8m/Kconfig
board: phytec: imx8mm: Add PHYTEC phyCORE-i.MX8MM support
authorTeresa Remmet <t.remmet@phytec.de>
Fri, 21 Aug 2020 07:55:53 +0000 (09:55 +0200)
committerStefano Babic <sbabic@denx.de>
Sun, 1 Nov 2020 14:58:19 +0000 (15:58 +0100)
commit0cc2a07879d9c64d8579ea8f5300ada570bd4719
tree0c4d607c64e7299d7e9bdc8ff110a4d90c4b6b4f
parent08945cceffaddd60f064145c36f8e1a532cbea67
board: phytec: imx8mm: Add PHYTEC phyCORE-i.MX8MM support

Add support PHYTEC phyCORE-i.MX8MM SOM.

Supported features:
 - 2GB LPDDR4 RAM
 - 1x 1Gbit Ethernet
 - eMMC
 - external SD
 - debug UART3
 - watchdog
 - i2c eeprom

Signed-off-by: Teresa Remmet <t.remmet@phytec.de>
12 files changed:
arch/arm/dts/Makefile
arch/arm/dts/phycore-imx8mm-u-boot.dtsi [new file with mode: 0644]
arch/arm/dts/phycore-imx8mm.dts [new file with mode: 0644]
arch/arm/mach-imx/imx8m/Kconfig
board/phytec/phycore_imx8mm/Kconfig [new file with mode: 0644]
board/phytec/phycore_imx8mm/MAINTAINERS [new file with mode: 0644]
board/phytec/phycore_imx8mm/Makefile [new file with mode: 0644]
board/phytec/phycore_imx8mm/lpddr4_timing.c [new file with mode: 0644]
board/phytec/phycore_imx8mm/phycore-imx8mm.c [new file with mode: 0644]
board/phytec/phycore_imx8mm/spl.c [new file with mode: 0644]
configs/phycore-imx8mm_defconfig [new file with mode: 0644]
include/configs/phycore_imx8mm.h [new file with mode: 0644]