We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00dba19 commit 12d8c15Copy full SHA for 12d8c15
Documentation/devicetree/bindings/riscv/andes.yaml
@@ -0,0 +1,25 @@
1
+# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2
+%YAML 1.2
3
+---
4
+$id: http://devicetree.org/schemas/riscv/andes.yaml#
5
+$schema: http://devicetree.org/meta-schemas/core.yaml#
6
+
7
+title: Andes SoC-based boards
8
9
+maintainers:
10
+ - Ben Zong-You Xie <[email protected]>
11
12
+description:
13
+ Andes SoC-based boards
14
15
+properties:
16
+ $nodename:
17
+ const: '/'
18
+ compatible:
19
+ oneOf:
20
+ - items:
21
+ - enum:
22
+ - andestech,voyager
23
+ - const: andestech,qilai
24
25
+additionalProperties: true
0 commit comments