Merge tag 'u-boot-atmel-fixes-2021.01-b' of https://gitlab.denx.de/u-boot/custodians...
[platform/kernel/u-boot.git] / arch / arm / dts / rk3399-rockpro64-u-boot.dtsi
index deaa3ef..6317b47 100644 (file)
@@ -6,12 +6,22 @@
 #include "rk3399-u-boot.dtsi"
 #include "rk3399-sdram-lpddr4-100.dtsi"
 / {
-       aliases {
-               spi0 = &spi1;
+       chosen {
+               u-boot,spl-boot-order = "same-as-spl", &spi_flash, &sdmmc, &sdhci;
        };
 
-       chosen {
-               u-boot,spl-boot-order = "same-as-spl", &sdmmc, &sdhci;
+       config {
+               u-boot,spl-payload-offset = <0x60000>; /* @ 384KB */
+       };
+};
+
+&rng {
+       status = "okay";
+};
+
+&spi1 {
+       spi_flash: flash@0 {
+               u-boot,dm-pre-reloc;
        };
 };