]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/arm/dts/rk3368-lion-u-boot.dtsi
rockchip: dts: rk3368-lion: add /chosen/tick-timer
[people/ms/u-boot.git] / arch / arm / dts / rk3368-lion-u-boot.dtsi
index 2053fb149544a11ee3b863c47aa048db22fc85f3..1ec7d254af976f16f7d34ec505afc43158b8f266 100644 (file)
@@ -13,6 +13,7 @@
        chosen {
                stdout-path = "serial0:115200n8";
                u-boot,spl-boot-order = &emmc, &sdmmc;
+               tick-timer = "/timer@ff810000";
        };
 
 };
        };
 };
 
+&timer0 {
+       u-boot,dm-pre-reloc;
+       clock-frequency = <24000000>;
+       status = "okay";
+};
+