Skip to content

Commit 9a07fbb

Browse files
committed
[nrf fromlist] dts: nordic: Add SUIT storage partition for nRF9280 SiP
Add definition of the SUIT storage partition for the nRF9280 SiP. Upstream PR #: 81765 Signed-off-by: Tuomas Parttimaa <[email protected]>
1 parent 84477d9 commit 9a07fbb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dts/common/nordic/nrf9280.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@
7474
reserved-memory {
7575
#address-cells = <1>;
7676
#size-cells = <1>;
77+
78+
suit_storage_partition: memory@e6b7000 {
79+
reg = <0xe6b7000 DT_SIZE_K(36)>;
80+
};
7781
};
7882

7983
clocks {

0 commit comments

Comments
 (0)