boards: frdm_mcxw71: Enable mcuboot
Enable mcuboot partitions Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
This commit is contained in:
parent
7a57d55c76
commit
6be08222c0
2 changed files with 12 additions and 6 deletions
|
@ -21,7 +21,7 @@
|
|||
chosen {
|
||||
zephyr,flash = &flash;
|
||||
zephyr,flash-controller = &fmu;
|
||||
zephyr,code-partition = &code_partition;
|
||||
zephyr,code-partition = &slot0_partition;
|
||||
zephyr,sram = &stcm0;
|
||||
zephyr,console = &lpuart1;
|
||||
zephyr,shell-uart = &lpuart1;
|
||||
|
@ -65,15 +65,20 @@
|
|||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
||||
code_partition: partition@0 {
|
||||
reg = <0x0 DT_SIZE_K(896)>;
|
||||
label = "code";
|
||||
read-only;
|
||||
boot_partition: partition@0 {
|
||||
reg = <0x0 DT_SIZE_K(64)>;
|
||||
};
|
||||
|
||||
slot0_partition: partition@10000 {
|
||||
reg = <0x10000 DT_SIZE_K(416)>;
|
||||
};
|
||||
|
||||
slot1_partition: partition@78000 {
|
||||
reg = <0x78000 DT_SIZE_K(416)>;
|
||||
};
|
||||
|
||||
storage_partition: partition@e0000 {
|
||||
reg = <0xe0000 DT_SIZE_K(128)>;
|
||||
label = "storage";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -44,6 +44,7 @@ tests:
|
|||
- nrf52840dk/nrf52840
|
||||
- rd_rw612_bga
|
||||
- nucleo_wba55cg
|
||||
- frdm_mcxw71
|
||||
integration_platforms:
|
||||
- frdm_k64f
|
||||
- nrf52840dk/nrf52840
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue