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 <johann.fischer@nordicsemi.no>
This commit is contained in:
Johann Fischer 2021-08-26 12:38:48 +02:00 committed by Carles Cufí
parent 36459a95ea
commit 138a351852

View file

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