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/fsl-imx-mmc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Markus Pargmann <mpa@pengutronix.de>
13 - $ref: mmc-controller.yaml
18 - const: fsl,imx21-mmc
19 - const: fsl,imx31-mmc
20 - items:
21 - const: fsl,imx27-mmc
22 - const: fsl,imx21-mmc
30 clock-names:
32 - const: ipg
33 - const: per
41 dma-names:
42 const: rx-tx
45 - clocks
46 - clock-names
47 - compatible
48 - reg
49 - interrupts
54 - |
55 mmc@10014000 {
56 compatible = "fsl,imx27-mmc", "fsl,imx21-mmc";
60 clock-names = "ipg", "per";
62 dma-names = "rx-tx";
63 bus-width = <4>;
64 cd-gpios = <&gpio3 29>;