nt9856x/BSP/linux-kernel/Documentation/devicetree/bindings/iio/light/isl29501.txt
2023-03-28 15:07:53 +08:00

14 lines
220 B
Plaintext

* ISL29501 Time-of-flight sensor.
Required properties:
- compatible : should be "renesas,isl29501"
- reg : the I2C address of the sensor
Example:
isl29501@57 {
compatible = "renesas,isl29501";
reg = <0x57>;
};