-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmt7981-xiaomi-wr30u.dts
More file actions
79 lines (64 loc) · 2.57 KB
/
Copy pathmt7981-xiaomi-wr30u.dts
File metadata and controls
79 lines (64 loc) · 2.57 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
/dts-v1/;
#include "mt7981-xiaomi-wr30u-base.dtsi"
/ {
nmbm_spim_nand {
compatible = "generic,nmbm";
#address-cells = <1>;
#size-cells = <1>;
lower-mtd-device = <&spi_nand>;
forced-create;
partitions {
compatible = "fixed-partitions";
#address-cells = <0x01>;
#size-cells = <0x01>;
partition@0 {
label = "BL2";
reg = <0x00 0x100000>;
};
partition@100000 {
label = "Nvram";
reg = <0x100000 0x40000>;
};
partition@140000 {
label = "Bdata";
reg = <0x140000 0x40000>;
};
partition@180000 {
label = "Factory";
reg = <0x180000 0x200000>;
};
partition@380000 {
label = "FIP";
reg = <0x380000 0x200000>;
};
partition@580000 {
label = "crash";
reg = <0x580000 0x40000>;
};
partition@5c0000 {
label = "crash_log";
reg = <0x5c0000 0x40000>;
};
partition@600000 {
label = "ubi";
reg = <0x600000 0x2200000>;
};
partition@2800000 {
label = "ubi1";
reg = <0x2800000 0x2200000>;
};
partition@4a00000 {
label = "overlay";
reg = <0x4a00000 0x2000000>;
};
partition@6a00000 {
label = "data";
reg = <0x6a00000 0xc00000>;
};
partition@7600000 {
label = "KF";
reg = <0x7600000 0x40000>;
};
};
};
};