summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/iio/light/bh1750.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/iio/light/bh1750.txt')
-rw-r--r--dts/Bindings/iio/light/bh1750.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/dts/Bindings/iio/light/bh1750.txt b/dts/Bindings/iio/light/bh1750.txt
new file mode 100644
index 0000000000..1e7685797d
--- /dev/null
+++ b/dts/Bindings/iio/light/bh1750.txt
@@ -0,0 +1,18 @@
+ROHM BH1750 - ALS, Ambient light sensor
+
+Required properties:
+
+- compatible: Must be one of:
+ "rohm,bh1710"
+ "rohm,bh1715"
+ "rohm,bh1721"
+ "rohm,bh1750"
+ "rohm,bh1751"
+- reg: the I2C address of the sensor
+
+Example:
+
+light-sensor@23 {
+ compatible = "rohm,bh1750";
+ reg = <0x23>;
+};