diff options
author | Rob Herring <robh@kernel.org> | 2018-05-15 01:56:27 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2018-12-13 18:09:47 +0100 |
commit | c74acbf039ca5b68363f804971cd63d0e78e8529 (patch) | |
tree | 7e87e5c709bdc90bd5ba290874582036d745dc7e /Documentation/devicetree/bindings/arm/sti.yaml | |
parent | dt-bindings: arm: Convert SPEAr board/soc bindings to json-schema (diff) | |
download | linux-c74acbf039ca5b68363f804971cd63d0e78e8529.tar.xz linux-c74acbf039ca5b68363f804971cd63d0e78e8529.zip |
dt-bindings: arm: Convert ST STi board/soc bindings to json-schema
Convert ST STi SoC bindings to DT schema format using json-schema.
Acked-by: Patrice Chotard <patrice.chotard@st.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: devicetree@vger.kernel.org
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/sti.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/arm/sti.yaml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/sti.yaml b/Documentation/devicetree/bindings/arm/sti.yaml new file mode 100644 index 000000000000..47f9b8eebaa0 --- /dev/null +++ b/Documentation/devicetree/bindings/arm/sti.yaml @@ -0,0 +1,23 @@ +# SPDX-License-Identifier: GPL-2.0 +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/arm/sti.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: ST STi Platforms Device Tree Bindings + +maintainers: + - Patrice Chotard <patrice.chotard@st.com> + +properties: + $nodename: + const: '/' + compatible: + items: + - enum: + - st,stih415 + - st,stih416 + - st,stih407 + - st,stih410 + - st,stih418 +... |