18c2ecf20Sopenharmony_ci* Alphascale asm9260 SoC Real Time Clock 28c2ecf20Sopenharmony_ci 38c2ecf20Sopenharmony_ciRequired properties: 48c2ecf20Sopenharmony_ci- compatible: Should be "alphascale,asm9260-rtc" 58c2ecf20Sopenharmony_ci- reg: Physical base address of the controller and length 68c2ecf20Sopenharmony_ci of memory mapped region. 78c2ecf20Sopenharmony_ci- interrupts: IRQ line for the RTC. 88c2ecf20Sopenharmony_ci- clocks: Reference to the clock entry. 98c2ecf20Sopenharmony_ci- clock-names: should contain: 108c2ecf20Sopenharmony_ci * "ahb" for the SoC RTC clock 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_ciExample: 138c2ecf20Sopenharmony_cirtc0: rtc@800a0000 { 148c2ecf20Sopenharmony_ci compatible = "alphascale,asm9260-rtc"; 158c2ecf20Sopenharmony_ci reg = <0x800a0000 0x100>; 168c2ecf20Sopenharmony_ci clocks = <&acc CLKID_AHB_RTC>; 178c2ecf20Sopenharmony_ci clock-names = "ahb"; 188c2ecf20Sopenharmony_ci interrupts = <2>; 198c2ecf20Sopenharmony_ci}; 20