1 * Avago APDS9960 gesture/RGB/ALS/proximity sensor
3 http://www.avagotech.com/docs/AV02-4191EN
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
12 Refer to interrupt-controller/interrupts.txt for generic interrupt client
18 compatible = "avago,apds9960";
20 interrupt-parent = <&gpio1>;