Lines Matching +full:reset +full:- +full:gpios
1 # SPDX-License-Identifier: (GPL-2.0-only or BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/reset/ti,tps380x-reset.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: TI TPS380x reset controller node bindings
10 - Marco Felsch <kernel@pengutronix.de>
15 RESET signal if the voltage drops below a preset threshold or upon a manual
16 reset input (MR). The RESET output remains asserted for the factory
18 manual reset input is released.
25 - ti,tps3801
27 reset-gpios:
31 "#reset-cells":
35 - compatible
36 - reset-gpios
37 - "#reset-cells"
42 - |
43 #include <dt-bindings/gpio/gpio.h>
44 reset: reset-controller {
46 #reset-cells = <0>;
47 reset-gpios = <&gpio3 2 GPIO_ACTIVE_LOW>;