Lines Matching +full:mmc +full:-
1 * Amlogic Meson6, Meson8 and Meson8b SDIO/MMC controller
3 The highspeed MMC host controller on Amlogic SoCs provides an interface
4 for MMC, SD, SDIO and SDHC types of memory cards.
13 - compatible : must be one of
14 - "amlogic,meson8-sdio"
15 - "amlogic,meson8b-sdio"
16 along with the generic "amlogic,meson-mx-sdio"
17 - reg : mmc controller base registers
18 - interrupts : mmc controller interrupt
19 - #address-cells : must be 1
20 - size-cells : must be 0
21 - clocks : phandle to clock providers
22 - clock-names : must contain "core" and "clkin"
25 A node for each slot provided by the MMC controller is required.
30 - compatible : must be "mmc-slot" (see mmc.txt within this directory)
31 - reg : the slot (or "port") ID
34 - bus-width : must be 1 or 4 (8-bit bus is not supported)
35 - for cd and all other additional generic mmc parameters
36 please refer to mmc.txt within this directory
39 mmc@c1108c20 {
40 compatible = "amlogic,meson8-sdio", "amlogic,meson-mx-sdio";
43 #address-cells = <1>;
44 #size-cells = <0>;
46 clock-names = "core", "clkin";
49 compatible = "mmc-slot";
52 bus-width = <4>;