Lines Matching +full:sdhci +full:- +full:caps

1 Device Tree Bindings for the SDHCI Controllers present on TI's AM654 SOCs
7 [2] Documentation/devicetree/bindings/clock/clock-bindings.txt
8 [3] Documentation/devicetree/bindings/interrupt-controller/interrupts.txt
11 - compatible: should be one of:
12 "ti,am654-sdhci-5.1": SDHCI on AM654 device.
13 "ti,j721e-sdhci-8bit": 8 bit SDHCI on J721E device.
14 "ti,j721e-sdhci-4bit": 4 bit SDHCI on J721E device.
15 - reg: Must be two entries.
16 - The first should be the sdhci register space
17 - The second should the subsystem/phy register space
18 - clocks: Handles to the clock inputs.
19 - clock-names: Tuple including "clk_xin" and "clk_ahb"
20 - interrupts: Interrupt specifiers
22 - ti,otap-del-sel-legacy
23 - ti,otap-del-sel-mmc-hs
24 - ti,otap-del-sel-sd-hs
25 - ti,otap-del-sel-sdr12
26 - ti,otap-del-sel-sdr25
27 - ti,otap-del-sel-sdr50
28 - ti,otap-del-sel-sdr104
29 - ti,otap-del-sel-ddr50
30 - ti,otap-del-sel-ddr52
31 - ti,otap-del-sel-hs200
32 - ti,otap-del-sel-hs400
34 corresponding speed mode (i.e. all nodes must provide at least -legacy)
36 Optional Properties (Required for ti,am654-sdhci-5.1 and ti,j721e-sdhci-8bit):
37 - ti,trm-icp: DLL trim select
38 - ti,driver-strength-ohm: driver strength in ohms.
41 - ti,strobe-sel: strobe select delay for HS400 speed mode. Default value: 0x0.
42 - ti,clkbuf-sel: Clock Delay Buffer Select
46 sdhci0: sdhci@4f80000 {
47 compatible = "ti,am654-sdhci-5.1";
49 power-domains = <&k3_pds 47>;
51 clock-names = "clk_ahb", "clk_xin";
53 sdhci-caps-mask = <0x80000007 0x0>;
54 mmc-ddr-1_8v;
55 ti,otap-del-sel-legacy = <0x0>;
56 ti,otap-del-sel-mmc-hs = <0x0>;
57 ti,otap-del-sel-ddr52 = <0x5>;
58 ti,otap-del-sel-hs200 = <0x5>;
59 ti,otap-del-sel-hs400 = <0x0>;
60 ti,trm-icp = <0x8>;