Newer
Older
barebox / dts / Bindings / iio / proximity / vl53l0x.txt
@Sascha Hauer Sascha Hauer on 8 Nov 2018 203 bytes dts: update to v4.20-rc1
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>;
};