diff options
author | 2025-02-25 09:54:12 +0100 | |
---|---|---|
committer | 2025-03-12 14:24:56 +0100 | |
commit | 1a09f577aa65860da3dbfa29388e26ff970af49a (patch) | |
tree | c0bd53ac7542abd3d7cc2080a773268d7261336d | |
parent | arm64: dts: st: introduce stm32mp21 SoCs family (diff) | |
download | wireguard-linux-1a09f577aa65860da3dbfa29388e26ff970af49a.tar.xz wireguard-linux-1a09f577aa65860da3dbfa29388e26ff970af49a.zip |
dt-bindings: stm32: document stm32mp215f-dk board
Add new entry for stm32mp215-dk board.
Signed-off-by: Amelie Delaunay <amelie.delaunay@foss.st.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20250225-b4-stm32mp2_new_dts-v2-9-1a628c1580c7@foss.st.com
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
-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 33e794b54bc1..5fee2f38ff25 100644 --- a/Documentation/devicetree/bindings/arm/stm32/stm32.yaml +++ b/Documentation/devicetree/bindings/arm/stm32/stm32.yaml @@ -197,6 +197,12 @@ properties: - st,stm32mp235f-dk - const: st,stm32mp235 + - description: ST STM32MP215 based Boards + items: + - enum: + - st,stm32mp215f-dk + - const: st,stm32mp215 + additionalProperties: true ... |