brintos

brintos / linux-shallow public Read only

0
0
Text · 836 B · e1a4a97 Raw
35 lines · yaml
1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)2%YAML 1.23---4$id: http://devicetree.org/schemas/loongarch/loongson.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: Loongson SoC-based boards8 9maintainers:10  - Binbin Zhou <zhoubinbin@loongson.cn>11 12properties:13  $nodename:14    const: '/'15  compatible:16    oneOf:17      - description: Loongson-2K0500 processor based boards18        items:19          - const: loongson,ls2k0500-ref20          - const: loongson,ls2k050021 22      - description: Loongson-2K1000 processor based boards23        items:24          - const: loongson,ls2k1000-ref25          - const: loongson,ls2k100026 27      - description: Loongson-2K2000 processor based boards28        items:29          - const: loongson,ls2k2000-ref30          - const: loongson,ls2k200031 32additionalProperties: true33 34...35