Sign in
android-kvm
/
linux
/
6a77de2596a8d02cbfe9cebe448d8575e4354c9a
/
.
/
Documentation
/
devicetree
/
bindings
/
iio
/
proximity
/
vl53l0x.txt
blob: aac5f621f8dc238c0a859abf8c9cc6357b3507da [
file
] [
log
] [
blame
]
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>;
};