xref: /linux/Documentation/devicetree/bindings/riscv/sophgo.yaml (revision 3bf3e21c15d4386a5f15118ec39bbc1b67ea5759)
1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/riscv/sophgo.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: Sophgo SoC-based boards
8
9maintainers:
10  - Chao Wei <chao.wei@sophgo.com>
11  - Chen Wang <unicorn_wang@outlook.com>
12
13description:
14  Sophgo SoC-based boards
15
16properties:
17  $nodename:
18    const: '/'
19  compatible:
20    oneOf:
21      - items:
22          - enum:
23              - milkv,duo
24          - const: sophgo,cv1800b
25      - items:
26          - enum:
27              - milkv,pioneer
28          - const: sophgo,sg2042
29
30additionalProperties: true
31
32...
33