repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cris-mirror.git]
/
Documentation
/
devicetree
/
bindings
/
rtc
/
sirf,prima2-sysrtc.txt
blob
58885b55da21360187dd836c53690d33a8de9066
1
SiRFSoC Real Time Clock
2
3
Required properties:
4
- compatible: must be "sirf,prima2-sysrtc"
5
- reg: address range of rtc register set.
6
- interrupts: rtc alarm interrupts.
7
8
Example:
9
rtc@2000 {
10
compatible = "sirf,prima2-sysrtc";
11
reg = <0x2000 0x1000>;
12
interrupts = <52 53 54>;
13
};