diff options
author | Alexandre Torgue <[email protected]> | 2023-05-24 16:39:51 +0200 |
---|---|---|
committer | Alexandre Torgue <[email protected]> | 2023-06-08 16:01:45 +0200 |
commit | 6defdc268916a6f92a24d3495b22cd9c573e4357 (patch) | |
tree | e64f32fa0c2052ba9f5e8396c7c5a2d9b61b599f | |
parent | 3b170e1653c05b067ea6ef616ece961b07714f48 (diff) |
dt-bindings: stm32: document stm32mp257f-ev1 board
Add new entry for stm32mp257f-ev1 board.
Signed-off-by: Alexandre Torgue <[email protected]>
Reviewed-by: Conor Dooley <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/arm/stm32/stm32.yaml | 6 |
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 ... |