diff --git a/snippets/matter-power-consumption-tests/boards/nrf54l15dk.conf b/snippets/matter-power-consumption-tests/boards/nrf54l15dk.conf index 2f6b93c3409b..fc0ef9ab8ba2 100644 --- a/snippets/matter-power-consumption-tests/boards/nrf54l15dk.conf +++ b/snippets/matter-power-consumption-tests/boards/nrf54l15dk.conf @@ -9,6 +9,3 @@ CONFIG_NCS_SAMPLE_MATTER_LEDS=n # Disable watchdog that increases the sleep current CONFIG_NCS_SAMPLE_MATTER_WATCHDOG=n - -# Increase MPSL calibration period to prevent too often CPU wake-ups. -CONFIG_MPSL_CALIBRATION_PERIOD=60000 diff --git a/snippets/matter-power-consumption-tests/boards/nrf54lm20dk.conf b/snippets/matter-power-consumption-tests/boards/nrf54lm20dk.conf new file mode 100644 index 000000000000..fc0ef9ab8ba2 --- /dev/null +++ b/snippets/matter-power-consumption-tests/boards/nrf54lm20dk.conf @@ -0,0 +1,11 @@ +# +# Copyright (c) 2025 Nordic Semiconductor ASA +# +# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause +# + +# Disable LEDs that lead to the current leakages +CONFIG_NCS_SAMPLE_MATTER_LEDS=n + +# Disable watchdog that increases the sleep current +CONFIG_NCS_SAMPLE_MATTER_WATCHDOG=n diff --git a/snippets/matter-power-consumption-tests/snippet.yml b/snippets/matter-power-consumption-tests/snippet.yml index 2b467ae955be..1bc8ec5bb0c6 100644 --- a/snippets/matter-power-consumption-tests/snippet.yml +++ b/snippets/matter-power-consumption-tests/snippet.yml @@ -6,3 +6,6 @@ boards: /nrf54l15dk.*/: append: EXTRA_CONF_FILE: boards/nrf54l15dk.conf + /nrf54lm20dk.*/: + append: + EXTRA_CONF_FILE: boards/nrf54lm20dk.conf