[ramips] move memory detect node to dtsi files
[openwrt/svn-archive/archive.git] / target / linux / ramips / dts / W150M.dts
index 1618c916b02400448c075d6b8baed4dc448d301f..94f1960641df4820c2f252b374d88824f9678cde 100644 (file)
@@ -6,14 +6,6 @@
        compatible = "3G300M", "ralink,rt3050-soc";
        model = "Tenda 3G300M";
 
-       memorydetect {
-               ralink,memory = <0x0 0x200000 0x4000000>;
-       };
-
-       chosen {
-               bootargs = "console=ttyS0,57600 mtdparts=1f000000.cfi:192k(u-boot)ro,64k(u-boot-env)ro,64k(factory)ro,3872k@0x50000(firmware)";
-       };
-
        palmbus@10000000 {
                sysc@0 {
                        ralink,pinmux = "i2c", "spi", "uartlite", "mdio", "sdram", "rgmii", "jtag";
                device-width = <2>;
                #address-cells = <1>;
                #size-cells = <1>;
+
+               partition@0 {
+                       label = "u-boot";
+                       reg = <0x0 0x30000>;
+                       read-only;
+               };
+
+               partition@30000 {
+                       label = "u-boot-env";
+                       reg = <0x30000 0x10000>;
+                       read-only;
+               };
+
+               factory: partition@40000 {
+                       label = "factory";
+                       reg = <0x40000 0x10000>;
+                       read-only;
+               };
+
+               partition@50000 {
+                       label = "firmware";
+                       reg = <0x50000 0x3c8000>;
+               };
        };
 
        gpio-leds {