kernel_samsung_a34x-permissive/Documentation/devicetree/bindings/iio/light/isl29501.txt
2024-04-28 15:51:13 +02: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>;
};