[PATCH 00/10] arm64: dts: st: Add support for DH electronics STM32MP23xx/STM32MP25xx DHCOS SoM and Breakout Board and DHSBC
From: Marek Vasut <hidden>
Date: 2026-07-11 21:01:54
Also in:
linux-arm-kernel, linux-devicetree, lkml
This stm32mp25xx-dhcos-bb board is a stack of DHCOS SoM based on
STM32MP25xx SoC (1200MHz / crypto capabilities) populated on SoM
Breakout Board, the stm32mp255c-dhcos-dhsbc is the SoM populated
on DHSBC carrier board. The stm32mp23xx-dhcos-bb is a stack with
STM32MP23xx SoC.
The SoM contains the following peripherals:
- STPMIC (power delivery)
- 4GiB LPDDR4 memory
- eMMC and SDIO WiFi module
The Breakout Board carrier board contains the following peripherals:
- USB-C peripheral port, power supply plug
The DHSBC carrier board contains the following peripherals:
- Two RGMII Ethernet ports
- MicroSD slot
- LVDS connector
- MIPI CSI2 connector
- USB-A Host port, USB-C power supply plug
- USB-C / DP port
- Expansion connector
Marek Vasut (10):
dt-bindings: arm: stm32: Document STM32MP23xx/STM32MP25xx DHCOS SoM
and Breakout Board and DHSBC
dt-bindings: gpio: pca95xx: Document Kinetic KTS1622
arm64: dts: st: Fix SDMMC1 indent on stm32mp231
arm64: dts: st: Fix SDMMC1 indent on stm32mp251
arm64: dts: st: Add SDMMC2 and SDMMC3 nodes on stm32mp231
arm64: dts: st: Add SDMMC2 and SDMMC3 nodes on stm32mp251
arm64: dts: st: Add OMM node on stm32mp231
arm64: dts: st: Add pinmux nodes for DH electronics
STM32MP23xx/STM32MP25xx DHCOS SoM and Breakout Board
arm64: dts: st: Add support for DH electronics STM32MP23xx/STM32MP25xx
DHCOS SoM and Breakout Board and DHSBC
MAINTAINERS: Add DH electronics DHCOS SoM entry and fix email address
.../devicetree/bindings/arm/stm32/stm32.yaml | 18 +
.../bindings/gpio/gpio-pca95xx.yaml | 3 +
MAINTAINERS | 3 +-
arch/arm64/boot/dts/st/Makefile | 10 +
arch/arm64/boot/dts/st/stm32mp231.dtsi | 86 ++-
arch/arm64/boot/dts/st/stm32mp23xc.dtsi | 7 +
.../boot/dts/st/stm32mp23xx-dhcos-bb.dts | 15 +
.../boot/dts/st/stm32mp23xx-dhcos-som.dtsi | 51 ++
arch/arm64/boot/dts/st/stm32mp25-pinctrl.dtsi | 564 ++++++++++++++++++
arch/arm64/boot/dts/st/stm32mp251.dtsi | 32 +-
...mp255c-dhcos-dhsbc-overlay-imx219-x10.dtso | 111 ++++
.../boot/dts/st/stm32mp255c-dhcos-dhsbc.dts | 189 ++++++
arch/arm64/boot/dts/st/stm32mp25xc.dtsi | 7 +
.../boot/dts/st/stm32mp25xx-dhcos-bb.dts | 15 +
.../boot/dts/st/stm32mp25xx-dhcos-som.dtsi | 51 ++
.../boot/dts/st/stm32mp2xxx-dhcos-som.dtsi | 442 ++++++++++++++
16 files changed, 1601 insertions(+), 3 deletions(-)
create mode 100644 arch/arm64/boot/dts/st/stm32mp23xc.dtsi
create mode 100644 arch/arm64/boot/dts/st/stm32mp23xx-dhcos-bb.dts
create mode 100644 arch/arm64/boot/dts/st/stm32mp23xx-dhcos-som.dtsi
create mode 100644 arch/arm64/boot/dts/st/stm32mp255c-dhcos-dhsbc-overlay-imx219-x10.dtso
create mode 100644 arch/arm64/boot/dts/st/stm32mp255c-dhcos-dhsbc.dts
create mode 100644 arch/arm64/boot/dts/st/stm32mp25xc.dtsi
create mode 100644 arch/arm64/boot/dts/st/stm32mp25xx-dhcos-bb.dts
create mode 100644 arch/arm64/boot/dts/st/stm32mp25xx-dhcos-som.dtsi
create mode 100644 arch/arm64/boot/dts/st/stm32mp2xxx-dhcos-som.dtsi
---
Cc: Alexandre Torgue <alexandre.torgue@foss.st.com>
Cc: Bartosz Golaszewski <brgl@kernel.org>
Cc: Conor Dooley <conor+dt@kernel.org>
Cc: Krzysztof Kozlowski <krzk+dt@kernel.org>
Cc: Linus Walleij <linusw@kernel.org>
Cc: Rob Herring <robh@kernel.org>
Cc: devicetree@vger.kernel.org
Cc: kernel@dh-electronics.com
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-gpio@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Cc: linux-stm32@st-md-mailman.stormreply.com
--
2.53.0