Back to home page

OSCL-LXR

 
 

    


0001 * SPEAr RTC
0002 
0003 Required properties:
0004 - compatible : "st,spear600-rtc"
0005 - reg : Address range of the rtc registers
0006 - interrupt: Should contain the rtc interrupt number
0007 
0008 Example:
0009 
0010         rtc@fc000000 {
0011                 compatible = "st,spear600-rtc";
0012                 reg = <0xfc000000 0x1000>;
0013                 interrupt-parent = <&vic1>;
0014                 interrupts = <12>;
0015         };