Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[nrf fromtree] dts: nordic: Add SUIT storage partition for nRF9280 SiP #2392

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

parttimaa
Copy link

Add definition of the SUIT storage partition for the nRF9280 SiP.

Signed-off-by: Tuomas Parttimaa [email protected]
(cherry picked from commit 342c259)

Add definition of the SUIT storage partition for the nRF9280 SiP.

Signed-off-by: Tuomas Parttimaa <[email protected]>
(cherry picked from commit 342c259)
@@ -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
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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants