Skip to content

Commit

Permalink
openthread: samples: Fix partition layout for nrf54 in OT cli.
Browse files Browse the repository at this point in the history
Commit alingns partition layout for nrf54h20 partition layout with
requirements from 0.5.0 SDSC bundle.

Signed-off-by: Przemyslaw Bida <[email protected]>
  • Loading branch information
canisLupus1313 committed Jun 6, 2024
1 parent dd4fd1d commit e11635c
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions samples/openthread/cli/boards/nrf54h20dk_nrf54h20_cpuapp.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


/delete-node/ &cpuapp_rx_partitions;
/delete-node/ &cpuapp_rw_partitions;
/delete-node/ &dfu_partition;

&mram1x {
erase-block-size = < 0x1000 >;
Expand All @@ -29,17 +29,4 @@
reg = <0x155000 DT_SIZE_K(64)>;
};
};

cpuapp_rw_partitions: cpuapp-rw-partitions {
compatible = "nordic,owned-partitions", "fixed-partitions";
status = "okay";
perm-read;
perm-write;
#address-cells = < 0x1 >;
#size-cells = < 0x1 >;

storage_partition: partition@198000 {
reg = < 0x198000 DT_SIZE_K(32) >;
};
};
};

0 comments on commit e11635c

Please sign in to comment.