File tree Expand file tree Collapse file tree 3 files changed +24
-18
lines changed
boards/nordic/bm_nrf54l15dk Expand file tree Collapse file tree 3 files changed +24
-18
lines changed Original file line number Diff line number Diff line change 48
48
49
49
boot_partition: partition@0 {
50
50
label = "boot";
51
- reg = <0x00000000 DT_SIZE_K(36 )>;
51
+ reg = <0x00000000 DT_SIZE_K(31 )>;
52
52
};
53
53
54
- storage_partition: partition@9000 {
54
+ storage_partition: partition@7c00 {
55
55
compatible = "fixed-subpartitions";
56
56
label = "storage";
57
- reg = <0x00009000 DT_SIZE_K(8)>;
58
- ranges = <0x0 0x9000 DT_SIZE_K(8)>;
57
+ reg = <0x00007c00 DT_SIZE_K(8)>;
58
+ ranges = <0x0 0x7c00 DT_SIZE_K(8)>;
59
59
#address-cells = <1>;
60
60
#size-cells = <1>;
61
61
70
70
};
71
71
};
72
72
73
- slot0_partition: partition@b000 {
73
+ /* Area from 0x9c00 to 0xa000 is unused due to alignment */
74
+
75
+ slot0_partition: partition@a000 {
74
76
label = "slot0";
75
- reg = <0x0000b000 DT_SIZE_K(282 )>;
77
+ reg = <0x000a000 DT_SIZE_K(286 )>;
76
78
};
77
79
78
80
slot1_partition: partition@51800 {
Original file line number Diff line number Diff line change 48
48
49
49
boot_partition: partition@0 {
50
50
label = "boot";
51
- reg = <0x00000000 DT_SIZE_K(36 )>;
51
+ reg = <0x00000000 DT_SIZE_K(31 )>;
52
52
};
53
53
54
- storage_partition: partition@9000 {
54
+ storage_partition: partition@7c00 {
55
55
compatible = "fixed-subpartitions";
56
56
label = "storage";
57
- reg = <0x00009000 DT_SIZE_K(8)>;
58
- ranges = <0x0 0x9000 DT_SIZE_K(8)>;
57
+ reg = <0x00007c00 DT_SIZE_K(8)>;
58
+ ranges = <0x0 0x7c00 DT_SIZE_K(8)>;
59
59
#address-cells = <1>;
60
60
#size-cells = <1>;
61
61
70
70
};
71
71
};
72
72
73
- slot0_partition: partition@b000 {
73
+ /* Area from 0x9c00 to 0xa000 is unused due to alignment */
74
+
75
+ slot0_partition: partition@a000 {
74
76
label = "slot0";
75
- reg = <0x0000b000 DT_SIZE_K(794 )>;
77
+ reg = <0x0000a000 DT_SIZE_K(798 )>;
76
78
};
77
79
78
80
slot1_partition: partition@d1800 {
Original file line number Diff line number Diff line change 48
48
49
49
boot_partition: partition@0 {
50
50
label = "boot";
51
- reg = <0x00000000 DT_SIZE_K(36 )>;
51
+ reg = <0x00000000 DT_SIZE_K(31 )>;
52
52
};
53
53
54
- storage_partition: partition@9000 {
54
+ storage_partition: partition@7c00 {
55
55
compatible = "fixed-subpartitions";
56
56
label = "storage";
57
- reg = <0x00009000 DT_SIZE_K(8)>;
58
- ranges = <0x0 0x9000 DT_SIZE_K(8)>;
57
+ reg = <0x00007c00 DT_SIZE_K(8)>;
58
+ ranges = <0x0 0x7c00 DT_SIZE_K(8)>;
59
59
#address-cells = <1>;
60
60
#size-cells = <1>;
61
61
70
70
};
71
71
};
72
72
73
- slot0_partition: partition@b000 {
73
+ /* Area from 0x9c00 to 0xa000 is unused due to alignment */
74
+
75
+ slot0_partition: partition@a000 {
74
76
label = "slot0";
75
- reg = <0x0000b000 DT_SIZE_K(1306 )>;
77
+ reg = <0x0000a000 DT_SIZE_K(1310 )>;
76
78
};
77
79
78
80
slot1_partition: partition@151800 {
You can’t perform that action at this time.
0 commit comments