summaryrefslogtreecommitdiff
path: root/zephyr/dts/bindings/power/ap-pwrseq-sub-states.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/dts/bindings/power/ap-pwrseq-sub-states.yaml')
-rw-r--r--zephyr/dts/bindings/power/ap-pwrseq-sub-states.yaml21
1 files changed, 21 insertions, 0 deletions
diff --git a/zephyr/dts/bindings/power/ap-pwrseq-sub-states.yaml b/zephyr/dts/bindings/power/ap-pwrseq-sub-states.yaml
new file mode 100644
index 0000000000..8632b7e7b5
--- /dev/null
+++ b/zephyr/dts/bindings/power/ap-pwrseq-sub-states.yaml
@@ -0,0 +1,21 @@
+# Copyright 2022 Intel Corporation
+# SPDX-License-Identifier: Apache-2.0
+
+description: |
+ Define additional substates to be included in state machine. Use corresponding
+ macros to provide action handlers.
+compatible: "ap-pwrseq-sub-states"
+
+properties:
+ chipset:
+ type: string-array
+ required: false
+ description: |
+ User defined power subtstates, use AP_POWER_CHIPSET_SUB_STATE_DEFINE, to define
+ substate action handler functions.
+ application:
+ type: string-array
+ required: false
+ description: |
+ User defined power subtstates, use AP_POWER_APP_SUB_STATE_DEFINE, to define
+ substate action handler functions.