Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cris-mirror.git] / Documentation / devicetree / bindings / rtc / twl-rtc.txt
blob8f9a94f2f8969911e4490b744563c180a413426b
1 * Texas Instruments TWL4030/6030 RTC
3 Required properties:
4 - compatible : Should be "ti,twl4030-rtc"
5 - interrupts : Should be the interrupt number.
7 Example:
8         rtc {
9                 compatible = "ti,twl4030-rtc";
10                 interrupts = <11>;
11         };