Skip to content

Commit 206968f

Browse files
kapi-nocarlescufi
authored andcommitted
samples: bluetooth: peripheral_hids_keyboard: enable nfct for nRF54H20
Enabled the nfct node for the nRF54H20 DK in the DTS configuration of the Peripheral HIDS Keyboard sample. The DTS node configuration for the nfct node also requires configuration of the memory region attribute so that the NFCT peripheral could be assigned to the specific core. Ref: NCSDK-31691 Signed-off-by: Kamil Piszczek <[email protected]> (cherry picked from commit 6a13c27)
1 parent d38fe93 commit 206968f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/*
2+
* Copyright (c) 2025 Nordic Semiconductor ASA
3+
*
4+
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
*/
6+
7+
&nfct {
8+
status = "okay";
9+
memory-regions = <&cpuapp_dma_region>;
10+
};

0 commit comments

Comments
 (0)