2022-12-22 02:40:26 +00:00
|
|
|
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
|
|
|
|
|
|
|
/dts-v1/;
|
|
|
|
#include "mt7986a-xiaomi-redmi-router-ax6000.dtsi"
|
|
|
|
|
|
|
|
/ {
|
|
|
|
model = "Xiaomi Redmi Router AX6000 (OpenWrt U-Boot layout)";
|
|
|
|
compatible = "xiaomi,redmi-router-ax6000-ubootmod", "mediatek,mt7986a";
|
|
|
|
};
|
|
|
|
|
2024-03-07 02:56:18 +00:00
|
|
|
&chosen {
|
|
|
|
rootdisk = <&ubi_rootdisk>;
|
2024-03-09 13:48:03 +00:00
|
|
|
bootargs-append = " root=/dev/fit0 rootwait";
|
2024-03-07 02:56:18 +00:00
|
|
|
};
|
|
|
|
|
2022-12-22 02:40:26 +00:00
|
|
|
&partitions {
|
|
|
|
partition@580000 {
|
2024-03-07 02:56:18 +00:00
|
|
|
compatible = "linux,ubi";
|
2022-12-22 02:40:26 +00:00
|
|
|
reg = <0x580000 0x7a80000>;
|
2024-03-07 02:56:18 +00:00
|
|
|
label = "ubi";
|
|
|
|
|
|
|
|
volumes {
|
|
|
|
ubi_rootdisk: ubi-volume-fit {
|
|
|
|
volname = "fit";
|
|
|
|
};
|
|
|
|
};
|
2022-12-22 02:40:26 +00:00
|
|
|
};
|
|
|
|
};
|