Skip to content

Commit 1512388

Browse files
gordonklausrlubos
authored andcommitted
[nrf noup] samples: bluetooth: Add support for nRF54lm20a to hci_uart
Add support for nRF54lm20a to the hci_uart sample. Signed-off-by: Gordon Klaus <[email protected]>
1 parent 797a60e commit 1512388

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
/*
2+
* Copyright (c) 2025 Nordic Semiconductor ASA
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
&uart20 {
8+
compatible = "nordic,nrf-uarte";
9+
current-speed = <1000000>;
10+
status = "okay";
11+
hw-flow-control;
12+
};

samples/bluetooth/hci_uart/sample.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,14 @@ tests:
88
- nrf52dk/nrf52832
99
- nrf52840dk/nrf52840
1010
- nrf21540dk/nrf52840
11+
- nrf54l15dk/nrf54l15/cpuapp
12+
- nrf54lm20dk/nrf54lm20a/cpuapp
1113
integration_platforms:
1214
- nrf52dk/nrf52832
1315
- nrf52840dk/nrf52840
1416
- nrf21540dk/nrf52840
17+
- nrf54l15dk/nrf54l15/cpuapp
18+
- nrf54lm20dk/nrf54lm20a/cpuapp
1519
tags:
1620
- uart
1721
- bluetooth

0 commit comments

Comments
 (0)