Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: arm: hpe: add GXP Support

Add support for HPE GXP. The GXP is based on the cortex a9 processor and
supports arm7.

Signed-off-by: Nick Hawkins <nick.hawkins@hpe.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Rob Herring <robh@kernel.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

authored by

Nick Hawkins and committed by
Arnd Bergmann
b1d81dca ea526e21

+27
+27
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 + ...