Lines Matching +full:assigned +full:- +full:clock +full:- +full:rates
5 sdhci-of-at91 driver.
8 - compatible: Must be "atmel,sama5d2-sdhci" or "microchip,sam9x60-sdhci".
9 - clocks: Phandlers to the clocks.
10 - clock-names: Must be "hclock", "multclk", "baseclk" for
11 "atmel,sama5d2-sdhci".
12 Must be "hclock", "multclk" for "microchip,sam9x60-sdhci".
15 - assigned-clocks: The same with "multclk".
16 - assigned-clock-rates The rate of "multclk" in order to not rely on the
18 - microchip,sdcal-inverted: when present, polarity on the SDCAL SoC pin is
25 mmc0: sdio-host@a0000000 {
26 compatible = "atmel,sama5d2-sdhci";
30 clock-names = "hclock", "multclk", "baseclk";
31 assigned-clocks = <&sdmmc0_gclk>;
32 assigned-clock-rates = <480000000>;