xref: /linux/Documentation/devicetree/bindings/riscv/spacemit.yaml (revision 05d32474ab547fb097cfe3f3eb00a2aa7cdf4067)
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  - Guodong Xu <guodong@riscstar.com>
11  - Yangyu Chen <cyy@cyyself.name>
12  - Yixun Lan <dlan@gentoo.org>
13
14description:
15  SpacemiT SoC-based boards
16
17properties:
18  $nodename:
19    const: '/'
20  compatible:
21    oneOf:
22      - items:
23          - enum:
24              - bananapi,bpi-f3
25              - milkv,jupiter
26              - spacemit,musepi-pro
27              - xunlong,orangepi-r2s
28              - xunlong,orangepi-rv2
29          - const: spacemit,k1
30      - items:
31          - enum:
32              - deepcomputing,fml13v05
33              - spacemit,k3-pico-itx
34          - const: spacemit,k3
35      - items:
36          - enum:
37              - spacemit,k3-com260-ifx
38          - const: spacemit,k3-com260
39          - const: spacemit,k3
40
41additionalProperties: true
42
43...
44