zephyr/boards/shields/x_nucleo_wb05kn1/x_nucleo_wb05kn1_uart.overlay

21 lines
282 B
Plaintext

/*
* Copyright (c) 2024 STMicroelectronics
*
* SPDX-License-Identifier: Apache-2.0
*/
/ {
chosen {
zephyr,bt-hci = &bt_hci_uart;
};
};
&arduino_serial {
current-speed = <921600>;
bt_hci_uart: bt_hci_uart {
compatible = "zephyr,bt-hci-uart";
status = "okay";
};
};