Merge tag 'trace-v5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...
[linux-2.6-microblaze.git] / Documentation / devicetree / bindings / iio / light / tsl2563.txt
1 * AMS TAOS TSL2563 ambient light sensor
2
3 Required properties:
4
5   - compatible : should be "amstaos,tsl2563"
6   - reg : the I2C address of the sensor
7
8 Optional properties:
9
10   - amstaos,cover-comp-gain : integer used as multiplier for gain
11                               compensation (default = 1)
12
13 Example:
14
15 tsl2563@29 {
16         compatible = "amstaos,tsl2563";
17         reg = <0x29>;
18         amstaos,cover-comp-gain = <16>;
19 };