From 138a35185280dd04c726eee8d7627adb7a3f69ed Mon Sep 17 00:00:00 2001 From: Johann Fischer Date: Thu, 26 Aug 2021 12:38:48 +0200 Subject: [PATCH] boards: bl654_usb: add zephyr,bt-c2h-uart property This would allow hci_uart sample to be used with bl654_usb board. Resolves #38026 Signed-off-by: Johann Fischer --- boards/arm/bl654_usb/bl654_usb.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/arm/bl654_usb/bl654_usb.dts b/boards/arm/bl654_usb/bl654_usb.dts index 5b2475cd21..5c526ae0a6 100644 --- a/boards/arm/bl654_usb/bl654_usb.dts +++ b/boards/arm/bl654_usb/bl654_usb.dts @@ -16,6 +16,7 @@ zephyr,flash = &flash0; zephyr,console = &bl654_cdc_acm_uart; zephyr,shell-uart = &bl654_cdc_acm_uart; + zephyr,bt-c2h-uart = &bl654_cdc_acm_uart; zephyr,code-partition = &slot0_partition; };