brintos

brintos / linux-shallow public Read only

0
0
Text · 965 B · d386744 Raw
37 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,npcm.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: NPCM Platforms8 9maintainers:10  - Jonathan Neuschäfer <j.neuschaefer@gmx.net>11  - Tomer Maimon <tmaimon77@gmail.com>12 13properties:14  $nodename:15    const: '/'16  compatible:17    oneOf:18      - description: WPCM450 based boards19        items:20          - enum:21              - supermicro,x9sci-ln4f-bmc   # Supermicro X9SCI-LN4F server's BMC22          - const: nuvoton,wpcm45023 24      - description: NPCM750 based boards25        items:26          - enum:27              - nuvoton,npcm750-evb         # NPCM750 evaluation board28          - const: nuvoton,npcm75029 30      - description: NPCM845 based boards31        items:32          - enum:33              - nuvoton,npcm845-evb         # NPCM845 evaluation board34          - const: nuvoton,npcm84535 36additionalProperties: true37