1ST VL53L0X ToF ranging sensor
2
3Required properties:
4	- compatible: must be "st,vl53l0x"
5	- reg: i2c address where to find the device
6
7Example:
8
9vl53l0x@29 {
10	compatible = "st,vl53l0x";
11	reg = <0x29>;
12};
13