summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/arm/stm32
diff options
context:
space:
mode:
authorAlexandre Torgue <alexandre.torgue@foss.st.com>2023-05-24 16:39:51 +0200
committerAlexandre Torgue <alexandre.torgue@foss.st.com>2023-06-08 16:01:45 +0200
commit6defdc268916a6f92a24d3495b22cd9c573e4357 (patch)
treee64f32fa0c2052ba9f5e8396c7c5a2d9b61b599f /Documentation/devicetree/bindings/arm/stm32
parent3b170e1653c05b067ea6ef616ece961b07714f48 (diff)
dt-bindings: stm32: document stm32mp257f-ev1 board
Add new entry for stm32mp257f-ev1 board. Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com> Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/stm32')
-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 4af5b8f4f803..4466b455bffa 100644
--- a/Documentation/devicetree/bindings/arm/stm32/stm32.yaml
+++ b/Documentation/devicetree/bindings/arm/stm32/stm32.yaml
@@ -161,6 +161,12 @@ properties:
- const: phytec,phycore-stm32mp157c-som
- const: st,stm32mp157
+ - description: ST STM32MP257 based Boards
+ items:
+ - enum:
+ - st,stm32mp257f-ev1
+ - const: st,stm32mp257
+
additionalProperties: true
...