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
gpio: rcar: Fix runtime PM imbalance on error
[linux/fpc-iii.git]
/
Documentation
/
devicetree
/
bindings
/
rtc
/
spear-rtc.txt
blob
fecf8e4ad4b4acfb4751a3138e94c5ac40f6bd0d
1
* SPEAr RTC
2
3
Required properties:
4
- compatible : "st,spear600-rtc"
5
- reg : Address range of the rtc registers
6
- interrupt: Should contain the rtc interrupt number
7
8
Example:
9
10
rtc@fc000000 {
11
compatible = "st,spear600-rtc";
12
reg = <0xfc000000 0x1000>;
13
interrupt-parent = <&vic1>;
14
interrupts = <12>;
15
};