diff options
author | Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> | 2019-06-12 13:24:49 +0530 |
---|---|---|
committer | Alexandre Torgue <alexandre.torgue@st.com> | 2019-06-21 16:14:33 +0200 |
commit | b85d7502188689f2adb5600d777f96ce79c9ae24 (patch) | |
tree | 2eedcee3b010917f882a5bafa1392261dd86ac42 /Documentation/devicetree/bindings/arm/stm32/stm32.yaml | |
parent | bf4b5f379fed6ee2e68b5320f59b0239705e4d94 (diff) | |
download | lwn-b85d7502188689f2adb5600d777f96ce79c9ae24.tar.gz lwn-b85d7502188689f2adb5600d777f96ce79c9ae24.zip |
dt-bindings: arm: stm32: Convert STM32 SoC bindings to DT schema
This commit converts STM32 SoC bindings to DT schema using jsonschema.
Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/stm32/stm32.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/arm/stm32/stm32.yaml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/stm32/stm32.yaml b/Documentation/devicetree/bindings/arm/stm32/stm32.yaml new file mode 100644 index 000000000000..f53dc0f2d7b3 --- /dev/null +++ b/Documentation/devicetree/bindings/arm/stm32/stm32.yaml @@ -0,0 +1,29 @@ +# SPDX-License-Identifier: GPL-2.0 +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/arm/stm32/stm32.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: STMicroelectronics STM32 Platforms Device Tree Bindings + +maintainers: + - Alexandre Torgue <alexandre.torgue@st.com> + +properties: + compatible: + oneOf: + - items: + - const: st,stm32f429 + + - items: + - const: st,stm32f469 + + - items: + - const: st,stm32f746 + + - items: + - const: st,stm32h743 + + - items: + - const: st,stm32mp157 +... |