xref: /freebsd/sys/contrib/device-tree/Bindings/arm/hpe,gxp.yaml (revision d5b0e70f7e04d971691517ce1304d86a1e367e2e)
1*d5b0e70fSEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2*d5b0e70fSEmmanuel Vadot%YAML 1.2
3*d5b0e70fSEmmanuel Vadot---
4*d5b0e70fSEmmanuel Vadot$id: http://devicetree.org/schemas/arm/hpe,gxp.yaml#
5*d5b0e70fSEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml#
6*d5b0e70fSEmmanuel Vadot
7*d5b0e70fSEmmanuel Vadottitle: HPE BMC GXP platforms
8*d5b0e70fSEmmanuel Vadot
9*d5b0e70fSEmmanuel Vadotmaintainers:
10*d5b0e70fSEmmanuel Vadot  - Nick Hawkins <nick.hawkins@hpe.com>
11*d5b0e70fSEmmanuel Vadot  - Jean-Marie Verdun <verdun@hpe.com>
12*d5b0e70fSEmmanuel Vadot
13*d5b0e70fSEmmanuel Vadotproperties:
14*d5b0e70fSEmmanuel Vadot  compatible:
15*d5b0e70fSEmmanuel Vadot    oneOf:
16*d5b0e70fSEmmanuel Vadot      - description: GXP Based Boards
17*d5b0e70fSEmmanuel Vadot        items:
18*d5b0e70fSEmmanuel Vadot          - enum:
19*d5b0e70fSEmmanuel Vadot              - hpe,gxp-dl360gen10
20*d5b0e70fSEmmanuel Vadot          - const: hpe,gxp
21*d5b0e70fSEmmanuel Vadot
22*d5b0e70fSEmmanuel Vadotrequired:
23*d5b0e70fSEmmanuel Vadot  - compatible
24*d5b0e70fSEmmanuel Vadot
25*d5b0e70fSEmmanuel VadotadditionalProperties: true
26*d5b0e70fSEmmanuel Vadot
27*d5b0e70fSEmmanuel Vadot...
28