Skip to content

Commit 998ed1b

Browse files
tomchycarlescufi
authored andcommitted
[nrf noup] boards: Align board DTS with upstream.
This alignment cannot be done through nrf fromlist commit, since it was introduced in the tree-wide commit: 2d22884 Once tried to pull all changes to merge it cleanly, the chain ended up in the doc/releases/migration-guide-4.3.rst file, which would bring nearly all of the changes from the Zephyr 4.3 release, making a small PR with just 4 white characters a Zephyr upmerge PR. Feel free to drop this commit during the next Zephyr upmerge. Signed-off-by: Tomasz Chyrowicz <[email protected]>
1 parent e353987 commit 998ed1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpuapp.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,8 +343,8 @@ zephyr_udc0: &usbhs {
343343

344344
/* Trim this RAM block for making room on all run-time common S2RAM cpu context. */
345345
&cpuapp_ram0 {
346-
reg = <0x22000000 (DT_SIZE_K(32)-32)>;
347-
ranges = <0x0 0x22000000 (0x8000-0x20)>;
346+
reg = <0x22000000 (DT_SIZE_K(32) - 32)>;
347+
ranges = <0x0 0x22000000 (0x8000 - 0x20)>;
348348
};
349349

350350
/ {

0 commit comments

Comments
 (0)