Lines Matching +full:led +full:- +full:current
2 # SPDX-License-Identifier: Apache-2.0
3 description: ISSI IS31FL3733 LED Matrix Driver
7 include: "i2c-device.yaml"
10 sdb-gpios:
11 type: phandle-array
17 current-limit:
21 Global current limit. Sets the global current control register of LED
22 driver (set table 14). Limits global current based on the following
23 formula: (840/R_ISET) * (current-limit/256). Defaults to max value
24 of 0xFF, so led output will still be enabled if property is
27 sync-mode:
31 - "none"
32 - "master"
33 - "slave"
35 This property configures the LED controller as a master or slave
37 LED controllers. See SYNC bits in led configuration register for more