drivers/rtc/rtc-omap.c: add rtc wakeup support to alarm events
[deliverable/linux.git] / Documentation / devicetree / bindings / rtc / rtc-omap.txt
CommitLineData
9e0344dc
AM
1TI Real Time Clock
2
3Required properties:
8af750e3
HG
4- compatible:
5 - "ti,da830-rtc" - for RTC IP used similar to that on DA8xx SoC family.
6 - "ti,am3352-rtc" - for RTC IP used similar to that on AM335x SoC family.
7 This RTC IP has special WAKE-EN Register to enable
8 Wakeup generation for event Alarm.
9e0344dc
AM
9- reg: Address range of rtc register set
10- interrupts: rtc timer, alarm interrupts in order
11- interrupt-parent: phandle for the interrupt controller
12
13Example:
14
15rtc@1c23000 {
16 compatible = "ti,da830-rtc";
17 reg = <0x23000 0x1000>;
18 interrupts = <19
19 19>;
20 interrupt-parent = <&intc>;
21};
This page took 0.071305 seconds and 5 git commands to generate.