luckfox-pico-sdk/sysdrv/source/kernel/Documentation/devicetree/bindings/iio/light/renesas,isl29501.txt
2023-08-08 20:36:47 +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>;
};