gpio, uart0 and uart1 working
This commit is contained in:
10
boards/nrf5340_audio_dk_nrf5340_cpuapp.overlay
Normal file
10
boards/nrf5340_audio_dk_nrf5340_cpuapp.overlay
Normal file
@@ -0,0 +1,10 @@
|
||||
/ {
|
||||
host_interface {
|
||||
compatible = "gpio-outputs";
|
||||
status = "okay";
|
||||
timesync: pin_0 {
|
||||
gpios = <&arduino_header 10 GPIO_ACTIVE_HIGH>;
|
||||
label = "Controller to host timesync pin";
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user