Lines Matching +full:child +full:- +full:interrupt +full:- +full:base
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"
24 Required child nodes:
26 NOTE: due to a driver limitation currently only one slot (= child node)
29 Required properties on each child node (= slot):
30 - compatible : must be "mmc-slot" (see mmc.txt within this directory)
31 - reg : the slot (or "port") ID
33 Optional properties on each child node (= slot):
34 - bus-width : must be 1 or 4 (8-bit bus is not supported)
35 - for cd and all other additional generic mmc parameters
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>;