Skip to content

Cleanup after nrf54lm20dk board rename #3024

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
15 commits
Select commit Hold shift + click to select a range
c2dc2c7
[nrf fromlist] samples: boards: nordic: system_off: Cleanup after nRF…
nordic-segl Jul 7, 2025
600a046
[nrf fromlist] samples: drivers: adc: adc_dt: Enable sample on nrf54l…
nordic-segl Jul 7, 2025
f8c7ec6
[nrf fromtree] samples: drivers: adc_sequence: Remove misleading part…
anangl Jun 16, 2025
de615f9
[nrf fromtree] samples: drivers: adc: Add variant for 8-bit resolutio…
jaz1-nordic May 28, 2025
8cc7c81
[nrf fromlist] samples: drivers: adc: adc_sequence: Enable sample on …
nordic-segl Jul 7, 2025
c284af9
[nrf fromlist] samples: drivers: audio: dmic: Cleanup after nRF54LM20…
nordic-segl Jul 7, 2025
3c0871c
[nrf fromlist] samples: drivers: counter: alarm: Cleanup platform_all…
nordic-segl Jul 7, 2025
ff42f0f
[nrf fromtree] samples: drivers: i2c: rtio_loopback: add nucleo_f401r…
etienne-lms Jun 19, 2025
8b77d1d
[nrf fromlist] samples: drivers: i2c: rtio_loopback: Enable sample on…
nordic-segl Jul 7, 2025
c713229
[nrf fromlist] samples: drivers: jesd216: Enable sample on nrf54lm20dk
nordic-segl Jul 7, 2025
db600e7
[nrf fromlist] samples: drivers: mbox: Cleanup after nRF54LM20 rename
nordic-segl Jul 7, 2025
7d773b5
[nrf fromlist] samples: drivers: spi_bitbang: Enable sample on nrf54*…
nordic-segl Jul 7, 2025
c3fa820
[nrf fromlist] samples: drivers: spi_flash: Enable sample on nrf54lm20dk
nordic-segl Jul 7, 2025
0bc7401
[nrf fromlist] samples: drivers: watchdog: Cleanup after nRF54LM20 re…
nordic-segl Jul 7, 2025
fdfdee2
[nrf fromlist] samples: sensor: qdec: Enable sample on nrf54lm20dk
nordic-segl Jul 7, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

4 changes: 0 additions & 4 deletions samples/boards/nordic/system_off/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ tests:
- nrf54l15dk/nrf54l05/cpuapp
- nrf54l15dk/nrf54l10/cpuapp
- nrf54l15dk/nrf54l15/cpuapp
- nrf54l20pdk/nrf54l20/cpuapp
- nrf54lm20dk/nrf54lm20a/cpuapp
harness: console
harness_config:
Expand All @@ -34,7 +33,6 @@ tests:
- nrf54l15dk/nrf54l05/cpuapp
- nrf54l15dk/nrf54l10/cpuapp
- nrf54l15dk/nrf54l15/cpuapp
- nrf54l20pdk/nrf54l20/cpuapp
- nrf54lm20dk/nrf54lm20a/cpuapp
extra_configs:
- CONFIG_APP_USE_RETAINED_MEM=y
Expand All @@ -54,7 +52,6 @@ tests:
- nrf54l15dk/nrf54l05/cpuapp
- nrf54l15dk/nrf54l10/cpuapp
- nrf54l15dk/nrf54l15/cpuapp
- nrf54l20pdk/nrf54l20/cpuapp
- nrf54lm20dk/nrf54lm20a/cpuapp
extra_configs:
- CONFIG_GRTC_WAKEUP_ENABLE=y
Expand All @@ -79,7 +76,6 @@ tests:
- nrf54l15dk/nrf54l05/cpuapp
- nrf54l15dk/nrf54l10/cpuapp
- nrf54l15dk/nrf54l15/cpuapp
- nrf54l20pdk/nrf54l20/cpuapp
- nrf54lm20dk/nrf54lm20a/cpuapp
extra_configs:
- CONFIG_APP_USE_RETAINED_MEM=y
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
/*
* Copyright (c) 2025 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
*/

/ {
zephyr,user {
io-channels = <&adc 0>, <&adc 1>, <&adc 2>, <&adc 7>;
};
};

