18c2ecf20Sopenharmony_ciEPSON TOYOCOM RTC-7301SF/DG
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciRequired properties:
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_ci- compatible: Should be "epson,rtc7301sf" or "epson,rtc7301dg"
68c2ecf20Sopenharmony_ci- reg: Specifies base physical address and size of the registers.
78c2ecf20Sopenharmony_ci- interrupts: A single interrupt specifier.
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ciExample:
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_cirtc: rtc@44a00000 {
128c2ecf20Sopenharmony_ci	compatible = "epson,rtc7301dg";
138c2ecf20Sopenharmony_ci	reg = <0x44a00000 0x10000>;
148c2ecf20Sopenharmony_ci	interrupt-parent = <&axi_intc_0>;
158c2ecf20Sopenharmony_ci	interrupts = <3 2>;
168c2ecf20Sopenharmony_ci};
17