]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - Bindings/iio/light/bh1750.txt
Import devicetree files from Linux 5.4
[FreeBSD/FreeBSD.git] / Bindings / iio / light / bh1750.txt
1 ROHM BH1750 - ALS, Ambient light sensor
2
3 Required properties:
4
5 - compatible: Must be one of:
6     "rohm,bh1710"
7     "rohm,bh1715"
8     "rohm,bh1721"
9     "rohm,bh1750"
10     "rohm,bh1751"
11 - reg: the I2C address of the sensor
12
13 Example:
14
15 light-sensor@23 {
16         compatible = "rohm,bh1750";
17         reg = <0x23>;
18 };