[PATCH 0/3] iio: proximity: add driver for ST VL53L1X ToF sensor
From: Siratul Islam
Date: Tue Mar 03 2026 - 04:09:10 EST
This series adds support for the STMicroelectronics VL53L1X
Time-of-Flight ranging sensor.
The VL53L1X is a ToF laser-ranging sensor with I2C interface,
capable of measuring distances up to 4 meters. The driver
supports both interrupt-driven and polled operation.
Tested on Raspberry Pi 5 with a VL53L1X breakout board.
Siratul Islam (3):
dt-bindings: iio: proximity: add ST VL53L1X ToF sensor
iio: proximity: add driver for ST VL53L1X ToF sensor
MAINTAINERS: add entry for ST VL53L1X ToF sensor driver
.../bindings/iio/proximity/st,vl53l1x.yaml | 49 +
MAINTAINERS | 7 +
drivers/iio/proximity/Kconfig | 14 +
drivers/iio/proximity/Makefile | 1 +
drivers/iio/proximity/vl53l1x-i2c.c | 901 ++++++++++++++++++
5 files changed, 972 insertions(+)
create mode 100644 Documentation/devicetree/bindings/iio/proximity/st,vl53l1x.yaml
create mode 100644 drivers/iio/proximity/vl53l1x-i2c.c
base-commit: 39c633261414f12cb533a8b802ee57e2d2e3c482
--
2.53.0