Lines Matching +full:wait +full:- +full:delay
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/power/reset/gpio-poweroff.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Sebastian Reichel <sre@kernel.org>
15 from inactive to active. After a delay (active-delay-ms) it
17 delay (inactive-delay-ms) it is configured as active again.
19 the system is still running after waiting some time (timeout-ms).
22 - $ref: restart-handler.yaml#
26 const: gpio-poweroff
35 it to an output when the power-off sequence is initiated. If this optional
38 active-delay-ms:
40 description: Delay to wait after driving gpio active
42 inactive-delay-ms:
44 description: Delay to wait after driving gpio inactive
49 timeout-ms:
51 description: Time to wait before assuming the power off sequence failed.
54 - compatible
55 - gpios
60 - |
61 gpio-poweroff {
62 compatible = "gpio-poweroff";
64 timeout-ms = <3000>;