ARM: dts: imx6dl-icore-rqs: Fix to include correct dtsi
[oweals/u-boot.git] / arch / arm / dts / rk3368-lion-u-boot.dtsi
index 2053fb149544a11ee3b863c47aa048db22fc85f3..a9b7f81c6273019260b352e8de04246b931cbcef 100644 (file)
@@ -13,6 +13,7 @@
        chosen {
                stdout-path = "serial0:115200n8";
                u-boot,spl-boot-order = &emmc, &sdmmc;
+               tick-timer = "/timer@ff810000";
        };
 
 };
 };
 
 &emmc {
-       u-boot,dm-pre-reloc;
+       u-boot,dm-spl;
 };
 
 &sdmmc {
-       u-boot,dm-pre-reloc;
+       u-boot,dm-spl;
 };
 
 &spi1 {
-       u-boot,dm-pre-reloc;
+       u-boot,dm-spl;
 
        spiflash: w25q32dw@0 {
-               u-boot,dm-pre-reloc;
+               u-boot,dm-spl;
        };
 };
 
+&timer0 {
+       u-boot,dm-pre-reloc;
+       clock-frequency = <24000000>;
+       status = "okay";
+};
+