projects
/
releases.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
GNU Linux-libre 4.14.266-gnu1
[releases.git]
/
Documentation
/
devicetree
/
bindings
/
rtc
/
twl-rtc.txt
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
};