diff options
author | Rob Herring <robh@kernel.org> | 2018-04-26 19:22:38 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2019-06-27 19:22:00 +0200 |
commit | b061e4e8f0f43ba9a8ec1bde36ceeb2368b1928f (patch) | |
tree | b02bd719a838f450342c3b9a75b11c49b219e418 /Documentation/devicetree/bindings/arm/al,alpine.yaml | |
parent | scripts/dtc: Update to upstream version v1.5.0-30-g702c1b6c0e73 (diff) | |
download | linux-b061e4e8f0f43ba9a8ec1bde36ceeb2368b1928f.tar.xz linux-b061e4e8f0f43ba9a8ec1bde36ceeb2368b1928f.zip |
dt-bindings: arm: Convert Alpine board/soc bindings to json-schema
Convert Alpine SoC bindings to DT schema format using json-schema.
Cc: Tsahee Zidenberg <tsahee@annapurnalabs.com>
Cc: Antoine Tenart <antoine.tenart@free-electrons.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/al,alpine.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/arm/al,alpine.yaml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/al,alpine.yaml b/Documentation/devicetree/bindings/arm/al,alpine.yaml new file mode 100644 index 000000000000..a70dff277e05 --- /dev/null +++ b/Documentation/devicetree/bindings/arm/al,alpine.yaml @@ -0,0 +1,21 @@ +# SPDX-License-Identifier: GPL-2.0 +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/arm/al,alpine.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: Annapurna Labs Alpine Platform Device Tree Bindings + +maintainers: + - Tsahee Zidenberg <tsahee@annapurnalabs.com> + - Antoine Tenart <antoine.tenart@bootlin.com> + +properties: + compatible: + items: + - const: al,alpine + model: + items: + - const: "Annapurna Labs Alpine Dev Board" + +... |