arm64: dts: qcom: sm8550: add TRNG node
[linux-modified.git] / Documentation / devicetree / bindings / arm / hpe,gxp.yaml
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 ...