blob: 4d5c857b3cac9392d2fc09aad372c5e2aaab4867 [file] [log] [blame]
Tom Rini53633a82024-02-29 12:33:36 -05001# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/riscv/starfive.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: StarFive SoC-based boards
8
9maintainers:
10 - Michael Zhu <michael.zhu@starfivetech.com>
11 - Drew Fustini <drew@beagleboard.org>
12
13description:
14 StarFive SoC-based boards
15
16properties:
17 $nodename:
18 const: '/'
19 compatible:
20 oneOf:
21 - items:
22 - enum:
23 - beagle,beaglev-starlight-jh7100-r0
24 - starfive,visionfive-v1
25 - const: starfive,jh7100
26
27 - items:
28 - enum:
Tom Rini762f85b2024-07-20 11:15:10 -060029 - milkv,mars
Tom Rini6b642ac2024-10-01 12:20:28 -060030 - pine64,star64
Tom Rini53633a82024-02-29 12:33:36 -050031 - starfive,visionfive-2-v1.2a
32 - starfive,visionfive-2-v1.3b
33 - const: starfive,jh7110
34
35additionalProperties: true
36
37...