Merge tag 'asoc-v4.19-rc4' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / iio / light / isl29501.txt
1 * ISL29501 Time-of-flight sensor.
2
3 Required properties:
4
5   - compatible : should be "renesas,isl29501"
6   - reg : the I2C address of the sensor
7
8 Example:
9
10 isl29501@57 {
11         compatible = "renesas,isl29501";
12         reg = <0x57>;
13 };