1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/leds/issi,is31fl319x.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: ISSI LED Controllers for IS31FL319{0,1,3,6,9}
10 - Vincent Knecht <vincent.knecht@mailoo.org>
13 The IS31FL319X are LED controllers with I2C interface.
14 Previously known as Si-En SN319{0,1,3,6,9}.
16 For more product information please see the links below:
17 https://lumissil.com/assets/pdf/core/IS31FL3190_DS.pdf
18 https://lumissil.com/assets/pdf/core/IS31FL3191_DS.pdf
19 https://lumissil.com/assets/pdf/core/IS31FL3193_DS.pdf
20 https://lumissil.com/assets/pdf/core/IS31FL3196_DS.pdf
21 https://lumissil.com/assets/pdf/core/IS31FL3199_DS.pdf
42 description: GPIO attached to the SDB pin.
45 $ref: /schemas/types.yaml#/definitions/uint32
47 description: Audio gain selection for external analog modulation input.
48 enum: [0, 3, 6, 9, 12, 15, 18, 21]
60 unevaluatedProperties: false
64 description: Index of the LED.
70 Note that a driver will take the lowest of all LED limits
71 since the chip has a single global setting. The lowest value
72 will be chosen due to the PWM specificity, where lower
73 brightness is achieved by reducing the duty-cycle of pulses
74 and not the current, which will always have its peak value
75 equal to led-max-microamp.
92 enum: [0x68, 0x69, 0x6a, 0x6b]
101 enum: [5000, 10000, 17500, 30000, 42000]
105 enum: [0x64, 0x65, 0x66, 0x67]
112 enum: [5000, 10000, 15000, 20000, 25000, 30000, 35000, 40000]
161 additionalProperties: false
165 #include <dt-bindings/gpio/gpio.h>
166 #include <dt-bindings/leds/common.h>
169 #address-cells = <1>;
173 compatible = "issi,is31fl3196";
175 #address-cells = <1>;
178 shutdown-gpios = <&gpio0 11 GPIO_ACTIVE_HIGH>;
183 led-max-microamp = <10000>;
188 label = "green:power";
189 linux,default-trigger = "default-on";