boards: st: nucleo_wba55cg: add 'zephyr,bt-c2h-uart'

Include 'zephyr,bt-c2h-uart' in 'chosen' node to make it possible to use
HCI raw mode over UART. This was tested on real board with 'hci_uart'
sample, with Linux machine as a host (kernel 6.8, BlueZ 5.75).

Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
This commit is contained in:
Piotr Dymacz 2024-05-08 14:18:31 +02:00 committed by Carles Cufí
commit 36d8583589

View file

@ -19,6 +19,7 @@
#size-cells = <1>; #size-cells = <1>;
chosen { chosen {
zephyr,bt-c2h-uart = &usart1;
zephyr,console = &usart1; zephyr,console = &usart1;
zephyr,shell-uart = &usart1; zephyr,shell-uart = &usart1;
zephyr,sram = &sram0; zephyr,sram = &sram0;