brintos

brintos / linux-shallow public Read only

0
0
Text · 608 B · 72554a4 Raw
29 lines · yaml
1# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause2%YAML 1.23---4$id: http://devicetree.org/schemas/arm/socionext/synquacer.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: Socionext Synquacer platform8 9maintainers:10  - Masahisa Kojima <masahisa.kojima@linaro.org>11  - Jassi Brar <jaswinder.singh@linaro.org>12 13description:14  Socionext SC2A11B (Synquacer) SoC based boards15 16properties:17  $nodename:18    const: '/'19  compatible:20    oneOf:21      - items:22          - enum:23              - socionext,developer-box24          - const: socionext,synquacer25 26additionalProperties: true27 28...29