sh_eth: fix EESIPR values for SH77{34|63}
[linux/fpc-iii.git] / Documentation / devicetree / bindings / iio / light / tsl2563.txt
blobf91e809e736eaed329e09d66ffaa7854d8440b63
1 * AMS TAOS TSL2563 ambient light sensor
3 Required properties:
5   - compatible : should be "amstaos,tsl2563"
6   - reg : the I2C address of the sensor
8 Optional properties:
10   - amstaos,cover-comp-gain : integer used as multiplier for gain
11                               compensation (default = 1)
13 Example:
15 tsl2563@29 {
16         compatible = "amstaos,tsl2563";
17         reg = <0x29>;
18         amstaos,cover-comp-gain = <16>;