Files
hci_uart_iso_timesync/uart1.overlay
2024-06-25 07:55:37 +02:00

18 lines
181 B
Plaintext

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