Files
hci_uart_iso_timesync/uart1.overlay
2024-06-14 15:14:23 +02:00

17 lines
160 B
Plaintext

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