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
/
litex-hwmon.txt
blob
be2ceba1663cff00db6e68cc50b6e46edf160bc0
1
LiteX XADC hwmon controller
2
3
Required properties:
4
- compatible: should be "litex,hwmon-xadc"
5
- reg: base address of configuration registers with length
6
7
Examples:
8
9
hwmon@f0003000 {
10
compatible = "litex,hwmon-xadc";
11
reg = <0x0 0xf0003000 0x0 0x20>;
12
};