Lines Matching +full:sdhci +full:- +full:8
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
51 ti,otap-del-sel-legacy:
57 ti,otap-del-sel-mmc-hs:
63 ti,otap-del-sel-sd-hs:
69 ti,otap-del-sel-sdr12:
75 ti,otap-del-sel-sdr25:
81 ti,otap-del-sel-sdr50:
87 ti,otap-del-sel-sdr104:
93 ti,otap-del-sel-ddr50:
99 ti,otap-del-sel-ddr52:
105 ti,otap-del-sel-hs200:
111 ti,otap-del-sel-hs400:
121 ti,itap-del-sel-legacy:
127 ti,itap-del-sel-mmc-hs:
133 ti,itap-del-sel-sd-hs:
139 ti,itap-del-sel-sdr12:
145 ti,itap-del-sel-sdr25:
151 ti,itap-del-sel-ddr52:
157 ti,trm-icp:
163 ti,driver-strength-ohm:
167 - 33
168 - 40
169 - 50
170 - 66
171 - 100
173 ti,strobe-sel:
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>;