1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/arm/hpe,gxp.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: HPE BMC GXP platforms
8
9maintainers:
10  - Nick Hawkins <nick.hawkins@hpe.com>
11  - Jean-Marie Verdun <verdun@hpe.com>
12
13properties:
14  compatible:
15    oneOf:
16      - description: GXP Based Boards
17        items:
18          - enum:
19              - hpe,gxp-dl360gen10
20          - const: hpe,gxp
21
22required:
23  - compatible
24
25additionalProperties: true
26
27...
28