starfive.yaml (d0e99511834b6828c960e978d9a8cb6e5731250d) starfive.yaml (97b7ed07278436099a38da48ba6556e7cb25f57b)
1# 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

--- 10 unchanged lines hidden (view full) ---

19 compatible:
20 oneOf:
21 - items:
22 - enum:
23 - beagle,beaglev-starlight-jh7100-r0
24 - starfive,visionfive-v1
25 - const: starfive,jh7100
26
1# 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

--- 10 unchanged lines hidden (view full) ---

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:
29 - starfive,visionfive-2-va
30 - starfive,visionfive-2-vb
31 - const: starfive,jh7110
32
27additionalProperties: true
28
29...
33additionalProperties: true
34
35...