Back to home page

OSCL-LXR

 
 

    


0001 MOXA ART real-time clock
0002 
0003 Required properties:
0004 
0005 - compatible : Should be "moxa,moxart-rtc"
0006 - gpio-rtc-sclk : RTC sclk gpio, with zero flags
0007 - gpio-rtc-data : RTC data gpio, with zero flags
0008 - gpio-rtc-reset : RTC reset gpio, with zero flags
0009 
0010 Example:
0011 
0012         rtc: rtc {
0013                 compatible = "moxa,moxart-rtc";
0014                 gpio-rtc-sclk = <&gpio 5 0>;
0015                 gpio-rtc-data = <&gpio 6 0>;
0016                 gpio-rtc-reset = <&gpio 7 0>;
0017         };