Lines Matching +full:ref +full:- +full:clock +full:- +full:period +full:- +full:ns

1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Masahiro Yamada <yamada.masahiro@socionext.com>
13 - $ref: mmc-controller.yaml
18 - enum:
19 - microchip,mpfs-sd4hc
20 - socionext,uniphier-sd4hc
21 - const: cdns,sd4hc
34 # sampling clock. The delay starts from 5ns (for delay parameter equal to 0)
35 # and it is increased by 2.5ns in each step.
37 cdns,phy-input-delay-sd-highspeed:
38 description: Value of the delay in the input path for SD high-speed timing
39 $ref: "/schemas/types.yaml#/definitions/uint32"
43 cdns,phy-input-delay-legacy:
45 $ref: "/schemas/types.yaml#/definitions/uint32"
49 cdns,phy-input-delay-sd-uhs-sdr12:
51 $ref: "/schemas/types.yaml#/definitions/uint32"
55 cdns,phy-input-delay-sd-uhs-sdr25:
57 $ref: "/schemas/types.yaml#/definitions/uint32"
61 cdns,phy-input-delay-sd-uhs-sdr50:
63 $ref: "/schemas/types.yaml#/definitions/uint32"
67 cdns,phy-input-delay-sd-uhs-ddr50:
69 $ref: "/schemas/types.yaml#/definitions/uint32"
73 cdns,phy-input-delay-mmc-highspeed:
74 description: Value of the delay in the input path for MMC high-speed timing
75 $ref: "/schemas/types.yaml#/definitions/uint32"
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.
86 $ref: "/schemas/types.yaml#/definitions/uint32"
90 cdns,phy-dll-delay-sdclk:
94 $ref: "/schemas/types.yaml#/definitions/uint32"
98 cdns,phy-dll-delay-sdclk-hsmmc:
102 $ref: "/schemas/types.yaml#/definitions/uint32"
106 cdns,phy-dll-delay-strobe:
110 $ref: "/schemas/types.yaml#/definitions/uint32"
115 - compatible
116 - reg
117 - interrupts
118 - clocks
123 - |
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>;