1description: TI LP5562 LED 2 3compatible: "ti,lp5562" 4 5include: i2c-device.yaml 6 7properties: 8 red-output-current: 9 type: int 10 default: 175 11 description: Output current of red channel in 0.1 mA (0-25.5 mA). 12 Default value is the power-on default. Valid range = 0 - 255 13 green-output-current: 14 type: int 15 default: 175 16 description: Output current of green channel in 0.1 mA (0-25.5 mA) 17 Default value is the power-on default. Valid range = 0 - 255 18 blue-output-current: 19 type: int 20 default: 175 21 description: Output current of blue channel in 0.1 mA (0-25.5 mA) 22 Default value is the power-on default. Valid range = 0 - 255 23 white-output-current: 24 type: int 25 default: 175 26 description: Output current of white channel in 0.1 mA (0-25.5 mA) 27 Default value is the power-on default. Valid range = 0 - 255 28 29 enable-gpios: 30 type: phandle-array 31 description: | 32 GPIO to enable LP5562 (both Charge-pump and Digital Communications interface). 33 If not provided, user must ensure enable pin is already asserted externally (e.g: 34 pull-up resistor). 35