ARM: dts: rmobile: Add rudimentary R8A7790 Stout DT
[oweals/u-boot.git] / arch / arm / dts / rk3399-evb.dts
index be0c6d98bd39945245552873c8cb8030c12771c0..f0567c9c2a26983ff8ebb1668894dd2df8b80b97 100644 (file)
@@ -17,6 +17,8 @@
 
        chosen {
                stdout-path = &uart2;
+               u-boot,spl-boot-order = \
+                       &sdhci, &sdmmc;
        };
 
        vdd_center: vdd-center {
        status = "okay";
 };
 
+&saradc {
+       status = "okay";
+};
+
 &sdmmc {
+       u-boot,dm-pre-reloc;
        bus-width = <4>;
        status = "okay";
 };