mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-04 04:44:37 +08:00
9e0344dcc2
Enhance rtc-omap driver with DT capability Signed-off-by: Afzal Mohammed <afzal@ti.com> Acked-by: Sekhar Nori <nsekhar@ti.com> Cc: Grant Likely <grant.likely@secretlab.ca> Cc: Sekhar Nori <nsekhar@ti.com> Cc: Kevin Hilman <khilman@ti.com> Cc: Russell King <linux@arm.linux.org.uk> Cc: Alessandro Zummo <a.zummo@towertech.it> Cc: Daniel Mack <zonque@gmail.com> Cc: Vaibhav Hiremath <hvaibhav@ti.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
18 lines
362 B
Plaintext
18 lines
362 B
Plaintext
TI Real Time Clock
|
|
|
|
Required properties:
|
|
- compatible: "ti,da830-rtc"
|
|
- reg: Address range of rtc register set
|
|
- interrupts: rtc timer, alarm interrupts in order
|
|
- interrupt-parent: phandle for the interrupt controller
|
|
|
|
Example:
|
|
|
|
rtc@1c23000 {
|
|
compatible = "ti,da830-rtc";
|
|
reg = <0x23000 0x1000>;
|
|
interrupts = <19
|
|
19>;
|
|
interrupt-parent = <&intc>;
|
|
};
|