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
/
rtc
/
maxim,mcp795.txt
blob
a59fdd8c236d2a7beee87b7b581408cda7aa6a17
1
* Maxim MCP795 SPI Serial Real-Time Clock
2
3
Required properties:
4
- compatible: Should contain "maxim,mcp795".
5
- reg: SPI address for chip
6
7
Example:
8
mcp795: rtc@0 {
9
compatible = "maxim,mcp795";
10
reg = <0>;
11
};