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
Merge tag 'powerpc-4.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc...
[linux/fpc-iii.git]
/
Documentation
/
devicetree
/
bindings
/
iio
/
adc
/
mcp3422.txt
blob
82bcce07255d4792baee3038b0a2dfadbff7b3c4
1
* Microchip mcp3421/2/3/4/6/7/8 chip family (ADC)
2
3
Required properties:
4
- compatible: Should be
5
"microchip,mcp3421" or
6
"microchip,mcp3422" or
7
"microchip,mcp3423" or
8
"microchip,mcp3424" or
9
"microchip,mcp3425" or
10
"microchip,mcp3426" or
11
"microchip,mcp3427" or
12
"microchip,mcp3428"
13
- reg: I2C address for the device
14
15
Example:
16
adc@0 {
17
compatible = "microchip,mcp3424";
18
reg = <0x68>;
19
};