brintos

brintos / linux-shallow public Read only

0
0
Text · 533 B · 224bbcb Raw
28 lines · yaml
1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)2%YAML 1.23---4$id: http://devicetree.org/schemas/arm/hpe,gxp.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: HPE BMC GXP platforms8 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 Boards17        items:18          - enum:19              - hpe,gxp-dl360gen1020          - const: hpe,gxp21 22required:23  - compatible24 25additionalProperties: true26 27...28