boards: nrf54h20: Fix storage partitions for setting subsytem
There was missing storage partition that is required for setting subsytem. Add missing entries to board files. Signed-off-by: Piotr Pryga <piotr.pryga@nordicsemi.no>
This commit is contained in:
parent
b0f9391aee
commit
6f07cecc95
2 changed files with 18 additions and 0 deletions
|
@ -181,4 +181,18 @@
|
||||||
reg = <0x126000 DT_SIZE_K(64)>;
|
reg = <0x126000 DT_SIZE_K(64)>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
cpuapp_rw_partitions: cpuapp-rw-partitions {
|
||||||
|
compatible = "nordic,owned-partitions", "fixed-partitions";
|
||||||
|
status = "disabled";
|
||||||
|
perm-read;
|
||||||
|
perm-write;
|
||||||
|
perm-secure;
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
|
storage_partition: partition@136000 {
|
||||||
|
reg = <0x136000 DT_SIZE_K(24)>;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -130,6 +130,10 @@
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&cpuapp_rw_partitions {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
&cpuppr_vpr {
|
&cpuppr_vpr {
|
||||||
execution-memory = <&cpuppr_code_data>;
|
execution-memory = <&cpuppr_code_data>;
|
||||||
source-memory = <&cpuppr_code_partition>;
|
source-memory = <&cpuppr_code_partition>;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue