summaryrefslogtreecommitdiffstats
path: root/target/linux/mediatek/dts/mt7622-xiaomi-redmi-router-ax6s.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/mediatek/dts/mt7622-xiaomi-redmi-router-ax6s.dts')
-rw-r--r--target/linux/mediatek/dts/mt7622-xiaomi-redmi-router-ax6s.dts23
1 files changed, 14 insertions, 9 deletions
diff --git a/target/linux/mediatek/dts/mt7622-xiaomi-redmi-router-ax6s.dts b/target/linux/mediatek/dts/mt7622-xiaomi-redmi-router-ax6s.dts
index 01365a278d..c0db31fd3a 100644
--- a/target/linux/mediatek/dts/mt7622-xiaomi-redmi-router-ax6s.dts
+++ b/target/linux/mediatek/dts/mt7622-xiaomi-redmi-router-ax6s.dts
@@ -22,7 +22,8 @@
chosen {
stdout-path = "serial0:115200n8";
- bootargs = "earlycon=uart8250,mmio32,0x11002000 console=ttyS0,115200n8 swiotlb=512";
+ rootdisk = <&ubi_rootfs>;
+ bootargs = "earlycon=uart8250,mmio32,0x11002000 swiotlb=512 ubi.block=0,fit root=/dev/fit0";
};
memory {
@@ -230,7 +231,7 @@
mediatek,bmt-v2;
mediatek,bmt-table-size = <0x1000>;
- mediatek,bmt-remap-range = <0x0 0x6c0000>;
+ mediatek,bmt-remap-range = <0x0 0x340000>;
partitions {
compatible = "fixed-partitions";
@@ -295,12 +296,9 @@
read-only;
};
- /* Shrunk and renamed from "firmware"
- * as to not break luci size checks
- */
partition@2c0000 {
- label = "kernel";
- reg = <0x2c0000 0x400000>;
+ label = "ubi-loader";
+ reg = <0x2c0000 0x80000>;
};
/* ubi partition is the result of squashing
@@ -310,9 +308,16 @@
* - overlay
* - obr
*/
- partition@6c0000 {
+ partition@340000 {
label = "ubi";
- reg = <0x6C0000 0x6f00000>;
+ reg = <0x340000 0x7280000>;
+ compatible = "linux,ubi";
+
+ volumes {
+ ubi_rootfs: ubi-volume-fit {
+ volname = "fit";
+ };
+ };
};
};
};