0001 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
0002 %YAML 1.2
0003 ---
0004 $id: http://devicetree.org/schemas/arm/hpe,gxp.yaml#
0005 $schema: http://devicetree.org/meta-schemas/core.yaml#
0006
0007 title: HPE BMC GXP platforms
0008
0009 maintainers:
0010 - Nick Hawkins <nick.hawkins@hpe.com>
0011 - Jean-Marie Verdun <verdun@hpe.com>
0012
0013 properties:
0014 compatible:
0015 oneOf:
0016 - description: GXP Based Boards
0017 items:
0018 - enum:
0019 - hpe,gxp-dl360gen10
0020 - const: hpe,gxp
0021
0022 required:
0023 - compatible
0024
0025 additionalProperties: true
0026
0027 ...