Lines Matching +full:sdmmc +full:- +full:1 +full:v8 +full:- +full:drv
7 by mmc.txt and the properties used by the sdhci-tegra driver.
10 - compatible : should be one of:
11 - "nvidia,tegra20-sdhci": for Tegra20
12 - "nvidia,tegra30-sdhci": for Tegra30
13 - "nvidia,tegra114-sdhci": for Tegra114
14 - "nvidia,tegra124-sdhci": for Tegra124 and Tegra132
15 - "nvidia,tegra210-sdhci": for Tegra210
16 - "nvidia,tegra186-sdhci": for Tegra186
17 - "nvidia,tegra194-sdhci": for Tegra194
18 - clocks: For Tegra210, Tegra186 and Tegra194 must contain two entries.
21 the module clock. See ../clocks/clock-bindings.txt for details.
22 - clock-names: For Tegra210, Tegra186 and Tegra194 must contain the
27 - resets : Must contain an entry for each entry in reset-names.
29 - reset-names : Must include the following entries:
30 - sdhci
33 - power-gpios : Specify GPIOs for power control
38 compatible = "nvidia,tegra20-sdhci";
43 reset-names = "sdhci";
44 cd-gpios = <&gpio 69 0>; /* gpio PI5 */
45 wp-gpios = <&gpio 57 0>; /* gpio PH1 */
46 power-gpios = <&gpio 155 0>; /* gpio PT3 */
47 bus-width = <8>;
51 - pinctrl-names, pinctrl-0, pinctrl-1 : Specify pad voltage
52 configurations. Valid pinctrl-names are "sdmmc-3v3" and "sdmmc-1v8"
54 should correspond to the pin configuration states in pinctrl-0 and
55 pinctrl-1.
56 - pinctrl-names : "sdmmc-3v3-drv" and "sdmmc-1v8-drv" are applicable for
58 for pull-up-strength and pull-down-strength values configuration when
59 using pads at 3V3 and 1V8 levels.
60 - nvidia,only-1-8-v : The presence of this property indicates that the
62 - nvidia,pad-autocal-pull-up-offset-3v3,
63 nvidia,pad-autocal-pull-down-offset-3v3 : Specify drive strength
65 - nvidia,pad-autocal-pull-up-offset-1v8,
66 nvidia,pad-autocal-pull-down-offset-1v8 : Specify drive strength
68 - nvidia,pad-autocal-pull-up-offset-3v3-timeout,
69 nvidia,pad-autocal-pull-down-offset-3v3-timeout : Specify drive
72 - nvidia,pad-autocal-pull-up-offset-1v8-timeout,
73 nvidia,pad-autocal-pull-down-offset-1v8-timeout : Specify drive
76 - nvidia,pad-autocal-pull-up-offset-sdr104,
77 nvidia,pad-autocal-pull-down-offset-sdr104 : Specify drive strength
79 - nvidia,pad-autocal-pull-up-offset-hs400,
80 nvidia,pad-autocal-pull-down-offset-hs400 : Specify drive strength
82 - nvidia,default-tap : Specify the default inbound sampling clock
83 trimmer value for non-tunable modes.
84 - nvidia,default-trim : Specify the default outbound clock trimmer
86 - nvidia,dqs-trim : Specify DQS trim value for HS400 timing
89 - The property values are drive codes which are programmed into the
92 - A higher value corresponds to higher drive strength. Please refer
94 - The SDR104 and HS400 timing specific values are used in
98 - The values are used for compensating trace length differences
100 - The values are programmed to the Vendor Clock Control Register.
103 - The DQS trim values are only used on controllers which support
109 compatible = "nvidia,tegra124-sdhci";
113 clock-names = "sdhci";
115 reset-names = "sdhci";
116 pinctrl-names = "sdmmc-3v3", "sdmmc-1v8";
117 pinctrl-0 = <&sdmmc1_3v3>;
118 pinctrl-1 = <&sdmmc1_1v8>;
119 nvidia,pad-autocal-pull-up-offset-3v3 = <0x00>;
120 nvidia,pad-autocal-pull-down-offset-3v3 = <0x7d>;
121 nvidia,pad-autocal-pull-up-offset-1v8 = <0x7b>;
122 nvidia,pad-autocal-pull-down-offset-1v8 = <0x7b>;
127 compatible = "nvidia,tegra210-sdhci";
132 clock-names = "sdhci", "tmclk";
134 reset-names = "sdhci";
135 pinctrl-names = "sdmmc-3v3", "sdmmc-1v8";
136 pinctrl-0 = <&sdmmc1_3v3>;
137 pinctrl-1 = <&sdmmc1_1v8>;
138 nvidia,pad-autocal-pull-up-offset-3v3 = <0x00>;
139 nvidia,pad-autocal-pull-down-offset-3v3 = <0x7d>;
140 nvidia,pad-autocal-pull-up-offset-1v8 = <0x7b>;
141 nvidia,pad-autocal-pull-down-offset-1v8 = <0x7b>;