brintos

brintos / linux-shallow public Read only

0
0
Text · 729 B · ee0a239 Raw
36 lines · yaml
1# SPDX-License-Identifier: (GPL-2.0 OR MIT)2%YAML 1.23---4$id: http://devicetree.org/schemas/riscv/sifive.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: SiFive SoC-based boards8 9maintainers:10  - Paul Walmsley <paul.walmsley@sifive.com>11  - Palmer Dabbelt <palmer@sifive.com>12 13description:14  SiFive SoC-based boards15 16properties:17  $nodename:18    const: '/'19  compatible:20    oneOf:21      - items:22          - enum:23              - sifive,hifive-unleashed-a0024          - const: sifive,fu540-c00025          - const: sifive,fu54026 27      - items:28          - enum:29              - sifive,hifive-unmatched-a0030          - const: sifive,fu740-c00031          - const: sifive,fu74032 33additionalProperties: true34 35...36