moxa,moxart-rtc.txt 395 B

1234567891011121314151617
  1. MOXA ART real-time clock
  2. Required properties:
  3. - compatible : Should be "moxa,moxart-rtc"
  4. - gpio-rtc-sclk : RTC sclk gpio, with zero flags
  5. - gpio-rtc-data : RTC data gpio, with zero flags
  6. - gpio-rtc-reset : RTC reset gpio, with zero flags
  7. Example:
  8. rtc: rtc {
  9. compatible = "moxa,moxart-rtc";
  10. gpio-rtc-sclk = <&gpio 5 0>;
  11. gpio-rtc-data = <&gpio 6 0>;
  12. gpio-rtc-reset = <&gpio 7 0>;
  13. };