mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
8bac5dc18a
This new layout is only bootable with OpenWrt U-Boot. It reuses the two crash partions and expands the ubi partion to the end of whole flash. Do not use this layout with stock U-Boot! Signed-off-by: Furong Xu <xfr@outlook.com>
17 lines
340 B
Plaintext
17 lines
340 B
Plaintext
// 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";
|
|
};
|
|
|
|
&partitions {
|
|
partition@580000 {
|
|
label = "ubi";
|
|
reg = <0x580000 0x7a80000>;
|
|
};
|
|
};
|