Skip to content

Commit

Permalink
boards: st: nucleo_wba55cg: add 'zephyr,bt-c2h-uart'
Browse files Browse the repository at this point in the history
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).

(cherry picked from commit 36d8583)

Original-Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
GitOrigin-RevId: 36d8583
Change-Id: I2f09cda9e4d80a7e2e25a33c505948501aa8963a
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/5534927
Reviewed-by: Yuval Peress <peress@google.com>
Commit-Queue: Yuval Peress <peress@google.com>
Tested-by: ChromeOS Prod (Robot) <chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com>
Tested-by: Yuval Peress <peress@google.com>
  • Loading branch information
pepe2k authored and Chromeos LUCI committed May 14, 2024
1 parent 01d04a8 commit 421a8a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions boards/st/nucleo_wba55cg/nucleo_wba55cg.dts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#size-cells = <1>;

chosen {
zephyr,bt-c2h-uart = &usart1;
zephyr,console = &usart1;
zephyr,shell-uart = &usart1;
zephyr,sram = &sram0;
Expand Down

0 comments on commit 421a8a9

Please sign in to comment.