summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/arm/al,alpine.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/arm/al,alpine.yaml')
-rw-r--r--dts/Bindings/arm/al,alpine.yaml21
1 files changed, 21 insertions, 0 deletions
diff --git a/dts/Bindings/arm/al,alpine.yaml b/dts/Bindings/arm/al,alpine.yaml
new file mode 100644
index 0000000000..a70dff277e
--- /dev/null
+++ b/dts/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"
+
+...