Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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)>;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

According to the docs, currently you use 20kB (24kB with RFU of the same size as on nRF54H20).
Do you have something in mind for the remaining 16kB?

Copy link
Contributor Author

@parttimaa parttimaa Dec 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

};
};

clocks {
Expand Down
Loading