[ramips] unbreak portmapping - typo fix
[openwrt.git] / target / linux / ramips / dts / FONERA20N.dts
index 817e527..38007a7 100644 (file)
@@ -6,14 +6,6 @@
        compatible = "FONERA20N", "ralink,rt3052-soc";
        model = "La Fonera 2.0N";
 
-       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,7872k@0x50000(firmware)";
-       };
-
        palmbus@10000000 {
                sysc@0 {
                        ralink,pinmux = "i2c", "spi", "uartlite", "jtag", "mdio", "sdram", "rgmii";
                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 0x7b0000>;
+               };
        };
 
        gpio-leds {
                ralink,portmap = <0x2f>;
 
                port@0 {
-                       conpatible = "swconfig,port";
+                       compatible = "swconfig,port";
                        swconfig,segment = "lan";
                        swconfig,portmap = <0 4>;
                };
                port@1 {
-                       conpatible = "swconfig,port";
+                       compatible = "swconfig,port";
                        swconfig,segment = "lan";
                        swconfig,portmap = <1 3>;
                };
                port@2 {
-                       conpatible = "swconfig,port";
+                       compatible = "swconfig,port";
                        swconfig,segment = "lan";
                        swconfig,portmap = <2 2>;
                };
                port@3 {
-                       conpatible = "swconfig,port";
+                       compatible = "swconfig,port";
                        swconfig,segment = "lan";
                        swconfig,portmap = <3 1>;
                };
                port@4 {
-                       conpatible = "swconfig,port";
-                       swconfig,segment = "lan";
+                       compatible = "swconfig,port";
+                       swconfig,segment = "wan";
                        swconfig,portmap = <4 0>;
                };
        };