linux/linux-5.4.31/Documentation/devicetree/bindings/iio/proximity/vl53l0x.txt

13 lines
203 B
Plaintext

ST VL53L0X ToF ranging sensor
Required properties:
- compatible: must be "st,vl53l0x"
- reg: i2c address where to find the device
Example:
vl53l0x@29 {
compatible = "st,vl53l0x";
reg = <0x29>;
};