Merge tag 'perf-core-for-mingo-5.1-20190321' of git://git.kernel.org/pub/scm/linux...
[linux-2.6-microblaze.git] / Documentation / devicetree / bindings / iio / light / tsl2583.txt
1 * TAOS TSL 2580/2581/2583 ALS sensor
2
3 Required properties:
4
5   - compatible: Should be one of
6                 "amstaos,tsl2580"
7                 "amstaos,tsl2581"
8                 "amstaos,tsl2583"
9   - reg: the I2C address of the device
10
11 Optional properties:
12
13   - interrupts: the sole interrupt generated by the device
14
15   Refer to interrupt-controller/interrupts.txt for generic interrupt client
16   node bindings.
17
18   - vcc-supply: phandle to the regulator that provides power to the sensor.
19
20 Example:
21
22 tsl2581@29 {
23         compatible = "amstaos,tsl2581";
24         reg = <0x29>;
25 };