0001 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
0002 %YAML 1.2
0003 ---
0004 $id: http://devicetree.org/schemas/arm/npcm/npcm.yaml#
0005 $schema: http://devicetree.org/meta-schemas/core.yaml#
0006
0007 title: NPCM Platforms Device Tree Bindings
0008
0009 maintainers:
0010 - Jonathan Neuschäfer <j.neuschaefer@gmx.net>
0011 - Tomer Maimon <tmaimon77@gmail.com>
0012
0013 properties:
0014 $nodename:
0015 const: '/'
0016 compatible:
0017 oneOf:
0018 - description: WPCM450 based boards
0019 items:
0020 - enum:
0021 - supermicro,x9sci-ln4f-bmc # Supermicro X9SCI-LN4F server's BMC
0022 - const: nuvoton,wpcm450
0023
0024 - description: NPCM750 based boards
0025 items:
0026 - enum:
0027 - nuvoton,npcm750-evb # NPCM750 evaluation board
0028 - const: nuvoton,npcm750
0029
0030 - description: NPCM845 based boards
0031 items:
0032 - enum:
0033 - nuvoton,npcm845-evb # NPCM845 evaluation board
0034 - const: nuvoton,npcm845
0035
0036 additionalProperties: true