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
/
twl-rtc.txt
blob
8f9a94f2f8969911e4490b744563c180a413426b
1
* Texas Instruments TWL4030/6030 RTC
2
3
Required properties:
4
- compatible : Should be "ti,twl4030-rtc"
5
- interrupts : Should be the interrupt number.
6
7
Example:
8
rtc {
9
compatible = "ti,twl4030-rtc";
10
interrupts = <11>;
11
};