repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux 4.1.18
[linux/fpc-iii.git]
/
Documentation
/
devicetree
/
bindings
/
iio
/
adc
/
mcp3422.txt
blob
333139cc0bfb3cbdb615b077864050289dadaee0
1
* Microchip mcp3422/3/4/6/7/8 chip family (ADC)
2
3
Required properties:
4
- compatible: Should be
5
"microchip,mcp3422" or
6
"microchip,mcp3423" or
7
"microchip,mcp3424" or
8
"microchip,mcp3426" or
9
"microchip,mcp3427" or
10
"microchip,mcp3428"
11
- reg: I2C address for the device
12
13
Example:
14
adc@0 {
15
compatible = "microchip,mcp3424";
16
reg = <0x68>;
17
};