Skip to content

Commit

Permalink
[nrf fromtree] dts: nordic: Add SUIT storage partition for nRF9280 SiP
Browse files Browse the repository at this point in the history
Add definition of the SUIT storage partition for the nRF9280 SiP.

Signed-off-by: Tuomas Parttimaa <[email protected]>
(cherry picked from commit 342c259)
  • Loading branch information
parttimaa committed Dec 30, 2024
1 parent 7f8d857 commit 1344500
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dts/common/nordic/nrf9280.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@
reserved-memory {
#address-cells = <1>;
#size-cells = <1>;

suit_storage_partition: memory@e6b7000 {
reg = <0xe6b7000 DT_SIZE_K(40)>;
};
};

clocks {
Expand Down

0 comments on commit 1344500

Please sign in to comment.