Lines Matching +full:mmc +full:- +full:controller
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/mmc/amlogic,meson-mx-sdio.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Amlogic Meson6, Meson8 and Meson8b SDIO/MMC controller
10 The highspeed MMC host controller on Amlogic SoCs provides an interface
11 for MMC, SD, SDIO and SDHC types of memory cards.
20 - Neil Armstrong <[email protected]>
25 - enum:
26 - amlogic,meson8-sdio
27 - amlogic,meson8b-sdio
28 - const: amlogic,meson-mx-sdio
39 clock-names:
41 - const: core
42 - const: clkin
44 "#address-cells":
47 "#size-cells":
51 "slot@[0-2]$":
52 $ref: mmc-slot.yaml#
54 A node for each slot provided by the MMC controller
60 bus-width:
66 - compatible
67 - reg
68 - interrupts
69 - clocks
70 - clock-names
71 - "#address-cells"
72 - "#size-cells"
77 - |
78 #include <dt-bindings/interrupt-controller/irq.h>
79 #include <dt-bindings/interrupt-controller/arm-gic.h>
80 mmc@c1108c20 {
81 compatible = "amlogic,meson8-sdio", "amlogic,meson-mx-sdio";
85 clock-names = "core", "clkin";
86 #address-cells = <1>;
87 #size-cells = <0>;
90 compatible = "mmc-slot";
92 bus-width = <4>;