summaryrefslogtreecommitdiff
path: root/zephyr/dts/bindings/power/intel,ap-pwrseq-adc.yaml
blob: 3dd6fabf1c46d5c2f29b1f19dea6f571eda168a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 2022 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

description: Power sequence analog signals container.

compatible: "intel,ap-pwrseq-adc"

include: intel,ap-pwr-signal-base.yaml

properties:
    trigger-high:
        description: Rising edge trigger adc comparator
        type: phandle
        required: true

    trigger-low:
        description: Falling edge trigger adc comparator
        type: phandle
        required: true