[PATCH v1 4/9] dt-bindings: arm: hpe: add GXP Support
nick.hawkins at hpe.com
nick.hawkins at hpe.com
Thu May 26 20:55:43 CEST 2022
From: Nick Hawkins <nick.hawkins at hpe.com>
Add support for HPE GXP. The GXP is based on the cortex a9 processor and
supports arm7.
Signed-off-by: Nick Hawkins <nick.hawkins at hpe.com>
---
doc/device-tree-bindings/arm/hpe,gxp.yaml | 27 +++++++++++++++++++++++
1 file changed, 27 insertions(+)
create mode 100644 doc/device-tree-bindings/arm/hpe,gxp.yaml
diff --git a/doc/device-tree-bindings/arm/hpe,gxp.yaml b/doc/device-tree-bindings/arm/hpe,gxp.yaml
new file mode 100644
index 0000000000..224bbcb93f
--- /dev/null
+++ b/doc/device-tree-bindings/arm/hpe,gxp.yaml
@@ -0,0 +1,27 @@
+# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/arm/hpe,gxp.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: HPE BMC GXP platforms
+
+maintainers:
+ - Nick Hawkins <nick.hawkins at hpe.com>
+ - Jean-Marie Verdun <verdun at hpe.com>
+
+properties:
+ compatible:
+ oneOf:
+ - description: GXP Based Boards
+ items:
+ - enum:
+ - hpe,gxp-dl360gen10
+ - const: hpe,gxp
+
+required:
+ - compatible
+
+additionalProperties: true
+
+...
--
2.17.1
More information about the U-Boot
mailing list