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 4848
4949 boot_partition: partition@0 {
5050 label = "boot";
51- reg = <0x00000000 DT_SIZE_K(36 )>;
51+ reg = <0x00000000 DT_SIZE_K(31 )>;
5252 };
5353
54- storage_partition: partition@9000 {
54+ storage_partition: partition@7c00 {
5555 compatible = "fixed-subpartitions";
5656 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)>;
5959 #address-cells = <1>;
6060 #size-cells = <1>;
6161
7070 };
7171 };
7272
73- slot0_partition: partition@b000 {
73+ /* Area from 0x9c00 to 0xa000 is unused due to alignment */
74+
75+ slot0_partition: partition@a000 {
7476 label = "slot0";
75- reg = <0x0000b000 DT_SIZE_K(282 )>;
77+ reg = <0x0000a000 DT_SIZE_K(286 )>;
7678 };
7779
7880 slot1_partition: partition@51800 {
Original file line number Diff line number Diff line change 4848
4949 boot_partition: partition@0 {
5050 label = "boot";
51- reg = <0x00000000 DT_SIZE_K(36 )>;
51+ reg = <0x00000000 DT_SIZE_K(31 )>;
5252 };
5353
54- storage_partition: partition@9000 {
54+ storage_partition: partition@7c00 {
5555 compatible = "fixed-subpartitions";
5656 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)>;
5959 #address-cells = <1>;
6060 #size-cells = <1>;
6161
7070 };
7171 };
7272
73- slot0_partition: partition@b000 {
73+ /* Area from 0x9c00 to 0xa000 is unused due to alignment */
74+
75+ slot0_partition: partition@a000 {
7476 label = "slot0";
75- reg = <0x0000b000 DT_SIZE_K(794 )>;
77+ reg = <0x0000a000 DT_SIZE_K(798 )>;
7678 };
7779
7880 slot1_partition: partition@d1800 {
Original file line number Diff line number Diff line change 4848
4949 boot_partition: partition@0 {
5050 label = "boot";
51- reg = <0x00000000 DT_SIZE_K(36 )>;
51+ reg = <0x00000000 DT_SIZE_K(31 )>;
5252 };
5353
54- storage_partition: partition@9000 {
54+ storage_partition: partition@7c00 {
5555 compatible = "fixed-subpartitions";
5656 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)>;
5959 #address-cells = <1>;
6060 #size-cells = <1>;
6161
7070 };
7171 };
7272
73- slot0_partition: partition@b000 {
73+ /* Area from 0x9c00 to 0xa000 is unused due to alignment */
74+
75+ slot0_partition: partition@a000 {
7476 label = "slot0";
75- reg = <0x0000b000 DT_SIZE_K(1306 )>;
77+ reg = <0x0000a000 DT_SIZE_K(1310 )>;
7678 };
7779
7880 slot1_partition: partition@151800 {
You can’t perform that action at this time.
0 commit comments