sh_eth: fix EESIPR values for SH77{34|63}
[linux/fpc-iii.git] / Documentation / devicetree / bindings / pps / pps-gpio.txt
blob40bf9c3564a552639cbf8c432b2c3c175d630601
1 Device-Tree Bindings for a PPS Signal on GPIO
3 These properties describe a PPS (pulse-per-second) signal connected to
4 a GPIO pin.
6 Required properties:
7 - compatible: should be "pps-gpio"
8 - gpios: one PPS GPIO in the format described by ../gpio/gpio.txt
10 Optional properties:
11 - assert-falling-edge: when present, assert is indicated by a falling edge
12                        (instead of by a rising edge)
14 Example:
15         pps {
16                 compatible = "pps-gpio";
17                 gpios = <&gpio2 6 0>;
19                 assert-falling-edge;
20         };