Skip to content

Commit 9c04a1d

Browse files
boards: nordic: add periphconf_partition to memory map for nRF9280
- nRF9280 memory_map_iron is missing periphconf_partition, added this partition to mram11 at address 0xe60a000. Signed-of-by: Aymen LAOUINI <[email protected]>
1 parent 124fe03 commit 9c04a1d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

boards/nordic/nrf9280pdk/nrf9280pdk_nrf9280-memory_map_iron.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,9 @@
7575
storage_partition: partition@600000 {
7676
reg = <0x600000 DT_SIZE_K(40)>;
7777
};
78+
79+
periphconf_partition: partition@60a000 {
80+
reg = <0x60a000 DT_SIZE_K(8)>;
81+
};
7882
};
7983
};

0 commit comments

Comments
 (0)