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:
Vinayak Kariappa Chettimada 2024-05-29 06:25:30 +02:00 committed by Fabio Baltieri
parent 04f2e1171e
commit 3d24a3ca8e
2 changed files with 22 additions and 0 deletions

View file

@ -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;
};

View file

@ -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