]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - Documentation/devicetree/bindings/pps/pps-gpio.txt
drivers/pps: aesthetic tweaks to PPS-related content
[linux.git] / Documentation / devicetree / bindings / pps / pps-gpio.txt
index 40bf9c3564a552639cbf8c432b2c3c175d630601..0de23b79365729d376a97032d76231ad70aa9b38 100644 (file)
@@ -13,8 +13,12 @@ Optional properties:
 
 Example:
        pps {
-               compatible = "pps-gpio";
-               gpios = <&gpio2 6 0>;
+               pinctrl-names = "default";
+               pinctrl-0 = <&pinctrl_pps>;
 
+               gpios = <&gpio1 26 GPIO_ACTIVE_HIGH>;
                assert-falling-edge;
+
+               compatible = "pps-gpio";
+               status = "okay";
        };