]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - Documentation/devicetree/bindings/iio/light/apds9960.txt
Merge remote-tracking branch 'userns/for-next'
[karo-tx-linux.git] / Documentation / devicetree / bindings / iio / light / apds9960.txt
1 * Avago APDS9960 gesture/RGB/ALS/proximity sensor
2
3 http://www.avagotech.com/docs/AV02-4191EN
4
5 Required properties:
6
7   - compatible: must be "avago,apds9960"
8   - reg: the I2c address of the sensor
9   - interrupt-parent: should be the phandle for the interrupt controller
10   - interrupts : the sole interrupt generated by the device
11
12   Refer to interrupt-controller/interrupts.txt for generic interrupt client
13   node bindings.
14
15 Example:
16
17 apds9960@39 {
18         compatible = "avago,apds9960";
19         reg = <0x39>;
20         interrupt-parent = <&gpio1>;
21         interrupts = <16 1>;
22 };