Lines Matching +full:phy +full:- +full:input +full:- +full:delay +full:- +full:mmc +full:- +full:ddr
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/mmc/cdns,sdhci.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Masahiro Yamada <yamada.masahiro@socionext.com>
11 - Piotr Sroka <piotrs@cadence.com>
14 - $ref: mmc-controller.yaml
19 - enum:
20 - socionext,uniphier-sd4hc
21 - const: cdns,sd4hc
32 # PHY DLL input delays:
33 # They are used to delay the data valid window, and align the window to
34 # sampling clock. The delay starts from 5ns (for delay parameter equal to 0)
37 cdns,phy-input-delay-sd-highspeed:
38 description: Value of the delay in the input path for SD high-speed timing
43 cdns,phy-input-delay-legacy:
44 description: Value of the delay in the input path for legacy timing
49 cdns,phy-input-delay-sd-uhs-sdr12:
50 description: Value of the delay in the input path for SD UHS SDR12 timing
55 cdns,phy-input-delay-sd-uhs-sdr25:
56 description: Value of the delay in the input path for SD UHS SDR25 timing
61 cdns,phy-input-delay-sd-uhs-sdr50:
62 description: Value of the delay in the input path for SD UHS SDR50 timing
67 cdns,phy-input-delay-sd-uhs-ddr50:
68 description: Value of the delay in the input path for SD UHS DDR50 timing
73 cdns,phy-input-delay-mmc-highspeed:
74 description: Value of the delay in the input path for MMC high-speed timing
79 cdns,phy-input-delay-mmc-ddr:
80 description: Value of the delay in the input path for eMMC high-speed DDR timing
82 # PHY DLL clock delays:
83 # Each delay property represents the fraction of the clock period.
84 # The approximate delay value will be
85 # (<delay property value>/128)*sdmclk_clock_period.
90 cdns,phy-dll-delay-sdclk:
92 Value of the delay introduced on the sdclk output for all modes except
98 cdns,phy-dll-delay-sdclk-hsmmc:
100 Value of the delay introduced on the sdclk output for HS200, HS400 and
106 cdns,phy-dll-delay-strobe:
108 Value of the delay introduced on the dat_strobe input used in
115 - compatible
116 - reg
117 - interrupts
118 - clocks
123 - |
124 emmc: mmc@5a000000 {
125 compatible = "socionext,uniphier-sd4hc", "cdns,sd4hc";
129 bus-width = <8>;
130 mmc-ddr-1_8v;
131 mmc-hs200-1_8v;
132 mmc-hs400-1_8v;
133 cdns,phy-dll-delay-sdclk = <0>;