From: Steffen Trumtrar Date: Fri, 5 May 2023 06:01:56 +0000 (+0200) Subject: dt-bindings: arm: stm32: Add Phytec STM32MP1 board X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e90227f0f3837ae2552196f26cbd48e576690d70;p=linux.git dt-bindings: arm: stm32: Add Phytec STM32MP1 board The Phytec STM32MP1 based SoMs feature up to 1 GB DDR3LP RAM, up to 1 GB eMMC, up to 16 MB QSPI and up to 128 GB NAND flash. Signed-off-by: Steffen Trumtrar Acked-by: Krzysztof Kozlowski Signed-off-by: Alexandre Torgue --- diff --git a/Documentation/devicetree/bindings/arm/stm32/stm32.yaml b/Documentation/devicetree/bindings/arm/stm32/stm32.yaml index 13e34241145b4..4af5b8f4f8032 100644 --- a/Documentation/devicetree/bindings/arm/stm32/stm32.yaml +++ b/Documentation/devicetree/bindings/arm/stm32/stm32.yaml @@ -155,6 +155,12 @@ properties: - const: seeed,stm32mp157c-odyssey-som - const: st,stm32mp157 + - description: Phytec STM32MP1 SoM based Boards + items: + - const: phytec,phycore-stm32mp1-3 + - const: phytec,phycore-stm32mp157c-som + - const: st,stm32mp157 + additionalProperties: true ...