1ROHM BH1750 - ALS, Ambient light sensor
2
3Required 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
13Example:
14
15light-sensor@23 {
16	compatible = "rohm,bh1750";
17	reg = <0x23>;
18};
19