summaryrefslogtreecommitdiff
path: root/zephyr/dts/bindings/cros_displight/cros-ec,displight.yaml
blob: 1ce1892fd22d72ef3ae11d5d2043ed77bdbed098 (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: Display backlight configuration

compatible: "cros-ec,displight"

include: base.yaml

properties:
  pwms:
    type: phandle-array
    required: true
    description: PWM controlling the display backlight level.

  generic-pwm-channel:
    type: int
    required: false
    description: Generic PWM channel number for legacy compatibility.