File tree Expand file tree Collapse file tree 3 files changed +18
-18
lines changed
boards/nordic/bm_nrf54l15dk Expand file tree Collapse file tree 3 files changed +18
-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
+ slot0_partition: partition@9c00 {
74
74
label = "slot0";
75
- reg = <0x0000b000 DT_SIZE_K(282 )>;
75
+ reg = <0x0009c00 DT_SIZE_K(287 )>;
76
76
};
77
77
78
78
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
+ slot0_partition: partition@9c00 {
74
74
label = "slot0";
75
- reg = <0x0000b000 DT_SIZE_K(794 )>;
75
+ reg = <0x00009c00 DT_SIZE_K(799 )>;
76
76
};
77
77
78
78
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
+ slot0_partition: partition@9c00 {
74
74
label = "slot0";
75
- reg = <0x0000b000 DT_SIZE_K(1306 )>;
75
+ reg = <0x00009c00 DT_SIZE_K(1311 )>;
76
76
};
77
77
78
78
slot1_partition: partition@151800 {
You can’t perform that action at this time.
0 commit comments