11 lines
242 B
Plaintext
11 lines
242 B
Plaintext
/ {
|
|
host_interface {
|
|
compatible = "gpio-outputs";
|
|
status = "okay";
|
|
timesync: pin_0 {
|
|
gpios = <&arduino_header 10 GPIO_ACTIVE_HIGH>;
|
|
label = "Controller to host timesync pin";
|
|
};
|
|
};
|
|
};
|