Back to home page

OSCL-LXR

 
 

    


0001 * PXA RTC
0002 
0003 PXA specific RTC driver.
0004 
0005 Required properties:
0006 - compatible : Should be "marvell,pxa-rtc"
0007 
0008 Examples:
0009 
0010 rtc@40900000 {
0011         compatible = "marvell,pxa-rtc";
0012         reg = <0x40900000 0x3c>;
0013         interrupts = <30 31>;
0014 };