imx233: add HW_RTC_CTRL and HW_RTC_STAT registers to debug screen

Change-Id: Id52f86b26ee039781f44fde639fb8f184c7dc438
This commit is contained in:
Sebastian Leonhardt 2025-11-24 22:15:59 +01:00
parent c43919352d
commit 69bc230e7d
3 changed files with 6 additions and 1 deletions

View file

@ -34,6 +34,8 @@ struct imx233_rtc_info_t
uint32_t seconds;
uint32_t persistent[6];
uint32_t alarm;
uint32_t rtc_ctrl;
uint32_t rtc_stat;
bool alarm_en, alarm_wake_en, alarm_wake, alarm_irq;
};