Lines Matching +full:mmc +full:-
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/mmc/mxs-mmc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Freescale MXS MMC controller
10 - Shawn Guo <shawnguo@kernel.org>
13 The Freescale MXS Synchronous Serial Ports (SSP) can act as a MMC controller
14 to support MMC, SD, and SDIO types of memory cards.
16 This file documents differences between the core properties in mmc.txt
20 - $ref: mmc-controller.yaml
25 - fsl,imx23-mmc
26 - fsl,imx28-mmc
37 dma-names:
38 const: rx-tx
41 - compatible
42 - reg
43 - interrupts
44 - dmas
45 - dma-names
50 - |
51 mmc@80010000 {
52 compatible = "fsl,imx28-mmc";
56 dma-names = "rx-tx";
57 bus-width = <8>;