zephyr/dts/bindings/led/ti,lp5562.yaml
Rick Bruyninckx 9b0510cea9 drivers: led: add output current configuration to ti,lp5562
Add Output current configuration for led channels to the TI lp5562 driver.

Signed-off-by: Rick Bruyninckx <xactme@gmail.com>
2024-03-26 16:17:23 -04:00

28 lines
902 B
YAML

description: TI LP5562 LED
compatible: "ti,lp5562"
include: i2c-device.yaml
properties:
red-output-current:
type: int
default: 175
description: Output current of red channel in 0.1 mA (0-25.5 mA).
Default value is the power-on default. Valid range = 0 - 255
green-output-current:
type: int
default: 175
description: Output current of green channel in 0.1 mA (0-25.5 mA)
Default value is the power-on default. Valid range = 0 - 255
blue-output-current:
type: int
default: 175
description: Output current of blue channel in 0.1 mA (0-25.5 mA)
Default value is the power-on default. Valid range = 0 - 255
white-output-current:
type: int
default: 175
description: Output current of white channel in 0.1 mA (0-25.5 mA)
Default value is the power-on default. Valid range = 0 - 255