Files
hci_uart_iso_timesync/uart1.overlay
2024-06-13 23:27:45 +02:00

17 lines
159 B
Plaintext

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