Back to home page

OSCL-LXR

 
 

    


0001 * Texas Instruments TWL4030/6030 RTC
0002 
0003 Required properties:
0004 - compatible : Should be "ti,twl4030-rtc"
0005 - interrupts : Should be the interrupt number.
0006 
0007 Example:
0008         rtc {
0009                 compatible = "ti,twl4030-rtc";
0010                 interrupts = <11>;
0011         };