kernel_samsung_a53x/Documentation/devicetree/bindings/iio/light/renesas,isl29501.txt
2024-06-15 16:02:09 -03:00

13 lines
220 B
Text
Executable file

* 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>;
};