summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/iio/light/isl29501.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/iio/light/isl29501.txt')
-rw-r--r--dts/Bindings/iio/light/isl29501.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/dts/Bindings/iio/light/isl29501.txt b/dts/Bindings/iio/light/isl29501.txt
new file mode 100644
index 0000000000..46957997fe
--- /dev/null
+++ b/dts/Bindings/iio/light/isl29501.txt
@@ -0,0 +1,13 @@
+* 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>;
+};