18c2ecf20Sopenharmony_ciASPEED BMC RTC
28c2ecf20Sopenharmony_ci==============
38c2ecf20Sopenharmony_ci
48c2ecf20Sopenharmony_ciRequired properties:
58c2ecf20Sopenharmony_ci - compatible: should be one of the following
68c2ecf20Sopenharmony_ci   * aspeed,ast2400-rtc for the ast2400
78c2ecf20Sopenharmony_ci   * aspeed,ast2500-rtc for the ast2500
88c2ecf20Sopenharmony_ci   * aspeed,ast2600-rtc for the ast2600
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ci - reg: physical base address of the controller and length of memory mapped
118c2ecf20Sopenharmony_ci   region
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_ci - interrupts: The interrupt number
148c2ecf20Sopenharmony_ci
158c2ecf20Sopenharmony_ciExample:
168c2ecf20Sopenharmony_ci
178c2ecf20Sopenharmony_ci   rtc@1e781000 {
188c2ecf20Sopenharmony_ci           compatible = "aspeed,ast2400-rtc";
198c2ecf20Sopenharmony_ci           reg = <0x1e781000 0x18>;
208c2ecf20Sopenharmony_ci           interrupts = <22>;
218c2ecf20Sopenharmony_ci           status = "disabled";
228c2ecf20Sopenharmony_ci   };
23