add missing overlay entry for alternate gpio

This commit is contained in:
Dirk Helbig
2024-11-26 13:54:09 +01:00
committed by Matthias Ringwald
parent 557e25897e
commit 7f9db04724

View File

@@ -6,7 +6,11 @@
gpios = <&arduino_header 10 GPIO_ACTIVE_HIGH>;
label = "Controller to host timesync pin";
};
};
alternate_toggle: pin_1 {
gpios = <&arduino_header 11 GPIO_ACTIVE_HIGH>;
label = "alternate toggle pin";
};
};
};
&uart0 {