18c2ecf20Sopenharmony_ciRealtek RTD129x Real-Time Clock
28c2ecf20Sopenharmony_ci===============================
38c2ecf20Sopenharmony_ci
48c2ecf20Sopenharmony_ciRequired properties:
58c2ecf20Sopenharmony_ci- compatible :  Should be "realtek,rtd1295-rtc"
68c2ecf20Sopenharmony_ci- reg        :  Specifies the physical base address and size
78c2ecf20Sopenharmony_ci- clocks     :  Specifies the clock gate
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ciExample:
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_ci	rtc@9801b600 {
138c2ecf20Sopenharmony_ci		compatible = "realtek,rtd1295-clk";
148c2ecf20Sopenharmony_ci		reg = <0x9801b600 0x100>;
158c2ecf20Sopenharmony_ci		clocks = <&clkc RTD1295_CLK_EN_MISC_RTC>;
168c2ecf20Sopenharmony_ci	};
17