lkml.org 
[lkml]   [2023]   [Jan]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 2/5] dt-bindings: soc: hpe: hpe,gxp-srom.yaml
Date
From: Clay Chang <clayc@hpe.com>

Document binding to support SROM driver in GXP.

Signed-off-by: Clay Chang <clayc@hpe.com>
---
.../bindings/soc/hpe/hpe,gxp-srom.yaml | 36 +++++++++++++++++++
1 file changed, 36 insertions(+)
create mode 100644 Documentation/devicetree/bindings/soc/hpe/hpe,gxp-srom.yaml

diff --git a/Documentation/devicetree/bindings/soc/hpe/hpe,gxp-srom.yaml b/Documentation/devicetree/bindings/soc/hpe/hpe,gxp-srom.yaml
new file mode 100644
index 000000000000..14ad97d595c8
--- /dev/null
+++ b/Documentation/devicetree/bindings/soc/hpe/hpe,gxp-srom.yaml
@@ -0,0 +1,36 @@
+# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/soc/hpe/hpe,gxp-srom.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: HPE GXP SoC SROM Control Register
+
+maintainers:
+ - Clay Chang <clayc@hpe.com>
+
+description: |+
+ The SROM control register can be used to configure LPC related legacy
+ I/O registers.
+
+properties:
+ compatible:
+ items:
+ - const: hpe,gxp-srom
+
+ reg:
+ items:
+ - description: SROM LPC Configuration Registers
+
+required:
+ - compatible
+ - reg
+
+unevaluatedProperties: false
+
+examples:
+ - |
+ srom: srom@80fc0000 {
+ compatible = "hpe,gxp-srom";
+ reg = <0x80fc0000 0x100>;
+ };
--
2.17.1
\
 
 \ /
  Last update: 2023-03-26 23:34    [W:0.213 / U:0.288 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site