boards: use P1.11 as host timesync pin

This commit is contained in:
Matthias Ringwald
2025-01-09 17:22:59 +01:00
parent 779c31f97d
commit 5b94c9522d

View File

@@ -4,6 +4,17 @@
* SPDX-License-Identifier: Apache-2.0
*/
/ {
host_interface {
compatible = "gpio-outputs";
status = "okay";
timesync: pin_0 {
gpios = <&gpio1 11 GPIO_ACTIVE_HIGH>;
label = "Controller to host timesync pin";
};
};
};
&uart20 {
compatible = "nordic,nrf-uarte";
current-speed = <1000000>;