add ofpart info to the devicetrees
[openwrt/staging/lynxis/omap.git] / target / linux / ramips / dts / DIR-615-H1.dts
index aef69e94a177f2c835ff3de954d9d867b796205d..b41ddd4fcc7cfcb3331453ea493718a75a52d15c 100644 (file)
@@ -3,8 +3,6 @@
 /include/ "rt3352.dtsi"
 
 / {
-       #address-cells = <1>;
-       #size-cells = <1>;
        compatible = "DIR-615-H1", "ralink,rt3352-soc";
        model = "D-Link DIR-615 H1";
 
@@ -18,7 +16,7 @@
 
        palmbus@10000000 {
                sysc@0 {
-                       ralink,pinmmux = "i2c", "spi", "uartlite", "jtag", "mdio", "sdram", "rgmii";
+                       ralink,pinmux = "i2c", "spi", "uartlite", "jtag", "mdio", "sdram", "rgmii";
                        ralink,uartmux = "gpio";
                        ralink,wdtmux = <1>;
                };
                                reg = <0 0>;
                                linux,modalias = "m25p80", "mx25l3205d";
                                spi-max-frequency = <10000000>;
+
+               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 0x3b0000>;
+               };
                        };
                };
        };