diff --git a/drivers/timer/timer-uclass.c b/drivers/timer/timer-uclass.c
index 04801784ba854d24c2be8823e5950f5809804495..b1f4868416fbcff52fddb9f85bfbb1a83903f7e9 100644
--- a/drivers/timer/timer-uclass.c
+++ b/drivers/timer/timer-uclass.c
@@ -104,5 +104,6 @@ UCLASS_DRIVER(timer) = {
 	.id		= UCLASS_TIMER,
 	.name		= "timer",
 	.pre_probe	= timer_pre_probe,
+	.flags		= DM_UC_FLAG_SEQ_ALIAS,
 	.per_device_auto_alloc_size = sizeof(struct timer_dev_priv),
 };