From ebcb537514335164911127aa2b3dffd330239307 Mon Sep 17 00:00:00 2001 From: Tuomas Parttimaa Date: Fri, 22 Nov 2024 14:10:30 +0200 Subject: [PATCH] [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 (cherry picked from commit 342c25924d916b562a7a847fc97f842b5ce7dd4f) --- dts/common/nordic/nrf9280.dtsi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dts/common/nordic/nrf9280.dtsi b/dts/common/nordic/nrf9280.dtsi index 1222f3675ec..9e25f9837ba 100644 --- a/dts/common/nordic/nrf9280.dtsi +++ b/dts/common/nordic/nrf9280.dtsi @@ -74,6 +74,10 @@ reserved-memory { #address-cells = <1>; #size-cells = <1>; + + suit_storage_partition: memory@e6b7000 { + reg = <0xe6b7000 DT_SIZE_K(40)>; + }; }; clocks {