summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/iio/light/renesas,isl29501.txt
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2019-10-17 08:10:11 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2019-10-17 08:10:11 +0200
commit97f279282bddf9017837c44830d6079637768607 (patch)
tree1d25e8835d420e5939ec0751f2a62f5b91e962c2 /dts/Bindings/iio/light/renesas,isl29501.txt
parent5d53073fae7856774d0005c78e6fc091bdb31fd1 (diff)
parent8db93e32c96bcb096928a2ea120be37c35e187b7 (diff)
downloadbarebox-97f279282bddf9017837c44830d6079637768607.tar.gz
barebox-97f279282bddf9017837c44830d6079637768607.tar.xz
Merge branch 'for-next/dts'
Diffstat (limited to 'dts/Bindings/iio/light/renesas,isl29501.txt')
-rw-r--r--dts/Bindings/iio/light/renesas,isl29501.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/dts/Bindings/iio/light/renesas,isl29501.txt b/dts/Bindings/iio/light/renesas,isl29501.txt
new file mode 100644
index 0000000000..46957997fe
--- /dev/null
+++ b/dts/Bindings/iio/light/renesas,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>;
+};