Lines Matching +full:cd +full:- +full:gpios
1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/mmc/mmc-controller.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Ulf Hansson <ulf.hansson@linaro.org>
25 "#address-cells":
30 "#size-cells":
37 broken-cd:
42 cd-gpios:
47 non-removable:
50 Non-removable slot (like eMMC); assume always present.
52 # *NOTE* on CD and WP polarity. To use common for all SD/MMC host
56 # low." Therefore, using the "cd-inverted" property means, that the
57 # CD line is active high, i.e. it is high, when a card is
58 # inserted. Similar logic applies to the "wp-inverted" property.
60 # CD and WP lines can be implemented on the hardware in one of two
61 # ways: as GPIOs, specified in cd-gpios and wp-gpios properties, or
63 # using *-inverted properties. GPIO polarity can also be specified
65 # latter case. We choose to use the XOR logic for GPIO CD and WP
68 # respective *-inverted property property results in a
69 # double-inversion and actually means the "normal" line polarity is
71 wp-inverted:
76 cd-inverted:
79 The CD line polarity is inverted.
83 bus-width:
90 max-frequency:
97 disable-wp:
100 When set, no physical write-protect line is present. This
102 dedicated write-protect detection logic. If a GPIO is always used
103 for the write-protect detection logic, it is sufficient to not
104 specify the wp-gpios property in the absence of a write-protect
107 wp-gpios:
110 GPIO to use for the write-protect detection.
112 cd-debounce-delay-ms:
117 no-1-8-v:
123 cap-sd-highspeed:
126 SD high-speed timing is supported.
128 cap-mmc-highspeed:
131 MMC high-speed timing is supported.
133 sd-uhs-sdr12:
138 sd-uhs-sdr25:
143 sd-uhs-sdr50:
148 sd-uhs-sdr104:
153 sd-uhs-ddr50:
158 cap-power-off-card:
163 cap-mmc-hw-reset:
168 cap-sdio-irq:
173 full-pwr-cycle:
178 full-pwr-cycle-in-suspend:
183 mmc-ddr-1_2v:
186 eMMC high-speed DDR mode (1.2V I/O) is supported.
188 mmc-ddr-1_8v:
191 eMMC high-speed DDR mode (1.8V I/O) is supported.
193 mmc-ddr-3_3v:
196 eMMC high-speed DDR mode (3.3V I/O) is supported.
198 mmc-hs200-1_2v:
203 mmc-hs200-1_8v:
208 mmc-hs400-1_2v:
213 mmc-hs400-1_8v:
218 mmc-hs400-enhanced-strobe:
223 no-mmc-hs400:
236 no-sdio:
242 no-sd:
247 no-mmc:
253 fixed-emmc-driver-type:
255 For non-removable eMMC, enforce this driver type. The value is
262 post-power-on-delay-ms:
264 It was invented for MMC pwrseq-simple which could be referred to
265 mmc-pwrseq-simple.txt. But now it\'s reused as a tunable delay
267 regardless of whether pwrseq-simple is used. Default to 10ms if
271 supports-cqe:
277 disable-cqe-dcmd:
284 keep-power-in-suspend:
289 # Deprecated: enable-sdio-wakeup
290 wakeup-source:
295 vmmc-supply:
299 vqmmc-supply:
303 mmc-pwrseq:
306 System-on-Chip designs may specify a specific MMC power
311 "^.*@[0-9]+$":
329 - minimum: 0
336 broken-hpi:
339 Use this to indicate that the mmc-card has a broken hpi
343 - reg
345 "^clk-phase-(legacy|sd-hs|mmc-(hs|hs[24]00|ddr52)|uhs-(sdr(12|25|50|104)|ddr50))$":
346 $ref: /schemas/types.yaml#/definitions/uint32-array
359 cd-debounce-delay-ms: [ cd-gpios ]
360 fixed-emmc-driver-type: [ non-removable ]
365 - |
367 #address-cells = <1>;
368 #size-cells = <0>;
370 pinctrl-names = "default";
371 pinctrl-0 = <&mmc3_pins_a>;
372 vmmc-supply = <®_vmmc3>;
373 bus-width = <4>;
374 non-removable;
375 mmc-pwrseq = <&sdhci0_pwrseq>;
379 compatible = "brcm,bcm4329-fmac";
380 interrupt-parent = <&pio>;
382 interrupt-names = "host-wake";