Tom Rini | 53633a8 | 2024-02-29 12:33:36 -0500 | [diff] [blame^] | 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 | |
| 7 | title: HPE BMC GXP platforms |
| 8 | |
| 9 | maintainers: |
| 10 | - Nick Hawkins <nick.hawkins@hpe.com> |
| 11 | - Jean-Marie Verdun <verdun@hpe.com> |
| 12 | |
| 13 | properties: |
| 14 | compatible: |
| 15 | oneOf: |
| 16 | - description: GXP Based Boards |
| 17 | items: |
| 18 | - enum: |
| 19 | - hpe,gxp-dl360gen10 |
| 20 | - const: hpe,gxp |
| 21 | |
| 22 | required: |
| 23 | - compatible |
| 24 | |
| 25 | additionalProperties: true |
| 26 | |
| 27 | ... |