Files
hci_uart_iso_timesync/uart1.overlay

13 lines
118 B
Plaintext

&uart1 {
status = "okay";
current-speed = <115200>;
};
/ {
chosen {
zephyr,bt-c2h-uart = &uart1;
};
};