xref: /freebsd/sys/contrib/device-tree/Bindings/iio/proximity/vl53l0x.txt (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
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