Skip to content

Commit b78d8db

Browse files
committed
scripts: west_commands: create_board: Fix nRF54LM20 FLPR DTS include
Upstream Zephyr commit 876ebb23ce16 ("dts: nordic: nrf54lm20: provide dedicated cpuflpr dtsi") removed the SoC include from the shared nrf54lm20_a_b_cpuflpr.dtsi, so the generated board must now include the per-SoC nrf54lm20a_cpuflpr.dtsi or nrf54lm20b_cpuflpr.dtsi entry point instead. Assisted-by: Cursor:claude-opus-5 Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
1 parent 9b4cdfc commit b78d8db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/west_commands/create_board/templates/nrf54lm/board.dts.jinja2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ temp_sensor: &temp {
8383
{% else %}
8484
/dts-v1/;
8585

86-
#include <nordic/nrf54lm20_a_b_{{ target['core'] }}.dtsi>
86+
#include <nordic/{{ soc }}_{{ target['core'] }}.dtsi>
8787
#include "{{ board }}-pinctrl.dtsi"
8888

8989
/ {

0 commit comments

Comments
 (0)