zephyr/tests/bluetooth/hci_uart_async/test.overlay
Johan Hedberg 1824dcda7c Bluetooth: tests: Convert to new HCI driver API
Convert all Bluetooth tests that define dummy HCI driver instances to use
the new HCI driver API. This requires both a custom DTS binding as well
as an app-specific overlay file.

Signed-off-by: Johan Hedberg <johan.hedberg@gmail.com>
2024-06-11 19:42:49 -04:00

11 lines
142 B
Plaintext

/ {
chosen {
zephyr,bt-hci = &bt_hci_test;
};
bt_hci_test: bt_hci_test {
compatible = "zephyr,bt-hci-test";
status = "okay";
};
};