xref: /linux/Documentation/devicetree/bindings/riscv/spacemit.yaml (revision 55a42f78ffd386e01a5404419f8c5ded7db70a21)
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
7title: SpacemiT SoC-based boards
8
9maintainers:
10  - Yangyu Chen <cyy@cyyself.name>
11  - Yixun Lan <dlan@gentoo.org>
12
13description:
14  SpacemiT SoC-based boards
15
16properties:
17  $nodename:
18    const: '/'
19  compatible:
20    oneOf:
21      - items:
22          - enum:
23              - bananapi,bpi-f3
24              - milkv,jupiter
25              - xunlong,orangepi-rv2
26          - const: spacemit,k1
27
28additionalProperties: true
29
30...
31