gpio, uart0 and uart1 working

This commit is contained in:
Dirk Helbig
2024-06-13 23:27:45 +02:00
parent 0d653e4844
commit b7aad65f5b
4 changed files with 47 additions and 9 deletions

View 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";
};
};
};