c05564c4d8
Android 13
14 lines
220 B
Plaintext
Executable file
14 lines
220 B
Plaintext
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>;
|
|
};
|