Convert the H:5 HCI driver to use the new HCI driver API. Signed-off-by: Johan Hedberg <johan.hedberg@gmail.com>
17 lines
219 B
Plaintext
17 lines
219 B
Plaintext
/ {
|
|
chosen {
|
|
zephyr,bt-hci = &bt_hci_3wire_uart;
|
|
};
|
|
};
|
|
|
|
&bt_hci_uart {
|
|
status = "disabled";
|
|
};
|
|
|
|
&uart2 {
|
|
bt_hci_3wire_uart: bt_hci_3wire_uart {
|
|
compatible = "zephyr,bt-hci-3wire-uart";
|
|
status = "okay";
|
|
};
|
|
};
|