sh_eth: fix EESIPR values for SH77{34|63}
[linux/fpc-iii.git] / Documentation / devicetree / bindings / iio / light / apds9300.txt
blobd6f66c73ddbf74a54b2952e13856f29226dece11
1 * Avago APDS9300 ambient light sensor
3 http://www.avagotech.com/docs/AV02-1077EN
5 Required properties:
7   - compatible : should be "avago,apds9300"
8   - reg : the I2C address of the sensor
10 Optional properties:
12   - interrupt-parent : should be the phandle for the interrupt controller
13   - interrupts : interrupt mapping for GPIO IRQ
15 Example:
17 apds9300@39 {
18         compatible = "avago,apds9300";
19         reg = <0x39>;
20         interrupt-parent = <&gpio2>;
21         interrupts = <29 8>;