summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/riscv/spacemit.yaml
blob: 4ee9c88984b4cd73c2429ff948e5bc26b86936ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
%YAML 1.2
---
$id: http://devicetree.org/schemas/riscv/spacemit.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: SpacemiT SoC-based boards

maintainers:
  - Guodong Xu <guodong@riscstar.com>
  - Yangyu Chen <cyy@cyyself.name>
  - Yixun Lan <dlan@gentoo.org>

description:
  SpacemiT SoC-based boards

properties:
  $nodename:
    const: '/'
  compatible:
    oneOf:
      - items:
          - enum:
              - bananapi,bpi-cm6-io
          - const: bananapi,bpi-cm6
          - const: spacemit,k1
      - items:
          - enum:
              - bananapi,bpi-f3
              - milkv,jupiter
              - spacemit,musepi-pro
              - xunlong,orangepi-r2s
              - xunlong,orangepi-rv2
          - const: spacemit,k1
      - items:
          - enum:
              - deepcomputing,fml13v05
              - spacemit,k3-pico-itx
          - const: spacemit,k3
      - items:
          - enum:
              - spacemit,k3-com260-ifx
          - const: spacemit,k3-com260
          - const: spacemit,k3

additionalProperties: true

...