[PATCH v4 0/4] arm64: dts: st: Add STM32MP2 USB support

From: Marek Vasut

Date: Fri Aug 28 2026 - 12:00:25 EST


Add USB support for STM32MP23xx/STM32MP25xx SoCs. This includes USB 2.0
FEMTO-PHY driver, DWC3 glue code and DT adjustments. Parts of this are
taken from ST downstream kernel fork, reduced, or rewritten, since not
all of the content there was useful and bits which might be missing and
are useful can be added later.

Unlike the downstream implementation, the DWC3 glue code is using plain
dwc3-generic-plat, the EHCI and OHCI controllers are instantiated as
plain generic controllers without any wrapper glue driver, and the USB2
PHY driver is simplified.

Both USB 2.0 Host controller and DWC3 super-speed controller are tested.

Depends:
- dt-bindings: usb: generic-ohci: Document ST STM32MP1 SoC compatibles
https://lore.kernel.org/all/20260828150202.173109-1-marex@xxxxxxxxxxxx/
- dt-bindings: usb: generic-ehci: Document ST STM32MP1 SoC compatibles
https://lore.kernel.org/all/20260828152130.176171-1-marex@xxxxxxxxxxxx/
- dt-bindings: phy: Document ST STM32MP25 USB2-FEMTO PHY
https://lore.kernel.org/all/20260828150739.174460-1-marex@xxxxxxxxxxxx/
- dt-bindings: usb: dwc3: Document ST STM32MP2 DWC3 xHCI USB controller
https://lore.kernel.org/all/20260828150937.174735-1-marex@xxxxxxxxxxxx/
- dt-bindings: arm: stm32: Document st,stm32mp23/25-syscfg subnodes and cells
https://lore.kernel.org/all/20260828151216.175020-1-marex@xxxxxxxxxxxx/

Marek Vasut (3):
dt-bindings: usb: generic-ohci: Document ST STM32MP2 SoC compatibles
dt-bindings: usb: generic-ehci: Document ST STM32MP2 SoC compatibles
arm64: dts: st: Add USB nodes on stm32mp231

Pankaj Dev (1):
arm64: dts: st: Add USB nodes on stm32mp251

.../devicetree/bindings/usb/generic-ehci.yaml | 21 ++++++
.../devicetree/bindings/usb/generic-ohci.yaml | 21 ++++++
arch/arm64/boot/dts/st/stm32mp231.dtsi | 64 +++++++++++++++++++
arch/arm64/boot/dts/st/stm32mp251.dtsi | 63 ++++++++++++++++++
4 files changed, 169 insertions(+)

Cc: Alexandre Torgue <alexandre.torgue@xxxxxxxxxxx>
Cc: Conor Dooley <conor+dt@xxxxxxxxxx>
Cc: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
Cc: Krzysztof Kozlowski <krzk+dt@xxxxxxxxxx>
Cc: Maxime Coquelin <mcoquelin.stm32@xxxxxxxxx>
Cc: Rob Herring <robh@xxxxxxxxxx>
Cc: devicetree@xxxxxxxxxxxxxxx
Cc: linux-arm-kernel@xxxxxxxxxxxxxxxxxxx
Cc: linux-kernel@xxxxxxxxxxxxxxx
Cc: linux-stm32@xxxxxxxxxxxxxxxxxxxxxxxxxxxx
Cc: linux-usb@xxxxxxxxxxxxxxx

--
2.53.0