File tree Expand file tree Collapse file tree 3 files changed +42
-0
lines changed Expand file tree Collapse file tree 3 files changed +42
-0
lines changed Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright 2025 NXP
3
+ *
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ /delete-node/ &storage_partition;
8
+
9
+ &is25lp064 {
10
+ partitions {
11
+ large_partition: partition@400000 {
12
+ label = "large";
13
+ reg = <0x00400000 DT_SIZE_M(3)>;
14
+ };
15
+ medium_partition: partition@700000 {
16
+ label = "medium";
17
+ reg = <0x00700000 DT_SIZE_K(960)>;
18
+ };
19
+ small_partition: partition@7F0000 {
20
+ label = "small";
21
+ reg = <0x007F0000 DT_SIZE_K(64)>;
22
+ };
23
+ };
24
+ };
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright 2025 NXP
3
+ *
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ /delete-node/ &storage_partition;
8
+
9
+ &w25q32jvwj0 {
10
+ partitions {
11
+ small_partition: partition@3F0000 {
12
+ label = "small";
13
+ reg = <0x003F0000 DT_SIZE_K(64)>;
14
+ };
15
+ };
16
+ };
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ common:
11
11
- frdm_rw612
12
12
- mimxrt1010_evk
13
13
- mimxrt1015_evk
14
+ - mimxrt1020_evk
14
15
- mimxrt1040_evk
15
16
- mimxrt1050_evk/mimxrt1052/hyperflash
16
17
- mimxrt1060_evk/mimxrt1062/qspi
42
43
- lpcxpresso55s28
43
44
- lpcxpresso55s36
44
45
- lpcxpresso55s69/lpc55s69/cpu0
46
+ - mimxrt1024_evk
45
47
filesystem.littlefs.custom :
46
48
timeout : 180
47
49
extra_configs :
You can’t perform that action at this time.
0 commit comments