Lines Matching +full:reset +full:- +full:gpios
1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/mmc/mmc-pwrseq-sd8787.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Ulf Hansson <ulf.hansson@linaro.org>
15 - mmc-pwrseq-sd8787
16 - mmc-pwrseq-wilc1000
18 powerdown-gpios:
23 reset-gpios:
26 contains a reset GPIO specifier with the default active state
29 - compatible
30 - powerdown-gpios
31 - reset-gpios
36 - |
37 #include <dt-bindings/gpio/gpio.h>
39 compatible = "mmc-pwrseq-sd8787";
40 powerdown-gpios = <&twl_gpio 0 GPIO_ACTIVE_LOW>;
41 reset-gpios = <&twl_gpio 1 GPIO_ACTIVE_LOW>;