xref: /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/proximity/vl53l0x.txt (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunST VL53L0X ToF ranging sensor
2*4882a593Smuzhiyun
3*4882a593SmuzhiyunRequired properties:
4*4882a593Smuzhiyun	- compatible: must be "st,vl53l0x"
5*4882a593Smuzhiyun	- reg: i2c address where to find the device
6*4882a593Smuzhiyun
7*4882a593SmuzhiyunOptional properties:
8*4882a593Smuzhiyun	- interrupts:	Interrupt for notifying that new measurement is ready.
9*4882a593Smuzhiyun			If no interrupt is specified, polling is used.
10*4882a593Smuzhiyun
11*4882a593SmuzhiyunExample:
12*4882a593Smuzhiyun
13*4882a593Smuzhiyunvl53l0x@29 {
14*4882a593Smuzhiyun	compatible = "st,vl53l0x";
15*4882a593Smuzhiyun	reg = <0x29>;
16*4882a593Smuzhiyun	interrupt-parent = <&gpio>;
17*4882a593Smuzhiyun	interrupts = <23 IRQ_TYPE_EDGE_FALLING>;
18*4882a593Smuzhiyun};
19