brintos

brintos / linux-shallow public Read only

0
0
Text · 831 B · 4d5c857 Raw
38 lines · yaml
1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)2%YAML 1.23---4$id: http://devicetree.org/schemas/riscv/starfive.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: StarFive SoC-based boards8 9maintainers:10  - Michael Zhu <michael.zhu@starfivetech.com>11  - Drew Fustini <drew@beagleboard.org>12 13description:14  StarFive SoC-based boards15 16properties:17  $nodename:18    const: '/'19  compatible:20    oneOf:21      - items:22          - enum:23              - beagle,beaglev-starlight-jh7100-r024              - starfive,visionfive-v125          - const: starfive,jh710026 27      - items:28          - enum:29              - milkv,mars30              - pine64,star6431              - starfive,visionfive-2-v1.2a32              - starfive,visionfive-2-v1.3b33          - const: starfive,jh711034 35additionalProperties: true36 37...38