Files
hci_uart_iso_timesync/boards/nrf5340_audio_dk_nrf5340_cpuapp.overlay
Dirk Helbig 0d05856518 - fixed prj.conf for ISO support
- Allow for manual disabling SD sync
- add uart0 define to board dt overlay
- tested and working ISO support over USB-CDC Segger VUART0/1 and external UART
2024-07-04 19:15:20 +02:00

19 lines
354 B
Plaintext

/ {
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;
};