1 # SPDX-License-Identifier: GPL-2.0
4 $id: http://devicetree.org/schemas/mmc/mmc-pwrseq-simple.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Simple MMC power sequence provider binding
10 - Ulf Hansson <ulf.hansson@linaro.org>
13 The purpose of the simple MMC power sequence provider is to supports a set
14 of common properties between various SOC designs. It thus enables us to use
15 the same provider for several SOC designs.
19 const: mmc-pwrseq-simple
24 contains a list of GPIO specifiers. The reset GPIOs are asserted
25 at initialization and prior we start the power up procedure of the card.
26 They will be de-asserted right after the power has been provided to the
31 description: Handle for the entry in clock-names.
36 description: External clock provided to the card.
38 post-power-on-delay-ms:
40 Delay in ms after powering the card and de-asserting the
42 $ref: /schemas/types.yaml#/definitions/uint32
46 Delay in us after asserting the reset-gpios (if any)
47 during power off of the card.
48 $ref: /schemas/types.yaml#/definitions/uint32
53 additionalProperties: false
57 #include <dt-bindings/gpio/gpio.h>
59 compatible = "mmc-pwrseq-simple";
60 reset-gpios = <&gpio1 12 GPIO_ACTIVE_LOW>;
61 clocks = <&clk_32768_ck>;
62 clock-names = "ext_clock";