Linux-libre 5.7.6-gnu
[librecmc/linux-libre.git] / Documentation / devicetree / bindings / iio / light / vcnl4000.txt
1 VISHAY VCNL4000 -  Ambient Light and proximity sensor
2
3 This driver supports the VCNL4000/10/20/40 and VCNL4200 chips
4
5 Required properties:
6
7         -compatible: must be one of :
8         vishay,vcnl4000
9         vishay,vcnl4010
10         vishay,vcnl4020
11         vishay,vcnl4040
12         vishay,vcnl4200
13
14         -reg: I2C address of the sensor, should be one from below based on the model:
15         0x13
16         0x51
17         0x60
18
19 Example:
20
21 light-sensor@51 {
22         compatible = "vishay,vcnl4200";
23         reg = <0x51>;
24 };