Skip to content

Commit 138a351

Browse files
jfischer-nocarlescufi
authored andcommitted
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 <[email protected]>
1 parent 36459a9 commit 138a351

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

boards/arm/bl654_usb/bl654_usb.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
zephyr,flash = &flash0;
1717
zephyr,console = &bl654_cdc_acm_uart;
1818
zephyr,shell-uart = &bl654_cdc_acm_uart;
19+
zephyr,bt-c2h-uart = &bl654_cdc_acm_uart;
1920
zephyr,code-partition = &slot0_partition;
2021
};
2122

0 commit comments

Comments
 (0)