Back to home page

OSCL-LXR

 
 

    


0001 * NXP LPC32xx SoC Real Time Clock controller
0002 
0003 Required properties:
0004 - compatible: must be "nxp,lpc3220-rtc"
0005 - reg: physical base address of the controller and length of memory mapped
0006   region.
0007 - interrupts: The RTC interrupt
0008 
0009 Example:
0010 
0011         rtc@40024000 {
0012                 compatible = "nxp,lpc3220-rtc";
0013                 reg = <0x40024000 0x1000>;
0014                 interrupts = <52 0>;
0015         };