diff --git a/arch/arm/dts/rk3368-px5-evb-u-boot.dtsi b/arch/arm/dts/rk3368-px5-evb-u-boot.dtsi
index 18b841864cc5cc850abfa4dd7c868bca484e2b8a..f5406d4c7e1fbf221dd157da1d7e4f6752e97175 100644
--- a/arch/arm/dts/rk3368-px5-evb-u-boot.dtsi
+++ b/arch/arm/dts/rk3368-px5-evb-u-boot.dtsi
@@ -5,6 +5,7 @@
 / {
 	chosen {
 		u-boot,spl-boot-order = &emmc;
+		tick-timer = "/timer@ff810000";
 	};
 };
 
@@ -60,3 +61,9 @@
 &emmc {
 	u-boot,dm-pre-reloc;
 };
+
+&timer0 {
+	u-boot,dm-pre-reloc;
+	clock-frequency = <24000000>;
+	status = "okay";
+};