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
WIP FPC-III support
[linux/fpc-iii.git]
/
Documentation
/
devicetree
/
bindings
/
hwmon
/
dps650ab.txt
blob
76780e79589965ada3db35b80be25b5c0f42bea3
1
Bindings for Delta Electronics DPS-650-AB power supply
2
3
Required properties:
4
- compatible : "delta,dps650ab"
5
- reg : I2C address, one of 0x58, 0x59.
6
7
Example:
8
dps650ab@58 {
9
compatible = "delta,dps650ab";
10
reg = <0x58>;
11
};