Skip to content

Commit 1344500

Browse files
committed
[nrf fromtree] 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 <[email protected]> (cherry picked from commit 342c259)
1 parent 7f8d857 commit 1344500

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dts/common/nordic/nrf9280.dtsi

+4
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(40)>;
80+
};
7781
};
7882

7983
clocks {

0 commit comments

Comments
 (0)