Newer
Older
barebox / dts / Bindings / iio / light / renesas,isl29501.txt
@Sascha Hauer Sascha Hauer on 15 Oct 2019 220 bytes dts: update to v5.4-rc1
* 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>;
};