1
0
Fork 0
alistair23-linux/Documentation/devicetree/bindings/iio/light/renesas,isl29501.txt

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