|
/*
|
|
* 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";
|
|
};
|
|
};
|