-
Notifications
You must be signed in to change notification settings - Fork 632
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[nrf fromlist] samples: code_relocation_nocopy: Add configuration for…
… nRF54H20 DK Add nRF54H20 DK specific entries to allow using the sample on this board. Upstream PR #: 80042 Signed-off-by: Andrzej Głąbek <[email protected]>
- Loading branch information
Showing
3 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
...les/application_development/code_relocation_nocopy/boards/nrf54h20dk_nrf54h20_cpuapp.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CONFIG_FLASH=y |
17 changes: 17 additions & 0 deletions
17
.../application_development/code_relocation_nocopy/boards/nrf54h20dk_nrf54h20_cpuapp.overlay
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
&cpuapp_ram0x_region { | ||
nordic,access = <NRF_OWNER_ID_APPLICATION NRF_PERM_RWXS>; | ||
}; | ||
|
||
&xip_region { | ||
status = "okay"; | ||
nordic,access = <NRF_OWNER_ID_APPLICATION NRF_PERM_RX>; | ||
}; | ||
|
||
&mx25uw63 { | ||
read-command = <0xEC13>; | ||
command-length = "INSTR_2_BYTE"; | ||
address-length = "ADDR_4_BYTE"; | ||
rx-dummy = <20>; | ||
|
||
xip-config = <1 0 0x20000000 0>; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters