linux-zen-desktop/Documentation/devicetree/bindings/rtc/moxa,moxart-rtc.txt

18 lines
401 B
Plaintext
Raw Permalink Normal View History

2023-08-30 17:31:07 +02:00
MOXA ART real-time clock
Required properties:
- compatible : Should be "moxa,moxart-rtc"
- 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
Example:
rtc: rtc {
compatible = "moxa,moxart-rtc";
rtc-sclk-gpios = <&gpio 5 0>;
rtc-data-gpios = <&gpio 6 0>;
rtc-reset-gpios = <&gpio 7 0>;
};