brintos

brintos / linux-shallow public Read only

0
0
Text · 679 B · fb190db Raw
31 lines · yaml
1# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause2%YAML 1.23---4$id: http://devicetree.org/schemas/arm/nuvoton/nuvoton,ma35d1.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: Nuvoton MA35 series SoC based platforms8 9maintainers:10  - Jacky Huang <ychuang3@nuvoton.com>11 12description: |13  Boards with an ARMv8 based Nuvoton MA35 series SoC shall have14  the following properties.15 16properties:17  $nodename:18    const: '/'19  compatible:20    oneOf:21 22      - description: MA35D1 based boards23        items:24          - enum:25              - nuvoton,ma35d1-iot26              - nuvoton,ma35d1-som27          - const: nuvoton,ma35d128 29additionalProperties: true30...31