hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
u-boot/include/rk_timer_irq.h
....@@ -66,6 +66,12 @@
6666 #elif defined(CONFIG_ROCKCHIP_RV1126)
6767 #define TIMER_BASE (0xFF660000 + 0x20) /* TIMER 1 */
6868 #define TIMER_IRQ IRQ_TIMER1
69
+#elif defined(CONFIG_ROCKCHIP_RK3528)
70
+#define TIMER_BASE (0xFFAB0000 + 0x00) /* TIMER 0 */
71
+#define TIMER_IRQ IRQ_TIMER0
72
+#elif defined(CONFIG_ROCKCHIP_RK3562)
73
+#define TIMER_BASE (0xFFA50000 + 0x00) /* TIMER 0 */
74
+#define TIMER_IRQ IRQ_TIMER0
6975 #elif defined(CONFIG_ROCKCHIP_RK3568)
7076 /* Only timer0 can wakeup system suspend */
7177 #define TIMER_BASE (0xFE5F0000 + 0x00) /* TIMER 1 */