&adc {
#address-cells = <1>;
#size-cells = <0>;
status = "okay";

channel@0 {
reg = <0>;
zephyr,gain = "ADC_GAIN_1";
zephyr,reference = "ADC_REF_INTERNAL";
zephyr,acquisition-time = <ADC_ACQ_TIME_DEFAULT>;
zephyr,input-positive = <NRF_SAADC_AIN4>; /* P1.06 */
zephyr,resolution = <10>;
};

channel@1 {
reg = <1>;
zephyr,gain = "ADC_GAIN_1";
zephyr,reference = "ADC_REF_INTERNAL";
zephyr,acquisition-time = <ADC_ACQ_TIME_DEFAULT>;
zephyr,input-positive = <NRF_SAADC_AIN2>; /* P1.30 */
zephyr,resolution = <12>;
zephyr,oversampling = <8>;
};

channel@2 {
reg = <2>;
zephyr,gain = "ADC_GAIN_1";
zephyr,reference = "ADC_REF_INTERNAL";
zephyr,acquisition-time = <ADC_ACQ_TIME_DEFAULT>;
zephyr,input-positive = <NRF_SAADC_VDD>;
zephyr,resolution = <12>;
zephyr,oversampling = <8>;
};

channel@7 {
reg = <7>;
zephyr,gain = "ADC_GAIN_1";
zephyr,reference = "ADC_REF_INTERNAL";
zephyr,acquisition-time = <ADC_ACQ_TIME_DEFAULT>;
zephyr,input-positive = <NRF_SAADC_AIN6>; /* P1.04 */
zephyr,input-negative = <NRF_SAADC_AIN7>; /* P1.03 */
zephyr,resolution = <12>;
};
};
3 changes: 2 additions & 1 deletion samples/drivers/adc/adc_dt/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ tests:
- stm32h735g_disco
- nrf51dk/nrf51822
- nrf52840dk/nrf52840
- nrf54l15dk/nrf54l15/cpuapp
- nrf54h20dk/nrf54h20/cpuapp
- nrf54l15dk/nrf54l15/cpuapp
- nrf54lm20dk/nrf54lm20a/cpuapp
- ophelia4ev/nrf54l15/cpuapp
- mec172xevb_assy6906
- gd32f350r_eval
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@
zephyr,reference = "ADC_REF_INTERNAL";
zephyr,acquisition-time = <ADC_ACQ_TIME_DEFAULT>;
zephyr,input-positive = <NRF_SAADC_VDD>;
zephyr,oversampling = <8>;
};
};
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@
};
};

/ {
zephyr,user {
io-channels = <&adc 0>, <&adc 1>, <&adc 2>, <&adc 7>;
};
};

&adc {
#address-cells = <1>;
#size-cells = <0>;
Expand All @@ -26,7 +20,6 @@
zephyr,reference = "ADC_REF_INTERNAL";
zephyr,acquisition-time = <ADC_ACQ_TIME_DEFAULT>;
zephyr,input-positive = <NRF_SAADC_AIN1>; /* P1.01 */
zephyr,resolution = <10>;
};

channel@1 {
Expand All @@ -35,8 +28,6 @@
zephyr,reference = "ADC_REF_INTERNAL";
zephyr,acquisition-time = <ADC_ACQ_TIME_DEFAULT>;
zephyr,input-positive = <NRF_SAADC_AIN2>; /* P1.02 */
zephyr,resolution = <12>;
zephyr,oversampling = <8>;
};

channel@2 {
Expand All @@ -46,8 +37,6 @@
zephyr,acquisition-time = <ADC_ACQ_TIME_DEFAULT>;
zephyr,input-positive = <NRF_SAADC_AIN9>; /* P9.01 */
zephyr,vref-mv = <3686>; /* 3.6V * 1024 */
zephyr,resolution = <12>;
zephyr,oversampling = <8>;
};

channel@7 {
Expand All @@ -57,6 +46,5 @@
zephyr,acquisition-time = <ADC_ACQ_TIME_DEFAULT>;
zephyr,input-positive = <NRF_SAADC_AIN3>; /* P1.03 */
zephyr,input-negative = <NRF_SAADC_AIN7>; /* P1.07 */
zephyr,resolution = <12>;
};
};
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@
* Copyright (c) 2024 Nordic Semiconductor ASA
*/

/ {
zephyr,user {
io-channels = <&adc 0>, <&adc 1>, <&adc 2>, <&adc 7>;
};
};

/ {
aliases {
adc0 = &adc;
Expand All @@ -26,7 +20,6 @@
zephyr,reference = "ADC_REF_INTERNAL";
zephyr,acquisition-time = <ADC_ACQ_TIME_DEFAULT>;
zephyr,input-positive = <NRF_SAADC_AIN4>; /* P1.11 */
zephyr,resolution = <10>;
};

channel@1 {
Expand All @@ -35,8 +28,6 @@
zephyr,reference = "ADC_REF_INTERNAL";
zephyr,acquisition-time = <ADC_ACQ_TIME_DEFAULT>;
zephyr,input-positive = <NRF_SAADC_AIN2>; /* P1.06 */
zephyr,resolution = <12>;
zephyr,oversampling = <8>;
};

channel@2 {
Expand All @@ -45,8 +36,6 @@
zephyr,reference = "ADC_REF_INTERNAL";
zephyr,acquisition-time = <ADC_ACQ_TIME_DEFAULT>;
zephyr,input-positive = <NRF_SAADC_DVDD>; /* 0.9 V internal */
zephyr,resolution = <12>;
zephyr,oversampling = <8>;
};

channel@7 {
Expand All @@ -56,6 +45,5 @@
zephyr,acquisition-time = <ADC_ACQ_TIME_DEFAULT>;
zephyr,input-positive = <NRF_SAADC_AIN6>; /* P1.13 */
zephyr,input-negative = <NRF_SAADC_AIN7>; /* P1.14 */
zephyr,resolution = <12>;
};
};
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
/*
* Copyright (c) 2025 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
*/

