diff options
author | Rob Herring <robh@kernel.org> | 2018-05-15 01:57:10 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2018-12-13 18:09:47 +0100 |
commit | f3fb5732e3bde702f9ae0aef6c96ee60799459b5 (patch) | |
tree | 182ac8a331f6d427d1b9b06884bea98976079b4e /Documentation/devicetree/bindings/arm/vt8500.yaml | |
parent | dt-bindings: arm: Convert ST STi board/soc bindings to json-schema (diff) | |
download | linux-f3fb5732e3bde702f9ae0aef6c96ee60799459b5.tar.xz linux-f3fb5732e3bde702f9ae0aef6c96ee60799459b5.zip |
dt-bindings: arm: Convert VIA board/soc bindings to json-schema
Convert VIA SoC bindings to DT schema format using json-schema.
Cc: Tony Prisk <linux@prisktech.co.nz>
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/vt8500.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/arm/vt8500.yaml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/vt8500.yaml b/Documentation/devicetree/bindings/arm/vt8500.yaml new file mode 100644 index 000000000000..7b25b6fa34e9 --- /dev/null +++ b/Documentation/devicetree/bindings/arm/vt8500.yaml @@ -0,0 +1,23 @@ +# SPDX-License-Identifier: GPL-2.0 +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/arm/vt8500.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: VIA/Wondermedia VT8500 Platforms Device Tree Bindings + +maintainers: + - Tony Prisk <linux@prisktech.co.nz> +description: test + +properties: + $nodename: + const: '/' + compatible: + items: + - enum: + - via,vt8500 + - wm,wm8505 + - wm,wm8650 + - wm,wm8750 + - wm,wm8850 |