1 # SPDX-License-Identifier: (GPL-2.0-only OR BS 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 %YAML 1.2 2 %YAML 1.2 3 --- 3 --- 4 $id: http://devicetree.org/schemas/riscv/starf 4 $id: http://devicetree.org/schemas/riscv/starfive.yaml# 5 $schema: http://devicetree.org/meta-schemas/co 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 title: StarFive SoC-based boards 7 title: StarFive SoC-based boards 8 8 9 maintainers: 9 maintainers: 10 - Michael Zhu <michael.zhu@starfivetech.com> 10 - Michael Zhu <michael.zhu@starfivetech.com> 11 - Drew Fustini <drew@beagleboard.org> 11 - Drew Fustini <drew@beagleboard.org> 12 12 13 description: 13 description: 14 StarFive SoC-based boards 14 StarFive SoC-based boards 15 15 16 properties: 16 properties: 17 $nodename: 17 $nodename: 18 const: '/' 18 const: '/' 19 compatible: 19 compatible: 20 oneOf: 20 oneOf: 21 - items: 21 - items: 22 - enum: !! 22 - const: beagle,beaglev-starlight-jh7100-r0 23 - beagle,beaglev-starlight-jh710 << 24 - starfive,visionfive-v1 << 25 - const: starfive,jh7100 23 - const: starfive,jh7100 26 << 27 - items: << 28 - enum: << 29 - milkv,mars << 30 - pine64,star64 << 31 - starfive,visionfive-2-v1.2a << 32 - starfive,visionfive-2-v1.3b << 33 - const: starfive,jh7110 << 34 24 35 additionalProperties: true 25 additionalProperties: true 36 26 37 ... 27 ...
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.