About Kernel Documentation Linux Kernel Contact Linux Resources Linux Blog

Documentation / devicetree / bindings / rtc / rtc-omap.txt




Custom Search

Based on kernel version 3.9. Page generated on 2013-05-02 23:01 EST.

1	TI Real Time Clock
2	
3	Required properties:
4	- compatible: "ti,da830-rtc"
5	- reg: Address range of rtc register set
6	- interrupts: rtc timer, alarm interrupts in order
7	- interrupt-parent: phandle for the interrupt controller
8	
9	Example:
10	
11	rtc@1c23000 {
12		compatible = "ti,da830-rtc";
13		reg = <0x23000 0x1000>;
14		interrupts = <19
15			      19>;
16		interrupt-parent = <&intc>;
17	};
Hide Line Numbers
About Kernel Documentation Linux Kernel Contact Linux Resources Linux Blog

Information is copyright its respective author. All material is available from the Linux Kernel Source distributed under a GPL License. This page is provided as a free service by mjmwired.net.