Files
hci_uart_beacon/nrf52840_gpio_uart.overlay
2025-04-29 18:11:34 +02:00

17 lines
343 B
Plaintext

&uart0 {
compatible = "nordic,nrf-uarte";
status = "okay";
current-speed = <1000000>;
hw-flow-control;
};
/ {
chosen {
// zephyr,console = &uart0;
// zephyr,shell-uart = &uart0;
// zephyr,uart-mcumgr = &uart0;
// zephyr,bt-mon-uart = &uart0;
zephyr,bt-c2h-uart = &uart0; // make uart0 the hci interfac
};
};