18c2ecf20Sopenharmony_ciST VL53L0X ToF ranging sensor
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciRequired properties:
48c2ecf20Sopenharmony_ci	- compatible: must be "st,vl53l0x"
58c2ecf20Sopenharmony_ci	- reg: i2c address where to find the device
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_ciOptional properties:
88c2ecf20Sopenharmony_ci	- interrupts:	Interrupt for notifying that new measurement is ready.
98c2ecf20Sopenharmony_ci			If no interrupt is specified, polling is used.
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ciExample:
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_civl53l0x@29 {
148c2ecf20Sopenharmony_ci	compatible = "st,vl53l0x";
158c2ecf20Sopenharmony_ci	reg = <0x29>;
168c2ecf20Sopenharmony_ci	interrupt-parent = <&gpio>;
178c2ecf20Sopenharmony_ci	interrupts = <23 IRQ_TYPE_EDGE_FALLING>;
188c2ecf20Sopenharmony_ci};
19