samples: Bluetooth: hci_uart: Add preliminary support for nrf54l15pdk
Add preliminary support for building hci_uart sample for nrf54l15pdk. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
parent
04f2e1171e
commit
3d24a3ca8e
2 changed files with 22 additions and 0 deletions
|
|
@ -0,0 +1,12 @@
|
|||
/*
|
||||
* Copyright (c) 2024 Nordic Semiconductor ASA
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
&uart20 {
|
||||
compatible = "nordic,nrf-uarte";
|
||||
current-speed = <1000000>;
|
||||
status = "okay";
|
||||
hw-flow-control;
|
||||
};
|
||||
|
|
@ -58,3 +58,13 @@ tests:
|
|||
tags:
|
||||
- uart
|
||||
- bluetooth
|
||||
sample.bluetooth.hci_uart.nrf54l15.all:
|
||||
harness: bluetooth
|
||||
platform_allow: nrf54l15pdk/nrf54l15/cpuapp
|
||||
integration_platforms:
|
||||
- nrf54l15pdk/nrf54l15/cpuapp
|
||||
extra_args:
|
||||
- OVERLAY_CONFIG=overlay-all-bt_ll_sw_split.conf
|
||||
tags:
|
||||
- uart
|
||||
- bluetooth
|
||||
|
|
|
|||
Loading…
Reference in a new issue