Lines Matching +full:pps +full:- +full:gpio
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/pps/pps-gpio.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: PPS Signal via GPIO
10 - Fabio Estevam <festevam@gmail.com>
14 const: pps-gpio
17 description: The GPIO that provides the PPS signal.
20 echo-gpios:
21 description: The GPIO that provides the PPS ECHO signal.
24 echo-active-ms:
27 assert-falling-edge:
32 - compatible
33 - gpios
38 - |
39 #include <dt-bindings/gpio/gpio.h>
41 pps {
42 compatible = "pps-gpio";
43 pinctrl-names = "default";
44 pinctrl-0 = <&pinctrl_pps>;
46 assert-falling-edge;
47 echo-gpios = <&gpio1 27 GPIO_ACTIVE_HIGH>;
48 echo-active-ms = <100>;