mediatek: filogic: switch to fitblk for Xiaomi Redmi AX6000
[openwrt/staging/mans0n.git] / target / linux / mediatek / dts / mt7986a-xiaomi-redmi-router-ax6000-ubootmod.dts
1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
2
3 /dts-v1/;
4 #include "mt7986a-xiaomi-redmi-router-ax6000.dtsi"
5
6 / {
7 model = "Xiaomi Redmi Router AX6000 (OpenWrt U-Boot layout)";
8 compatible = "xiaomi,redmi-router-ax6000-ubootmod", "mediatek,mt7986a";
9 };
10
11 &chosen {
12 rootdisk = <&ubi_rootdisk>;
13 };
14
15 &partitions {
16 partition@580000 {
17 compatible = "linux,ubi";
18 reg = <0x580000 0x7a80000>;
19 label = "ubi";
20
21 volumes {
22 ubi_rootdisk: ubi-volume-fit {
23 volname = "fit";
24 };
25 };
26 };
27 };