sh_eth: fix EESIPR values for SH77{34|63}
[linux/fpc-iii.git] / Documentation / devicetree / bindings / iio / light / isl29018.txt
blob425ab459e2098cdc5945a3413d09d858b79142cf
1 * ISL 29018/29023/29035 I2C ALS, Proximity, and Infrared sensor
3 Required properties:
5   - compatible: Should be one of
6                 "isil,isl29018"
7                 "isil,isl29023"
8                 "isil,isl29035"
9   - reg: the I2C address of the device
11 Optional properties:
13   - interrupt-parent: should be the phandle for the interrupt controller
14   - interrupts: the sole interrupt generated by the device
16   Refer to interrupt-controller/interrupts.txt for generic interrupt client
17   node bindings.
19   - vcc-supply: phandle to the regulator that provides power to the sensor.
21 Example:
23 isl29018@44 {
24         compatible = "isil,isl29018";
25         reg = <0x44>;
26         interrupt-parent = <&gpio>;
27         interrupts = <TEGRA_GPIO(Z, 2) IRQ_TYPE_LEVEL_HIGH>;