summaryrefslogtreecommitdiff
path: root/zephyr/dts/bindings/power/intel,ap-pwrseq-vw.yaml
blob: 12b310e38390b5851792572dcaf67fb082177aab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Copyright 2022 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

description: Node for eSPI virtual wire power signal

compatible: "intel,ap-pwrseq-vw"

include: intel,ap-pwr-signal-base.yaml
properties:
    virtual-wire:
        type: string
        required: true
        description: |
          Enumeration value to eSPI signals that can be sent
          or received through virtual wire channel

        enum:
        - ESPI_VWIRE_SIGNAL_SLP_S3
        - ESPI_VWIRE_SIGNAL_SLP_S4
        - ESPI_VWIRE_SIGNAL_SLP_S5

    vw-invert:
        type: boolean
        description: |
          Only used for virtual wire nodes.
          If set, the virtual wire signal is inverted before
          being returned.