uart1: working rts/cts on arduino header

This commit is contained in:
Dirk Helbig
2024-06-25 07:55:37 +02:00
parent 03a1e9d212
commit c2a901a6c6
3 changed files with 20 additions and 0 deletions

View File

@@ -1,5 +1,16 @@
/* 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>;