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 16c9147 commit 244fe88Copy full SHA for 244fe88
Documentation/devicetree/bindings/riscv/spacemit.yaml
@@ -0,0 +1,28 @@
1
+# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2
+%YAML 1.2
3
+---
4
+$id: http://devicetree.org/schemas/riscv/spacemit.yaml#
5
+$schema: http://devicetree.org/meta-schemas/core.yaml#
6
+
7
+title: SpacemiT SoC-based boards
8
9
+maintainers:
10
+ - Yangyu Chen <[email protected]>
11
+ - Yixun Lan <[email protected]>
12
13
+description:
14
+ SpacemiT SoC-based boards
15
16
+properties:
17
+ $nodename:
18
+ const: '/'
19
+ compatible:
20
+ oneOf:
21
+ - items:
22
+ - enum:
23
+ - bananapi,bpi-f3
24
+ - const: spacemit,k1
25
26
+additionalProperties: true
27
28
+...
0 commit comments