1description: TI LP5569 LED
2
3compatible: "ti,lp5569"
4
5include: i2c-device.yaml
6
7properties:
8  enable-gpios:
9    type: phandle-array
10    description: |
11      GPIO used to enable the lp5569.
12
13  charge-pump-mode:
14    type: string
15    default: "disabled"
16    enum:
17      - "disabled"
18      - "1x"
19      - "1x5"
20      - "auto"
21    description: |
22      If provided, configures the internal charge-pump mode in the MISC
23      register. This can be useful to supply a higher voltage to the LEDs, than
24      what the lp5569 is being supplied.
25      The default corresponds to the reset value of the register.
26