boards: nrf54h20dk: Add default DFU partition
Define the default DFU partition. Signed-off-by: Tomasz Chyrowicz <tomasz.chyrowicz@nordicsemi.no>
This commit is contained in:
parent
b9f8bd26d8
commit
3929e3fbc9
2 changed files with 10 additions and 6 deletions
|
@ -170,11 +170,11 @@
|
||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
|
|
||||||
cpuapp_slot0_partition: partition@a6000 {
|
cpuapp_slot0_partition: partition@a6000 {
|
||||||
reg = <0xa6000 DT_SIZE_K(512)>;
|
reg = <0xa6000 DT_SIZE_K(296)>;
|
||||||
};
|
};
|
||||||
|
|
||||||
cpuppr_code_partition: partition@126000 {
|
cpuppr_code_partition: partition@f0000 {
|
||||||
reg = <0x126000 DT_SIZE_K(64)>;
|
reg = <0xf0000 DT_SIZE_K(64)>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -187,8 +187,12 @@
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
|
|
||||||
storage_partition: partition@136000 {
|
dfu_partition: partition@100000 {
|
||||||
reg = <0x136000 DT_SIZE_K(24)>;
|
reg = < 0x100000 DT_SIZE_K(892) >;
|
||||||
|
};
|
||||||
|
|
||||||
|
storage_partition: partition@1df000 {
|
||||||
|
reg = < 0x1df000 DT_SIZE_K(24) >;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -10,7 +10,7 @@ toolchain:
|
||||||
- xtools
|
- xtools
|
||||||
- zephyr
|
- zephyr
|
||||||
ram: 256
|
ram: 256
|
||||||
flash: 512
|
flash: 296
|
||||||
supported:
|
supported:
|
||||||
- can
|
- can
|
||||||
- counter
|
- counter
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue