dts: nordic: Add SUIT storage partition for nRF9280 SiP
Add definition of the SUIT storage partition for the nRF9280 SiP. Signed-off-by: Tuomas Parttimaa <tuomas.parttimaa@nordicsemi.no>
This commit is contained in:
parent
13c74a0764
commit
342c25924d
1 changed files with 4 additions and 0 deletions
|
@ -74,6 +74,10 @@
|
|||
reserved-memory {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
||||
suit_storage_partition: memory@e6b7000 {
|
||||
reg = <0xe6b7000 DT_SIZE_K(40)>;
|
||||
};
|
||||
};
|
||||
|
||||
clocks {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue