summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmelie Delaunay <amelie.delaunay@foss.st.com>2025-02-25 09:54:09 +0100
committerAlexandre Torgue <alexandre.torgue@foss.st.com>2025-03-12 14:24:56 +0100
commit5fbe1ead4c59954a149e0bcb758a69d07140a799 (patch)
tree7dc99257e2a82600db0a68bfa8969e6098326a48
parente9b03ef21386e7583806e1e624a8b44c6722b365 (diff)
dt-bindings: stm32: document stm32mp235f-dk board
Add new entry for stm32mp235-dk board. Signed-off-by: Amelie Delaunay <amelie.delaunay@foss.st.com> Acked-by: Conor Dooley <conor.dooley@microchip.com> Link: https://lore.kernel.org/r/20250225-b4-stm32mp2_new_dts-v2-6-1a628c1580c7@foss.st.com Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
-rw-r--r--Documentation/devicetree/bindings/arm/stm32/stm32.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/stm32/stm32.yaml b/Documentation/devicetree/bindings/arm/stm32/stm32.yaml
index 456648e2d1e7..33e794b54bc1 100644
--- a/Documentation/devicetree/bindings/arm/stm32/stm32.yaml
+++ b/Documentation/devicetree/bindings/arm/stm32/stm32.yaml
@@ -191,6 +191,12 @@ properties:
- st,stm32mp257f-ev1
- const: st,stm32mp257
+ - description: ST STM32MP235 based Boards
+ items:
+ - enum:
+ - st,stm32mp235f-dk
+ - const: st,stm32mp235
+
additionalProperties: true
...