diff --git a/boards/nordic/nrf54lm20pdk/nrf54lm20a_cpuapp_common.dtsi b/boards/nordic/nrf54lm20pdk/nrf54lm20a_cpuapp_common.dtsi index 5d3a33d835b3..41497a934b7c 100644 --- a/boards/nordic/nrf54lm20pdk/nrf54lm20a_cpuapp_common.dtsi +++ b/boards/nordic/nrf54lm20pdk/nrf54lm20a_cpuapp_common.dtsi @@ -95,6 +95,10 @@ status = "okay"; }; +&nfct { + status = "okay"; +}; + &gpio0 { status = "okay"; }; diff --git a/samples/bluetooth/peripheral_hids_keyboard/app.overlay b/samples/bluetooth/peripheral_hids_keyboard/app.overlay deleted file mode 100644 index 2120b7b1a25d..000000000000 --- a/samples/bluetooth/peripheral_hids_keyboard/app.overlay +++ /dev/null @@ -1,9 +0,0 @@ -/* - * Copyright (c) 2025 Nordic Semiconductor ASA - * - * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause - */ - -&nfct { - status = "okay"; -}; diff --git a/samples/bluetooth/peripheral_hids_keyboard/boards/nrf54lv10dk_nrf54lv10a_cpuapp.overlay b/samples/bluetooth/peripheral_hids_keyboard/boards/nrf54lv10dk_nrf54lv10a_cpuapp.overlay deleted file mode 100644 index 20050b803464..000000000000 --- a/samples/bluetooth/peripheral_hids_keyboard/boards/nrf54lv10dk_nrf54lv10a_cpuapp.overlay +++ /dev/null @@ -1,9 +0,0 @@ -/* - * Copyright (c) 2025 Nordic Semiconductor ASA - * - * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause - */ - -/ { - /delete-node/ nfct; -}; diff --git a/west.yml b/west.yml index 1ac91815b180..6ec2004442dd 100644 --- a/west.yml +++ b/west.yml @@ -145,7 +145,7 @@ manifest: - name: nrfxlib repo-path: sdk-nrfxlib path: nrfxlib - revision: 9924a5f82206f0cd31905fd659d7a3621249db79 + revision: 89a665471355b21cb2f3577025ee531a470a631f - name: trusted-firmware-m repo-path: sdk-trusted-firmware-m path: modules/tee/tf-m/trusted-firmware-m