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
/
dac
/
max5821.txt
blob
54276ce8c971a5d64e00f1459e297d71ab89a372
1
Maxim max5821 DAC device driver
2
3
Required properties:
4
- compatible: Must be "maxim,max5821"
5
- reg: Should contain the DAC I2C address
6
- vref-supply: Phandle to the vref power supply
7
8
Example:
9
10
max5821@38 {
11
compatible = "maxim,max5821";
12
reg = <0x38>;
13
vref-supply = <®_max5821>;
14
};