Skip to content

Commit

Permalink
snippets: Replace nRF54H20 PDK with nRF54H20 DK
Browse files Browse the repository at this point in the history
nRF54H20 PDK is superseded by nRF54H20 DK and will no longer be
supported.

Signed-off-by: Andrzej Głąbek <[email protected]>
  • Loading branch information
anangl authored and fabiobaltieri committed Mar 18, 2024
1 parent 7cda165 commit 3a6fadf
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
* SPDX-License-Identifier: Apache-2.0
*/

&cpuppr_ram3x_region {
&cpuppr_code_data {
status = "okay";
};

&cpuppr_vpr {
execution-memory = <&cpuppr_ram3x_region>;
execution-memory = <&cpuppr_code_data>;
};

&uart135 {
Expand Down
2 changes: 1 addition & 1 deletion snippets/nordic-ppr-ram/nordic-ppr-ram.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@

/* code partition size must match RAM size */
&cpuppr_code_partition {
reg = <0x126000 DT_SIZE_K(28)>;
reg = <0x126000 DT_SIZE_K(62)>;
};
4 changes: 2 additions & 2 deletions snippets/nordic-ppr-ram/snippet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ append:
EXTRA_DTC_OVERLAY_FILE: nordic-ppr-ram.overlay

boards:
nrf54h20pdk/nrf54h20/cpuapp:
nrf54h20dk/nrf54h20/cpuapp:
append:
EXTRA_DTC_OVERLAY_FILE: boards/nrf54h20pdk_nrf54h20_cpuapp.overlay
EXTRA_DTC_OVERLAY_FILE: boards/nrf54h20dk_nrf54h20_cpuapp.overlay
4 changes: 2 additions & 2 deletions snippets/nordic-ppr/snippet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ append:
EXTRA_DTC_OVERLAY_FILE: nordic-ppr.overlay

boards:
nrf54h20pdk/nrf54h20/cpuapp:
nrf54h20dk/nrf54h20/cpuapp:
append:
EXTRA_DTC_OVERLAY_FILE: boards/nrf54h20pdk_nrf54h20_cpuapp.overlay
EXTRA_DTC_OVERLAY_FILE: boards/nrf54h20dk_nrf54h20_cpuapp.overlay

0 comments on commit 3a6fadf

Please sign in to comment.