2021-02-18 19:17:22 +00:00
|
|
|
/dts-v1/;
|
|
|
|
|
|
|
|
#include "mt7622-rfb1.dts"
|
|
|
|
/ {
|
|
|
|
model = "MT7622_MT7531 RFB (UBI)";
|
|
|
|
compatible = "mediatek,mt7622,ubi";
|
|
|
|
};
|
|
|
|
|
2021-08-24 04:04:51 +00:00
|
|
|
&snand {
|
|
|
|
partitions {
|
|
|
|
compatible = "fixed-partitions";
|
2021-02-18 19:17:22 +00:00
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
|
|
|
|
2021-08-24 04:04:51 +00:00
|
|
|
partition@0 {
|
|
|
|
label = "Preloader";
|
|
|
|
reg = <0x00000 0x0080000>;
|
|
|
|
read-only;
|
|
|
|
};
|
2021-02-18 19:17:22 +00:00
|
|
|
|
2021-08-24 04:04:51 +00:00
|
|
|
partition@80000 {
|
|
|
|
label = "ATF";
|
|
|
|
reg = <0x80000 0x0040000>;
|
|
|
|
};
|
2021-02-18 19:17:22 +00:00
|
|
|
|
2021-08-24 04:04:51 +00:00
|
|
|
partition@c0000 {
|
|
|
|
label = "Bootloader";
|
|
|
|
reg = <0xc0000 0x0080000>;
|
|
|
|
};
|
2021-02-18 19:17:22 +00:00
|
|
|
|
2021-08-24 04:04:51 +00:00
|
|
|
partition@140000 {
|
|
|
|
label = "Config";
|
|
|
|
reg = <0x140000 0x0080000>;
|
|
|
|
};
|
2021-02-18 19:17:22 +00:00
|
|
|
|
2021-08-24 04:04:51 +00:00
|
|
|
factory: partition@1c0000 {
|
|
|
|
label = "Factory";
|
|
|
|
reg = <0x1c0000 0x0040000>;
|
|
|
|
};
|
2021-02-18 19:17:22 +00:00
|
|
|
|
2021-08-24 04:04:51 +00:00
|
|
|
partition@200000 {
|
|
|
|
label = "kernel";
|
|
|
|
reg = <0x200000 0x400000>;
|
|
|
|
};
|
2021-02-18 19:17:22 +00:00
|
|
|
|
2021-08-24 04:04:51 +00:00
|
|
|
partition@600000 {
|
|
|
|
label = "ubi";
|
|
|
|
reg = <0x600000 0x1C00000>;
|
|
|
|
};
|
2021-02-18 19:17:22 +00:00
|
|
|
|
2021-08-24 04:04:51 +00:00
|
|
|
partition@2200000 {
|
|
|
|
label = "User_data";
|
|
|
|
reg = <0x2200000 0x4000000>;
|
2021-02-18 19:17:22 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|