kernel: m25p80: allow fallback from spi_flash_read to regular SPI transfer
[openwrt/openwrt.git] / target / linux / brcm63xx / dts / fast2704n.dts
index 217ef12d7cbdc6ecf8de854edf618f04e2bfba52..1d75b6cf515dddaabba666620a72b6fbb7037c54 100644 (file)
@@ -9,7 +9,7 @@
        compatible = "sagem,f@st2704n", "brcm,bcm6318";
 
        chosen {
-               bootargs = "root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
+               bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
                stdout-path = "serial0:115200n8";
        };
 
 
                linux,part-probe = "bcm63xxpart";
 
-               cfe@0 {
-                       reg = <0x000000 0x010000>;
-                       label = "cfe";
-                       read-only;
-               };
-
-               linux@10000 {
-                       reg = <0x010000 0x7e0000>;
-                       label = "linux";
-               };
-
-               nvram@7f0000 {
-                       reg = <0x7f0000 0x010000>;
-                       label = "nvram";
+               partitions {
+                       compatible = "fixed-partitions";
+                       #address-cells = <1>;
+                       #size-cells = <1>;
+
+                       cfe@0 {
+                               reg = <0x000000 0x010000>;
+                               label = "cfe";
+                               read-only;
+                       };
+
+                       linux@10000 {
+                               reg = <0x010000 0x7e0000>;
+                               label = "linux";
+                               compatible = "brcm,bcm963xx-imagetag";
+                       };
+
+                       nvram@7f0000 {
+                               reg = <0x7f0000 0x010000>;
+                               label = "nvram";
+                       };
                };
        };
 };