summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/arm/altera.yaml
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2018-05-14 18:46:53 -0500
committerRob Herring <robh@kernel.org>2018-12-13 09:41:50 -0600
commitf8139316cab4f3e5cf31b65157b27e785e05965b (patch)
tree8a067cba4c352583a5b5623372a8699d622841c2 /Documentation/devicetree/bindings/arm/altera.yaml
parentd3c207eeb9059cf055a887f15e5f41b096386448 (diff)
dt-bindings: arm: Convert Altera board/soc bindings to json-schema
Convert Altera SoC bindings to DT schema format using json-schema. Cc: Mark Rutland <mark.rutland@arm.com> Acked-by: Dinh Nguyen <dinguyen@kernel.org> Cc: devicetree@vger.kernel.org Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/altera.yaml')
-rw-r--r--Documentation/devicetree/bindings/arm/altera.yaml20
1 files changed, 20 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/altera.yaml b/Documentation/devicetree/bindings/arm/altera.yaml
new file mode 100644
index 000000000000..49e0362ddc11
--- /dev/null
+++ b/Documentation/devicetree/bindings/arm/altera.yaml
@@ -0,0 +1,20 @@
+# SPDX-License-Identifier: GPL-2.0
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/arm/altera.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: Altera's SoCFPGA platform device tree bindings
+
+maintainers:
+ - Dinh Nguyen <dinguyen@kernel.org>
+
+properties:
+ compatible:
+ items:
+ - enum:
+ - altr,socfpga-cyclone5
+ - altr,socfpga-arria5
+ - altr,socfpga-arria10
+ - const: altr,socfpga
+...