zephyr/tests/bluetooth/hci_uart_async/app.overlay

12 lines
170 B
Plaintext

/ {
chosen {
zephyr,bt-c2h-uart = &test_uart;
};
test_uart: test_uart {
compatible = "vnd,serial";
status = "okay";
buffer-size = <100>;
};
};