/ {
zephyr,user {
io-channels = <&adc 0>, <&adc 1>, <&adc 2>, <&adc 7>;
};
};

/ {
aliases {
adc0 = &adc;
};
};

&adc {
#address-cells = <1>;
#size-cells = <0>;
status = "okay";

channel@0 {
reg = <0>;
zephyr,gain = "ADC_GAIN_1";
zephyr,reference = "ADC_REF_INTERNAL";
zephyr,acquisition-time = <ADC_ACQ_TIME_DEFAULT>;
zephyr,input-positive = <NRF_SAADC_AIN4>; /* P1.06 */
zephyr,resolution = <10>;
};

channel@1 {
reg = <1>;
zephyr,gain = "ADC_GAIN_1";
zephyr,reference = "ADC_REF_INTERNAL";
zephyr,acquisition-time = <ADC_ACQ_TIME_DEFAULT>;
zephyr,input-positive = <NRF_SAADC_AIN2>; /* P1.30 */
zephyr,resolution = <12>;
zephyr,oversampling = <8>;
};

channel@2 {
reg = <2>;
zephyr,gain = "ADC_GAIN_1";
zephyr,reference = "ADC_REF_INTERNAL";
zephyr,acquisition-time = <ADC_ACQ_TIME_DEFAULT>;
zephyr,input-positive = <NRF_SAADC_DVDD>; /* 0.9 V internal */
zephyr,resolution = <12>;
zephyr,oversampling = <8>;
};

channel@7 {
reg = <7>;
zephyr,gain = "ADC_GAIN_1";
zephyr,reference = "ADC_REF_INTERNAL";
zephyr,acquisition-time = <ADC_ACQ_TIME_DEFAULT>;
zephyr,input-positive = <NRF_SAADC_AIN6>; /* P1.04 */
zephyr,input-negative = <NRF_SAADC_AIN7>; /* P1.03 */
zephyr,resolution = <12>;
};
};
35 changes: 23 additions & 12 deletions samples/drivers/adc/adc_sequence/sample.yaml
Original file line number Diff line number Diff line change
@@ -1,28 +1,39 @@
sample:
name: ADC driver sequence sample
common:
tags:
- adc
depends_on: adc
harness: console
timeout: 10
harness_config:
type: multi_line
regex:
- "ADC sequence reading \\[\\d+\\]:"
- "- .+, channel \\d+, \\d+ sequence samples:"
- "- - \\d+ (= \\d+mV)|(\\(value in mV not available\\))"
tests:
sample.drivers.adc.adc_sequence:
tags:
- adc
depends_on: adc
platform_allow:
- cy8cproto_063_ble
- cy8cproto_062_4343w
- nrf52840dk/nrf52840
- nrf54l15dk/nrf54l15/cpuapp
- nrf54h20dk/nrf54h20/cpuapp
- nrf54l15dk/nrf54l15/cpuapp
- nrf54lm20dk/nrf54lm20a/cpuapp
- ophelia4ev/nrf54l15/cpuapp
- raytac_an54l15q_db/nrf54l15/cpuapp
- ucans32k1sic
- frdm_mcxc242
- stm32f3_disco
integration_platforms:
- nrf52840dk/nrf52840
harness: console
timeout: 10
harness_config:
type: multi_line
regex:
- "ADC sequence reading \\[\\d+\\]:"
- "- .+, channel \\d+, \\d+ sequence samples:"
- "- - \\d+ (= \\d+mV)|(\\(value in mV not available\\))"
sample.drivers.adc.adc_sequence.8bit:
platform_allow:
- nrf54h20dk/nrf54h20/cpuapp
- nrf54l15dk/nrf54l15/cpuapp
- nrf54lm20dk/nrf54lm20a/cpuapp
integration_platforms:
- nrf54l15dk/nrf54l15/cpuapp
extra_configs:
- CONFIG_SEQUENCE_RESOLUTION=8

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
* SPDX-License-Identifier: Apache-2.0
*/

/* Test requires loopback between P1.23 and P1.24.
* For best performance, PDM_CLK shall be on 'Clock pin'.
*/

&pinctrl {
pdm20_default_alt: pdm20_default_alt {
group1 {
Expand Down

This file was deleted.

7 changes: 7 additions & 0 deletions samples/drivers/counter/alarm/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ tests:
- nrf51dk/nrf51822
- nrf52dk/nrf52832
- nrf52840dk/nrf52840
- nrf54h20dk/nrf54h20/cpuapp
- nrf54h20dk/nrf54h20/cpuflpr
- nrf54h20dk/nrf54h20/cpuppr
- nrf54h20dk/nrf54h20/cpurad
- nrf54l15dk/nrf54l15/cpuapp
- nrf54l15dk/nrf54l15/cpuflpr
- nrf54lm20dk/nrf54lm20a/cpuapp
- nrf9160dk/nrf9160
- samd20_xpro
- bl5340_dvk/nrf5340/cpuapp
Expand Down
Loading