blob: 224bbcb93f950c38d33f3ddf01ba3a6e1887a8f2 [file] [log] [blame]
Tom Rini53633a82024-02-29 12:33:36 -05001# 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...