Lines Matching +full:maximum +full:- +full:speed

1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2 # Copyright (C) 2020 Texas Instruments Incorporated - http://www.ti.com/
4 ---
5 $id: "http://devicetree.org/schemas/mmc/sdhci-am654.yaml#"
6 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
11 - Ulf Hansson <ulf.hansson@linaro.org>
14 - $ref: mmc-controller.yaml#
19 - ti,am654-sdhci-5.1
20 - ti,j721e-sdhci-8bit
21 - ti,j721e-sdhci-4bit
22 - ti,j7200-sdhci-8bit
23 - ti,j721e-sdhci-4bit
31 power-domains:
39 clock-names:
43 - const: clk_ahb
44 - const: clk_xin
48 # Binding needs to be provided for each supported speed mode otherwise the
51 ti,otap-del-sel-legacy:
55 maximum: 0xf
57 ti,otap-del-sel-mmc-hs:
58 description: Output tap delay for MMC high speed timing
61 maximum: 0xf
63 ti,otap-del-sel-sd-hs:
64 description: Output tap delay for SD high speed timing
67 maximum: 0xf
69 ti,otap-del-sel-sdr12:
73 maximum: 0xf
75 ti,otap-del-sel-sdr25:
79 maximum: 0xf
81 ti,otap-del-sel-sdr50:
85 maximum: 0xf
87 ti,otap-del-sel-sdr104:
91 maximum: 0xf
93 ti,otap-del-sel-ddr50:
97 maximum: 0xf
99 ti,otap-del-sel-ddr52:
103 maximum: 0xf
105 ti,otap-del-sel-hs200:
109 maximum: 0xf
111 ti,otap-del-sel-hs400:
115 maximum: 0xf
121 ti,itap-del-sel-legacy:
125 maximum: 0x1f
127 ti,itap-del-sel-mmc-hs:
128 description: Input tap delay for MMC high speed timing
131 maximum: 0x1f
133 ti,itap-del-sel-sd-hs:
134 description: Input tap delay for SD high speed timing
137 maximum: 0x1f
139 ti,itap-del-sel-sdr12:
143 maximum: 0x1f
145 ti,itap-del-sel-sdr25:
149 maximum: 0x1f
151 ti,itap-del-sel-ddr52:
155 maximum: 0x1f
157 ti,trm-icp:
161 maximum: 0xf
163 ti,driver-strength-ohm:
167 - 33
168 - 40
169 - 50
170 - 66
171 - 100
173 ti,strobe-sel:
174 description: strobe select delay for HS400 speed mode.
177 ti,clkbuf-sel:
182 - compatible
183 - reg
184 - interrupts
185 - clocks
186 - clock-names
187 - ti,otap-del-sel-legacy
192 - |
193 #include <dt-bindings/interrupt-controller/irq.h>
194 #include <dt-bindings/interrupt-controller/arm-gic.h>
197 #address-cells = <2>;
198 #size-cells = <2>;
201 compatible = "ti,am654-sdhci-5.1";
203 power-domains = <&k3_pds 47>;
205 clock-names = "clk_ahb", "clk_xin";
207 sdhci-caps-mask = <0x80000007 0x0>;
208 mmc-ddr-1_8v;
209 ti,otap-del-sel-legacy = <0x0>;
210 ti,otap-del-sel-mmc-hs = <0x0>;
211 ti,otap-del-sel-ddr52 = <0x5>;
212 ti,otap-del-sel-hs200 = <0x5>;
213 ti,otap-del-sel-hs400 = <0x0>;
214 ti,itap-del-sel-legacy = <0x10>;
215 ti,itap-del-sel-mmc-hs = <0xa>;
216 ti,itap-del-sel-ddr52 = <0x3>;
217 ti,trm-icp = <0x8>;