Back to home page

OSCL-LXR

 
 

    


0001 * Mvebu Real Time Clock
0002 
0003 RTC controller for the Kirkwood, the Dove, the Armada 370 and the
0004 Armada XP SoCs
0005 
0006 Required properties:
0007 - compatible : Should be "marvell,orion-rtc"
0008 - reg: physical base address of the controller and length of memory mapped
0009   region.
0010 - interrupts: IRQ line for the RTC.
0011 
0012 Example:
0013 
0014 rtc@10300 {
0015         compatible = "marvell,orion-rtc";
0016         reg = <0xd0010300 0x20>;
0017         interrupts = <50>;
0018 };