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

20 lines
396 B
Plaintext

/* SPDX-License-Identifier: Apache-2.0 */
/ {
host_interface {
compatible = "gpio-outputs";
status = "okay";
timesync: pin_0 {
gpios = <&arduino_header 10 GPIO_ACTIVE_HIGH>;
label = "Controller to host timesync pin";
};
};
};
&uart0 {
compatible = "nordic,nrf-uarte";
current-speed = <1000000>;
status = "okay";
hw-flow-control;
};