summaryrefslogtreecommitdiff
path: root/zephyr/dts/bindings/cros_pwr_signal/power-signal-list.yaml
blob: 1346968cc0b9eed50b95e9e9953b2f0878690e6e (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
# Copyright 2021 Google LLC
# SPDX-License-Identifier: Apache-2.0

description: Power Signal List

properties:
  power-signals-required:
    description:
      Number of power-signal children there should be for the current AP
    type: int

child-binding:
  description: Power Signal List child node
  properties:
    gpio:
      description:
        PHandle to the associated GPIO
      type: phandle
      required: true
    power-enum-name:
      description:
        Enumeration values for power-signal-list
      type: string
      required: true