Some checks failed
Build Kernel / Build all affected Kernels (push) Has been cancelled
Build all core packages / Build all core packages for selected target (push) Has been cancelled
Build and Push prebuilt tools container / Build and Push all prebuilt containers (push) Has been cancelled
Build Toolchains / Build Toolchains for each target (push) Has been cancelled
Build host tools / Build host tools for linux and macos based systems (push) Has been cancelled
Coverity scan build / Coverity x86/64 build (push) Has been cancelled
45 lines
701 B
Plaintext
45 lines
701 B
Plaintext
// SPDX-License-Identifier: (GL-2.0 OR MIT)
|
|
|
|
#include "mt7986b-mercusys-mr90x-v1-common.dtsi"
|
|
|
|
/ {
|
|
compatible = "mercusys,mr90x-v1", "mediatek,mt7986b";
|
|
model = "MERCUSYS MR90X v1";
|
|
};
|
|
|
|
&partitions {
|
|
partition@0 {
|
|
label = "boot";
|
|
reg = <0x0 0x200000>;
|
|
read-only;
|
|
};
|
|
|
|
partition@200000 {
|
|
label = "u-boot-env";
|
|
reg = <0x200000 0x100000>;
|
|
};
|
|
|
|
partition@300000 {
|
|
label = "ubi0";
|
|
reg = <0x300000 0x3200000>;
|
|
};
|
|
|
|
partition@3500000 {
|
|
label = "ubi1";
|
|
reg = <0x3500000 0x3200000>;
|
|
read-only;
|
|
};
|
|
|
|
partition@6700000 {
|
|
label = "userconfig";
|
|
reg = <0x6700000 0x800000>;
|
|
read-only;
|
|
};
|
|
|
|
partition@6f00000 {
|
|
label = "tp_data";
|
|
reg = <0x6f00000 0x400000>;
|
|
read-only;
|
|
};
|
|
};
|