Skip to content

Commit 8b8c463

Browse files
committed
[nrf fromtree] tests: fs: littlefs: Fix nRF54L15-based dtc overlay files
Fixes these files to no longer delete non-secure partitions as they are not present, and updates the offset of the area to use Signed-off-by: Jamie McCrae <[email protected]> (cherry picked from commit 3d11c84)
1 parent 72ecd41 commit 8b8c463

File tree

4 files changed

+8
-16
lines changed

4 files changed

+8
-16
lines changed

tests/subsys/fs/littlefs/boards/bl54l15_dvk_nrf54l15_cpuapp.overlay

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,17 @@
55
* SPDX-License-Identifier: Apache-2.0
66
*/
77

8-
/delete-node/ &slot0_ns_partition;
98
/delete-node/ &slot1_partition;
10-
/delete-node/ &slot1_ns_partition;
119

1210
&cpuapp_rram {
1311
partitions {
1412
compatible = "fixed-partitions";
1513
#address-cells = <1>;
1614
#size-cells = <1>;
1715

18-
small_partition: partition@67000 {
16+
small_partition: partition@b6000 {
1917
label = "small";
20-
reg = <0x00067000 0x00010000>;
18+
reg = <0x000b6000 0x00010000>;
2119
};
2220
};
2321
};

tests/subsys/fs/littlefs/boards/bl54l15u_dvk_nrf54l15_cpuapp.overlay

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,17 @@
55
* SPDX-License-Identifier: Apache-2.0
66
*/
77

8-
/delete-node/ &slot0_ns_partition;
98
/delete-node/ &slot1_partition;
10-
/delete-node/ &slot1_ns_partition;
119

1210
&cpuapp_rram {
1311
partitions {
1412
compatible = "fixed-partitions";
1513
#address-cells = <1>;
1614
#size-cells = <1>;
1715

18-
small_partition: partition@67000 {
16+
small_partition: partition@b6000 {
1917
label = "small";
20-
reg = <0x00067000 0x00010000>;
18+
reg = <0x000b6000 0x00010000>;
2119
};
2220
};
2321
};

tests/subsys/fs/littlefs/boards/nrf54l15dk_nrf54l15_cpuapp.overlay

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,17 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66

7-
/delete-node/ &slot0_ns_partition;
87
/delete-node/ &slot1_partition;
9-
/delete-node/ &slot1_ns_partition;
108

119
&cpuapp_rram {
1210
partitions {
1311
compatible = "fixed-partitions";
1412
#address-cells = <1>;
1513
#size-cells = <1>;
1614

17-
small_partition: partition@67000 {
15+
small_partition: partition@b6000 {
1816
label = "small";
19-
reg = <0x00067000 0x00010000>;
17+
reg = <0x000b6000 0x00010000>;
2018
};
2119
};
2220
};

tests/subsys/fs/littlefs/boards/ophelia4ev_nrf54l15_cpuapp.overlay

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,17 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66

7-
/delete-node/ &slot0_ns_partition;
87
/delete-node/ &slot1_partition;
9-
/delete-node/ &slot1_ns_partition;
108

119
&cpuapp_rram {
1210
partitions {
1311
compatible = "fixed-partitions";
1412
#address-cells = <1>;
1513
#size-cells = <1>;
1614

17-
small_partition: partition@67000 {
15+
small_partition: partition@b6000 {
1816
label = "small";
19-
reg = <0x00067000 0x00010000>;
17+
reg = <0x000b6000 0x00010000>;
2018
};
2119
};
2220
};

0 commit comments

Comments
 (0)