1 * ISL 29018/29023/29035 I2C ALS, Proximity, and Infrared sensor
5 - compatible: Should be one of
9 - reg: the I2C address of the device
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
19 - vcc-supply: phandle to the regulator that provides power to the sensor.
24 compatible = "isil,isl29018";
26 interrupt-parent = <&gpio>;
27 interrupts = <TEGRA_GPIO(Z, 2) IRQ_TYPE_LEVEL_HIGH>;