1 Analog devices AS3645A device tree bindings
3 The AS3645A flash LED controller can drive two LEDs, one high current
4 flash LED and one indicator LED. The high current flash LED can be
5 used in torch mode as well.
7 Ranges below noted as [a, b] are closed ranges between a and b, i.e. a
8 and b are included in the range.
10 Please also see common.txt in the same directory.
16 compatible : Must be "ams,as3645a".
17 reg : The I2C address of the device. Typically 0x30.
22 Required properties of the flash child node (0)
23 ===============================================
26 flash-timeout-us: Flash timeout in microseconds. The value must be in
27 the range [100000, 850000] and divisible by 50000.
28 flash-max-microamp: Maximum flash current in microamperes. Has to be
29 in the range between [200000, 500000] and
31 led-max-microamp: Maximum torch (assist) current in microamperes. The
32 value must be in the range between [20000, 160000] and
34 ams,input-max-microamp: Maximum flash controller input current. The
35 value must be in the range [1250000, 2000000]
36 and divisible by 50000.
39 Optional properties of the flash child node
40 ===========================================
42 label : The label of the flash LED.
45 Required properties of the indicator child node (1)
46 ===================================================
49 led-max-microamp: Maximum indicator current. The allowed values are
50 2500, 5000, 7500 and 10000.
52 Optional properties of the indicator child node
53 ===============================================
55 label : The label of the indicator LED.
65 compatible = "ams,as3645a";
68 flash-timeout-us = <150000>;
69 flash-max-microamp = <320000>;
70 led-max-microamp = <60000>;
71 ams,input-max-microamp = <1750000>;
72 label = "as3645a:flash";
76 led-max-microamp = <10000>;
77 label = "as3645a:indicator";