linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 01/20] dt-bindings: arm: stm32: Add compatible string for DH electronics STM32MP13xx DHCOR DHSBC board
@ 2024-04-22  0:19 Marek Vasut
  2024-04-22  0:19 ` [PATCH 02/20] ARM: dts: stm32: Add alternate pinmux for MP13 ADC pins Marek Vasut
                   ` (20 more replies)
  0 siblings, 21 replies; 25+ messages in thread
From: Marek Vasut @ 2024-04-22  0:19 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Marek Vasut, Leonard Göhrs, Ahmad Fatoum, Alexandre Torgue,
	Andre Przywara, Conor Dooley, Dario Binacchi, Krzysztof Kozlowski,
	Linus Walleij, Maxime Coquelin, Rob Herring, Sean Nyekjaer,
	Steffen Trumtrar, devicetree, kernel, linux-stm32

Add DT compatible string for DH electronics STM32MP13xx DHCOR SoM and
DHSBC carrier 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

Signed-off-by: Marek Vasut <marex@denx.de>
---
Cc: "Leonard Göhrs" <l.goehrs@pengutronix.de>
Cc: Ahmad Fatoum <a.fatoum@pengutronix.de>
Cc: Alexandre Torgue <alexandre.torgue@foss.st.com>
Cc: Andre Przywara <andre.przywara@arm.com>
Cc: Conor Dooley <conor+dt@kernel.org>
Cc: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Cc: Krzysztof Kozlowski <krzk+dt@kernel.org>
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: Maxime Coquelin <mcoquelin.stm32@gmail.com>
Cc: Rob Herring <robh@kernel.org>
Cc: Sean Nyekjaer <sean@geanix.com>
Cc: Steffen Trumtrar <s.trumtrar@pengutronix.de>
Cc: devicetree@vger.kernel.org
Cc: kernel@dh-electronics.com
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-stm32@st-md-mailman.stormreply.com
---
 Documentation/devicetree/bindings/arm/stm32/stm32.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/stm32/stm32.yaml b/Documentation/devicetree/bindings/arm/stm32/stm32.yaml
index bc2f43330ae42..7f61223b8ef24 100644
--- a/Documentation/devicetree/bindings/arm/stm32/stm32.yaml
+++ b/Documentation/devicetree/bindings/arm/stm32/stm32.yaml
@@ -59,6 +59,12 @@ properties:
               - prt,prtt1s   # Protonic PRTT1S
           - const: st,stm32mp151
 
+      - description: DH STM32MP135 DHCOR SoM based Boards
+        items:
+          - const: dh,stm32mp135f-dhcor-dhsbc
+          - const: dh,stm32mp131a-dhcor-som
+          - const: st,stm32mp135
+
       - description: DH STM32MP151 DHCOR SoM based Boards
         items:
           - const: dh,stm32mp151a-dhcor-testbench
-- 
2.43.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2024-04-25  8:40 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-22  0:19 [PATCH 01/20] dt-bindings: arm: stm32: Add compatible string for DH electronics STM32MP13xx DHCOR DHSBC board Marek Vasut
2024-04-22  0:19 ` [PATCH 02/20] ARM: dts: stm32: Add alternate pinmux for MP13 ADC pins Marek Vasut
2024-04-22  0:19 ` [PATCH 03/20] ARM: dts: stm32: Add alternate pinmux for MP13 ADC CC pins Marek Vasut
2024-04-22  0:19 ` [PATCH 04/20] ARM: dts: stm32: Add alternate pinmux for MP13 ETH1 pins Marek Vasut
2024-04-22  0:19 ` [PATCH 05/20] ARM: dts: stm32: Add alternate pinmux for MP13 ETH2 pins Marek Vasut
2024-04-22  0:19 ` [PATCH 06/20] ARM: dts: stm32: Add alternate pinmux for MP13 I2C5 pins Marek Vasut
2024-04-22  0:19 ` [PATCH 07/20] ARM: dts: stm32: Add alternate pinmux for MP13 MCAN1 pins Marek Vasut
2024-04-22  0:19 ` [PATCH 08/20] ARM: dts: stm32: Add alternate pinmux for MP13 MCAN2 pins Marek Vasut
2024-04-22  0:19 ` [PATCH 09/20] ARM: dts: stm32: Add alternate pinmux for MP13 PWM5 pins Marek Vasut
2024-04-22  0:19 ` [PATCH 10/20] ARM: dts: stm32: Add alternate pinmux for MP13 PWM13 pins Marek Vasut
2024-04-22  0:19 ` [PATCH 11/20] ARM: dts: stm32: Add alternate pinmux for MP13 QSPI pins Marek Vasut
2024-04-22  0:19 ` [PATCH 12/20] ARM: dts: stm32: Add alternate pinmux for MP13 SAI1 pins Marek Vasut
2024-04-22  0:19 ` [PATCH 13/20] ARM: dts: stm32: Add alternate pinmux for MP13 SDMMC2 D4..D7 pins Marek Vasut
2024-04-22  0:19 ` [PATCH 14/20] ARM: dts: stm32: Add alternate pinmux for MP13 SPI2 pins Marek Vasut
2024-04-22  0:19 ` [PATCH 15/20] ARM: dts: stm32: Add alternate pinmux for MP13 SPI3 pins Marek Vasut
2024-04-22  0:19 ` [PATCH 16/20] ARM: dts: stm32: Add alternate pinmux for MP13 USART1 pins Marek Vasut
2024-04-22  0:19 ` [PATCH 17/20] ARM: dts: stm32: Add alternate pinmux for MP13 USART2 pins Marek Vasut
2024-04-22  0:19 ` [PATCH 18/20] ARM: dts: stm32: Add alternate pinmux for MP13 UART4 pins Marek Vasut
2024-04-22  0:19 ` [PATCH 19/20] ARM: dts: stm32: Add alternate pinmux for MP13 UART7 pins Marek Vasut
2024-04-22  0:19 ` [PATCH 20/20] ARM: dts: stm32: Add support for STM32MP13xx DHCOR SoM and DHSBC board Marek Vasut
2024-04-22  4:21 ` [PATCH 01/20] dt-bindings: arm: stm32: Add compatible string for DH electronics STM32MP13xx DHCOR " Krzysztof Kozlowski
2024-04-22 12:52   ` Marek Vasut
2024-04-25  8:37     ` Alexandre TORGUE
2024-04-22 15:08 ` Rob Herring
2024-04-22 19:50   ` Marek Vasut

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).