add missing overlay entry for alternate gpio

This commit is contained in:
Dirk Helbig
2024-11-26 13:54:09 +01:00
parent 39a16e22c1
commit d80b61d5ba

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 {