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:
parent
4d85967e09
commit
36d8583589
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue