Merge tag 'v4.20' into next
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / iio / proximity / vl53l0x.txt
1 ST VL53L0X ToF ranging sensor
2
3 Required properties:
4         - compatible: must be "st,vl53l0x"
5         - reg: i2c address where to find the device
6
7 Example:
8
9 vl53l0x@29 {
10         compatible = "st,vl53l0x";
11         reg = <0x29>;
12 };