kernel_samsung_a34x-permissive/Documentation/devicetree/bindings/iio/light/isl29501.txt

14 lines
220 B
Plaintext
Raw Normal View History

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