Sophie

Sophie

distrib > Mageia > 7 > x86_64 > by-pkgid > 36f0ea3f35c8b82a69e3cf261ae47a2e > files > 2494

kernel-linus-doc-5.7.19-1.mga7.noarch.rpm

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>;
};