summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/peci/peci-client.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/devicetree/bindings/peci/peci-client.yaml')
-rw-r--r--Documentation/devicetree/bindings/peci/peci-client.yaml11
1 files changed, 9 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/peci/peci-client.yaml b/Documentation/devicetree/bindings/peci/peci-client.yaml
index fc7c4110e929..e4a3ddbbd089 100644
--- a/Documentation/devicetree/bindings/peci/peci-client.yaml
+++ b/Documentation/devicetree/bindings/peci/peci-client.yaml
@@ -20,6 +20,11 @@ properties:
addresses start from 0x30.
maxItems: 1
+ domain:
+ description: |
+ PECI client Domain ID from 0 to 15.
+ maxItems: 1
+
examples:
- |
#include <dt-bindings/interrupt-controller/arm-gic.h>
@@ -40,14 +45,16 @@ examples:
resets = <&syscon ASPEED_RESET_PECI>;
clock-frequency = <24000000>;
- peci-client@30 {
+ peci-client@0 {
compatible = "intel,peci-client";
reg = <0x30>;
+ domain = <0>;
};
- peci-client@31 {
+ peci-client@1 {
compatible = "intel,peci-client";
reg = <0x31>;
+ domain = <0>;
};
};
};