1* Avago APDS9960 gesture/RGB/ALS/proximity sensor 2 3https://www.avagotech.com/docs/AV02-4191EN 4 5Required properties: 6 7 - compatible: must be "avago,apds9960" 8 - reg: the I2c address of the sensor 9 - interrupts : the sole interrupt generated by the device 10 11 Refer to interrupt-controller/interrupts.txt for generic interrupt client 12 node bindings. 13 14Example: 15 16apds9960@39 { 17 compatible = "avago,apds9960"; 18 reg = <0x39>; 19 interrupt-parent = <&gpio1>; 20 interrupts = <16 1>; 21}; 22