Back to home page

OSCL-LXR

 
 

    


0001 Realtek RTD129x Real-Time Clock
0002 ===============================
0003 
0004 Required properties:
0005 - compatible :  Should be "realtek,rtd1295-rtc"
0006 - reg        :  Specifies the physical base address and size
0007 - clocks     :  Specifies the clock gate
0008 
0009 
0010 Example:
0011 
0012         rtc@9801b600 {
0013                 compatible = "realtek,rtd1295-clk";
0014                 reg = <0x9801b600 0x100>;
0015                 clocks = <&clkc RTD1295_CLK_EN_MISC_RTC>;
0016         };