Skip to content

Commit 4d7c59f

Browse files
dchat-nordicgmarull
authored andcommitted
boards: thingy53x: Align nRF5340 IPC configuration
Align nRF5340 shared IPC configuration to upstream changes. Signed-off-by: Dominik Chat <[email protected]>
1 parent 4677d9d commit 4d7c59f

File tree

3 files changed

+2
-32
lines changed

3 files changed

+2
-32
lines changed

boards/nordic/thingy91x/nrf5340_shared_sram_planning_conf.dts

Lines changed: 0 additions & 30 deletions
This file was deleted.

boards/nordic/thingy91x/thingy91x_nrf5340_cpuapp_common.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,4 +241,4 @@ zephyr_udc0: &usbd {
241241
};
242242

243243
/* Include partition configuration file */
244-
#include "nrf5340_shared_sram_planning_conf.dts"
244+
#include <common/nordic/nrf5340_shared_sram_partition.dtsi>

boards/nordic/thingy91x/thingy91x_nrf5340_cpunet.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@
8282
};
8383

8484
/* Include shared RAM configuration file */
85-
#include "nrf5340_shared_sram_planning_conf.dts"
85+
#include <common/nordic/nrf5340_shared_sram_partition.dtsi>

0 commit comments

Comments
 (0)