diff options
author | Marcin Sloniewski <marcin.sloniewski@gmail.com> | 2020-08-09 18:44:49 +0200 |
---|---|---|
committer | Alexandre Torgue <alexandre.torgue@st.com> | 2020-09-23 18:37:02 +0200 |
commit | 0e2807579a344dff804b4e111c8ccddb0e2e1feb (patch) | |
tree | f32c0bc9587304d9fa6eac4d675510566331c967 /Documentation | |
parent | dt-bindings: vendor-prefixes: add Seeed Studio (diff) | |
download | linux-0e2807579a344dff804b4e111c8ccddb0e2e1feb.tar.xz linux-0e2807579a344dff804b4e111c8ccddb0e2e1feb.zip |
dt-bindings: arm: stm32: document Odyssey compatible
Document device tree bindings of Seeed SoM and carrier board.
Signed-off-by: Marcin Sloniewski <marcin.sloniewski@gmail.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
Diffstat (limited to 'Documentation')
-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 790e6dd48e34..3b318fe15194 100644 --- a/Documentation/devicetree/bindings/arm/stm32/stm32.yaml +++ b/Documentation/devicetree/bindings/arm/stm32/stm32.yaml @@ -50,4 +50,10 @@ properties: - const: st,stm32mp157c-ev1 - const: st,stm32mp157c-ed1 - const: st,stm32mp157 + - description: Odyssey STM32MP1 SoM based Boards + items: + - enum: + - seeed,stm32mp157c-odyssey + - const: seeed,stm32mp157c-odyssey-som + - const: st,stm32mp157 ... |