18 lines
401 B
Plaintext
Raw Normal View History

2026-01-21 18:59:54 +08:00
MOXA ART real-time clock
Required properties:
- compatible : Should be "moxa,moxart-rtc"
2026-01-29 22:25:33 +08:00
- rtc-sclk-gpios : RTC sclk gpio, with zero flags
- rtc-data-gpios : RTC data gpio, with zero flags
- rtc-reset-gpios : RTC reset gpio, with zero flags
2026-01-21 18:59:54 +08:00
Example:
rtc: rtc {
compatible = "moxa,moxart-rtc";
2026-01-29 22:25:33 +08:00
rtc-sclk-gpios = <&gpio 5 0>;
rtc-data-gpios = <&gpio 6 0>;
rtc-reset-gpios = <&gpio 7 0>;
2026-01-21 18:59:54 +08:00
};