adaptions for auracaster

This commit is contained in:
2025-02-13 16:57:36 +01:00
parent dd84f76b59
commit 3218a20d52
7 changed files with 54 additions and 9 deletions

View File

@@ -15,3 +15,15 @@
compatible = "zephyr,cdc-acm-uart";
};
};
/ {
host_interface {
compatible = "gpio-outputs";
status = "okay";
timesync: pin_0 {
gpios = <&gpio1 01 GPIO_ACTIVE_HIGH>;
label = "Controller to host timesync pin";
};
};
};