68 lines
1.0 KiB
Plaintext
68 lines
1.0 KiB
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
|
|
#include "mt7621_jcg_q20.dtsi"
|
|
|
|
/ {
|
|
compatible = "jcg,q20-pb-boot", "mediatek,mt7621-soc";
|
|
model = "JCG Q20 (pb-boot)";
|
|
};
|
|
|
|
&partitions {
|
|
partition@0 {
|
|
label = "Bootloader";
|
|
reg = <0x0 0x80000>;
|
|
};
|
|
|
|
partition@80000 {
|
|
label = "Nvram";
|
|
reg = <0x80000 0x40000>;
|
|
read-only;
|
|
};
|
|
|
|
partition@c0000 {
|
|
label = "Bdata";
|
|
reg = <0xc0000 0x40000>;
|
|
read-only;
|
|
};
|
|
|
|
factory: partition@100000 {
|
|
label = "Factory";
|
|
reg = <0x100000 0x80000>;
|
|
read-only;
|
|
|
|
compatible = "nvmem-cells";
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
|
|
macaddr_factory_3fff4: macaddr@3fff4 {
|
|
reg = <0x3fff4 0x6>;
|
|
};
|
|
|
|
macaddr_factory_3fffa: macaddr@3fffa {
|
|
reg = <0x3fffa 0x6>;
|
|
};
|
|
};
|
|
|
|
partition@180000 {
|
|
label = "crash";
|
|
reg = <0x180000 0x40000>;
|
|
read-only;
|
|
};
|
|
|
|
partition@1c0000 {
|
|
label = "crash_log";
|
|
reg = <0x1c0000 0x40000>;
|
|
read-only;
|
|
};
|
|
|
|
partition@200000 {
|
|
label = "kernel";
|
|
reg = <0x200000 0x400000>;
|
|
};
|
|
|
|
partition@600000 {
|
|
label = "ubi";
|
|
reg = <0x600000 0x7980000>;
|
|
};
|
|
};
|