Merge tag 'iommu-updates-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / iio / light / isl29018.txt
1 * ISL 29018/29023/29035 I2C ALS, Proximity, and Infrared sensor
2
3 Required properties:
4
5   - compatible: Should be one of
6                 "isil,isl29018"
7                 "isil,isl29023"
8                 "isil,isl29035"
9   - reg: the I2C address of the device
10
11 Optional properties:
12
13   - interrupts: the sole interrupt generated by the device
14
15   Refer to interrupt-controller/interrupts.txt for generic interrupt client
16   node bindings.
17
18   - vcc-supply: phandle to the regulator that provides power to the sensor.
19
20 Example:
21
22 isl29018@44 {
23         compatible = "isil,isl29018";
24         reg = <0x44>;
25         interrupt-parent = <&gpio>;
26         interrupts = <TEGRA_GPIO(Z, 2) IRQ_TYPE_LEVEL_HIGH>;
27 };