]> git.dujemihanovic.xyz Git - u-boot.git/commit
ARM: dts: stm32: Add support for STM32MP13xx DHCOR SoM and DHSBC board
authorMarek Vasut <marex@denx.de>
Sat, 27 Apr 2024 22:20:38 +0000 (00:20 +0200)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Tue, 18 Jun 2024 06:55:52 +0000 (08:55 +0200)
commit69374aa86aa2fd6e301f7e4acfd2f3fb4441c68a
tree5ddffc1622d8c8872a2dbf316ad90646a6d58641
parentc52e59ec6831bf7c35f6af7cfceb1f1e6abff55e
ARM: dts: stm32: Add support for STM32MP13xx DHCOR SoM and DHSBC board

This stm32mp135f-dhcor-dhsbc board is a stack of DHCOR SoM based on
STM32MP135F SoC (900MHz / crypto capabilities) populated on DHSBC
carrier board.

The SoM contains the following peripherals:
- STPMIC (power delivery)
- 512MB DDR3L memory
- eMMC and SDIO WiFi module

The DHSBC carrier board contains the following peripherals:
- Two RGMII Ethernet ports
- USB-A Host port, USB-C peripheral port, USB-C power supply plug
- Expansion connector

Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
Signed-off-by: Marek Vasut <marex@denx.de>
arch/arm/dts/Makefile
arch/arm/dts/stm32mp135f-dhcor-dhsbc-u-boot.dtsi [new file with mode: 0644]
arch/arm/dts/stm32mp135f-dhcor-dhsbc.dts [new file with mode: 0644]
arch/arm/dts/stm32mp13xx-dhcor-som.dtsi [new file with mode: 0644]
arch/arm/dts/stm32mp13xx-dhcor-u-boot.dtsi [new file with mode: 0644]
configs/stm32mp13_dhcor_defconfig [new file with mode: 0644]