blob: aa199e09a493f179ecee2cf55a45054203c5a9a7 [file] [log] [blame]
Oleksandr Kravchenko03eff7b2013-07-22 14:11:00 +01001* Avago APDS9300 ambient light sensor
2
3http://www.avagotech.com/docs/AV02-1077EN
4
5Required properties:
6
7 - compatible : should be "avago,apds9300"
8 - reg : the I2C address of the sensor
9
10Optional properties:
11
Oleksandr Kravchenko03eff7b2013-07-22 14:11:00 +010012 - interrupts : interrupt mapping for GPIO IRQ
13
14Example:
15
16apds9300@39 {
17 compatible = "avago,apds9300";
18 reg = <0x39>;
19 interrupt-parent = <&gpio2>;
20 interrupts = <29 8>;
21};