[PATCH 04/11] dt-bindings: stm32: add st,stm32mp25 compatibles to the stm32 family

From: Alexandre Torgue
Date: Mon May 29 2023 - 12:21:15 EST


STM32 family is extended by the addition of the STM32MP25 SoCs. It is composed
of 4 SoCs: STM32MP251, STM32MP253, STM32MP255 and STM32MP257.

Signed-off-by: Alexandre Torgue <alexandre.torgue@xxxxxxxxxxx>

diff --git a/Documentation/devicetree/bindings/arm/stm32/stm32.yaml b/Documentation/devicetree/bindings/arm/stm32/stm32.yaml
index 4af5b8f4f803..7d7ca33d2e61 100644
--- a/Documentation/devicetree/bindings/arm/stm32/stm32.yaml
+++ b/Documentation/devicetree/bindings/arm/stm32/stm32.yaml
@@ -161,6 +161,15 @@ properties:
- const: phytec,phycore-stm32mp157c-som
- const: st,stm32mp157

+ - items:
+ - const: st,stm32mp251
+ - items:
+ - const: st,stm32mp253
+ - items:
+ - const: st,stm32mp255
+ - items:
+ - const: st,stm32mp257
+
additionalProperties: true

...
--
2.17.1