Merge tag 'soc-dt-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
[platform/kernel/linux-rpi.git] / arch / arm64 / boot / dts / altera / socfpga_stratix10_socdk.dts
index 3037f58..468fcc7 100644 (file)
                };
        };
 
-       memory {
+       memory@80000000 {
                device_type = "memory";
                /* We expect the bootloader to fill in the reg */
-               reg = <0 0 0 0>;
+               reg = <0 0x80000000 0 0>;
        };
 
        ref_033v: regulator-v-ref {
 
                        qspi_boot: partition@0 {
                                label = "Boot and fpga data";
-                               reg = <0x0 0x03FE0000>;
+                               reg = <0x0 0x04200000>;
                        };
 
-                       qspi_rootfs: partition@3FE0000 {
-                               label = "Root Filesystem - JFFS2";
-                               reg = <0x03FE0000 0x0C020000>;
+                       root: partition@4200000 {
+                               label = "Root Filesystem - UBIFS";
+                               reg = <0x04200000 0x0BE00000>;
                        };
                };
        };