projects
/
releases.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
GNU Linux-libre 4.19.295-gnu1
[releases.git]
/
Documentation
/
devicetree
/
bindings
/
iio
/
light
/
vl6180.txt
1
STMicro VL6180 - ALS, range and proximity sensor
2
3
Link to datasheet: http://www.st.com/resource/en/datasheet/vl6180x.pdf
4
5
Required properties:
6
7
-compatible: should be "st,vl6180"
8
-reg: the I2C address of the sensor
9
10
Example:
11
12
vl6180@29 {
13
compatible = "st,vl6180";
14
reg = <0x29>;
15
};