[ramips] add ofpart info to the devicetrees
[openwrt/svn-archive/archive.git] / target / linux / ramips / dts / F5D8235_V2.dts
index 7a9a8bf7645380e49915d1dee0a8580ec7a04bb1..8ce87f795e319c1882cf61af34277d4482321c89 100644 (file)
                device-width = <2>;
                #address-cells = <1>;
                #size-cells = <1>;
+
+               partition@0 {
+                       label = "u-boot";
+                       reg = <0x0 0x50000>;
+                       read-only;
+               };
+
+               partition@50000 {
+                       label = "firmware";
+                       reg = <0x50000 0x790000>;
+               };
+
+               partition@7e0000 {
+                       label = "nvram";
+                       reg = <0x7e0000 0x10000>;
+               };
+
+               factory: partition@7f0000 {
+                       label = "factory";
+                       reg = <0x7f0000 0x10000>;
+               };
        };
 
        ethernet@10100000 {