|
|
@@ -29,95 +29,97 @@
|
|
|
|
|
|
partition@0 {
|
|
|
label = "bootloader";
|
|
|
- reg = <0x00000000 0x00040000>;
|
|
|
+ reg = <0x0 0x40000>;
|
|
|
read-only;
|
|
|
};
|
|
|
|
|
|
partition@40000 {
|
|
|
- // Unused
|
|
|
label = "romfile";
|
|
|
- reg = <0x00040000 0x00040000>;
|
|
|
+ reg = <0x40000 0x40000>;
|
|
|
};
|
|
|
|
|
|
partition@80000 {
|
|
|
- // trx - OpenWRT kernel is 4MB, factory is 3MB
|
|
|
- label = "kernel";
|
|
|
- reg = <0x00080000 0x00400000>;
|
|
|
+ label = "tclinux";
|
|
|
+ reg = <0x80000 0x2200000>;
|
|
|
+ econet,enable-remap;
|
|
|
};
|
|
|
|
|
|
- partition@380000 {
|
|
|
- // squashfs
|
|
|
+ partition@480000 {
|
|
|
label = "rootfs";
|
|
|
- reg = <0x00480000 0x01F00000>;
|
|
|
+ reg = <0x480000 0x1e00000>;
|
|
|
linux,rootfs;
|
|
|
};
|
|
|
|
|
|
partition@2280000 {
|
|
|
- // trx
|
|
|
label = "kernel_slave";
|
|
|
- reg = <0x02280000 0x00300000>;
|
|
|
+ reg = <0x2280000 0x300000>;
|
|
|
};
|
|
|
|
|
|
partition@2580000 {
|
|
|
- // squashfs
|
|
|
label = "rootfs_slave";
|
|
|
- reg = <0x02580000 0x01F00000>;
|
|
|
+ reg = <0x2580000 0x1f00000>;
|
|
|
};
|
|
|
|
|
|
partition@4480000 {
|
|
|
- // trx
|
|
|
label = "kernel_oflt";
|
|
|
- reg = <0x04480000 0x00300000>;
|
|
|
+ reg = <0x4480000 0x300000>;
|
|
|
};
|
|
|
|
|
|
partition@4780000 {
|
|
|
- // squashfs
|
|
|
label = "rootfs_oflt";
|
|
|
- reg = <0x04780000 0x00C00000>;
|
|
|
+ reg = <0x4780000 0xc00000>;
|
|
|
};
|
|
|
|
|
|
partition@5380000 {
|
|
|
- // UBI
|
|
|
label = "config";
|
|
|
- reg = <0x05380000 0x00800000>;
|
|
|
+ reg = <0x5380000 0x800000>;
|
|
|
};
|
|
|
|
|
|
partition@5b80000 {
|
|
|
- // UBI
|
|
|
label = "log";
|
|
|
- reg = <0x05b80000 0x00C00000>;
|
|
|
+ reg = <0x5b80000 0xc00000>;
|
|
|
};
|
|
|
|
|
|
partition@6780000 {
|
|
|
- // UBI / unused
|
|
|
label = "extfs";
|
|
|
- reg = <0x06780000 0x00600000>;
|
|
|
+ reg = <0x6780000 0x600000>;
|
|
|
};
|
|
|
|
|
|
partition@6d80000 {
|
|
|
- // binary
|
|
|
label = "bosa";
|
|
|
- reg = <0x06d80000 0x00040000>;
|
|
|
+ reg = <0x6d80000 0x40000>;
|
|
|
};
|
|
|
|
|
|
partition@6dc0000 {
|
|
|
label = "flag";
|
|
|
- reg = <0x06dc0000 0x00040000>;
|
|
|
+ reg = <0x6dc0000 0x40000>;
|
|
|
};
|
|
|
|
|
|
partition@6e00000 {
|
|
|
label = "flagback";
|
|
|
- reg = <0x06e00000 0x00040000>;
|
|
|
+ reg = <0x6e00000 0x40000>;
|
|
|
};
|
|
|
|
|
|
partition@6e40000 {
|
|
|
label = "ri";
|
|
|
- reg = <0x06e40000 0x00040000>;
|
|
|
+ reg = <0x6e40000 0x40000>;
|
|
|
+
|
|
|
+ nvmem-layout {
|
|
|
+ compatible = "fixed-layout";
|
|
|
+ #address-cells = <1>;
|
|
|
+ #size-cells = <1>;
|
|
|
+
|
|
|
+ macaddr_ri_3e: macaddr@3e {
|
|
|
+ compatible = "mac-base";
|
|
|
+ reg = <0x3e 0x6>;
|
|
|
+ #nvmem-cell-cells = <1>;
|
|
|
+ };
|
|
|
+ };
|
|
|
};
|
|
|
|
|
|
partition@6e80000 {
|
|
|
label = "riback";
|
|
|
- reg = <0x06e80000 0x00040000>;
|
|
|
+ reg = <0x6e80000 0x40000>;
|
|
|
};
|
|
|
};
|
|
|
};
|