Newer
Older
barebox / dts / Bindings / iio / light / isl29501.txt
@Sascha Hauer Sascha Hauer on 11 Sep 2018 220 bytes dts: update to v4.19-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>;
};