aboutsummaryrefslogtreecommitdiff
path: root/target/linux/mediatek/dts/mt7981b-cmcc-a10-stock.dts
blob: 96627f8bfb26d14ac1460ea92b21fc3c3b1a4a9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT

/dts-v1/;
#include "mt7981b-cmcc-a10.dtsi"

/ {
	model = "CMCC A10 (stock layout)";
	compatible = "cmcc,a10-stock", "mediatek,mt7981";
};

&partitions {
	partition@580000 {
		label = "ubi";
		reg = <0x580000 0x4000000>;
	};

	partition@4580000 {
		label = "firmware_backup";
		reg = <0x4580000 0x2000000>;
		read-only;
	};

	partition@6580000 {
		label = "zrsave";
		reg = <0x6580000 0x100000>;
		read-only;
	};

	partition@6680000 {
		label = "config2";
		reg = <0x6680000 0x100000>;
		read-only;
	};
};

&spi_nand {
	mediatek,nmbm;
	mediatek,bmt-max-ratio = <1>;
	mediatek,bmt-max-reserved-blocks = <64>;
};