1 * Avago APDS9300 ambient light sensor
3 http://www.avagotech.com/docs/AV02-1077EN
7 - compatible : should be "avago,apds9300"
8 - reg : the I2C address of the sensor
12 - interrupt-parent : should be the phandle for the interrupt controller
13 - interrupts : interrupt mapping for GPIO IRQ
18 compatible = "avago,apds9300";
20 interrupt-parent = <&gpio2>;