Lines Matching +full:reset +full:- +full:delay +full:- +full:us
1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/mmc/mmc-pwrseq-simple.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Ulf Hansson <ulf.hansson@linaro.org>
14 of common properties between various SOC designs. It thus enables us to use
19 const: mmc-pwrseq-simple
21 reset-gpios:
26 contains a list of GPIO specifiers. The reset GPIOs are asserted
28 They will be de-asserted right after the power has been provided to the
33 description: Handle for the entry in clock-names.
35 clock-names:
37 - const: ext_clock
40 post-power-on-delay-ms:
42 Delay in ms after powering the card and de-asserting the
43 reset-gpios (if any).
45 power-off-delay-us:
47 Delay in us after asserting the reset-gpios (if any)
51 - compatible
56 - |
57 #include <dt-bindings/gpio/gpio.h>
59 compatible = "mmc-pwrseq-simple";
60 reset-gpios = <&gpio1 12 GPIO_ACTIVE_LOW>;
62 clock-names = "ext_clock";