mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-06 22:08:54 +00:00
22 lines
409 B
Plaintext
22 lines
409 B
Plaintext
|
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
||
|
|
||
|
/dts-v1/;
|
||
|
#include "mt7986a-xiaomi-redmi-router-ax6000.dtsi"
|
||
|
|
||
|
/ {
|
||
|
model = "Xiaomi Redmi Router AX6000 (stock layout)";
|
||
|
compatible = "xiaomi,redmi-router-ax6000-stock", "mediatek,mt7986a";
|
||
|
};
|
||
|
|
||
|
&partitions {
|
||
|
partition@600000 {
|
||
|
label = "ubi_kernel";
|
||
|
reg = <0x600000 0x1e00000>;
|
||
|
};
|
||
|
|
||
|
partition@2400000 {
|
||
|
label = "ubi";
|
||
|
reg = <0x2400000 0x5000000>;
|
||
|
};
|
||
|
};
|