1 Device-Tree Bindings for a PPS Signal on GPIO
3 These properties describe a PPS (pulse-per-second) signal connected to
7 - compatible: should be "pps-gpio"
8 - gpios: one PPS GPIO in the format described by ../gpio/gpio.txt
11 - assert-falling-edge: when present, assert is indicated by a falling edge
12 (instead of by a rising edge)
16 pinctrl-names = "default";
17 pinctrl-0 = <&pinctrl_pps>;
19 gpios = <&gpio1 26 GPIO_ACTIVE_HIGH>;
22 compatible = "pps-gpio";