Lines Matching +full:cap +full:- +full:mmc +full:- +full:highspeed
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/mmc/ingenic,mmc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Ingenic SoCs MMC Controller
10 - Paul Cercueil <paul@crapouillou.net>
13 - $ref: mmc-controller.yaml#
18 - enum:
19 - ingenic,jz4740-mmc
20 - ingenic,jz4725b-mmc
21 - ingenic,jz4760-mmc
22 - ingenic,jz4775-mmc
23 - ingenic,jz4780-mmc
24 - ingenic,x1000-mmc
25 - items:
26 - const: ingenic,jz4770-mmc
27 - const: ingenic,jz4760-mmc
38 clock-names:
39 const: mmc
45 dma-names:
47 - items:
48 - const: rx
49 - const: tx
50 - const: tx-rx
53 - compatible
54 - reg
55 - interrupts
56 - clocks
57 - clock-names
58 - dmas
59 - dma-names
64 - |
65 #include <dt-bindings/clock/ingenic,jz4780-cgu.h>
66 #include <dt-bindings/dma/jz4780-dma.h>
67 mmc0: mmc@13450000 {
68 compatible = "ingenic,jz4780-mmc";
71 interrupt-parent = <&intc>;
75 clock-names = "mmc";
77 cap-sd-highspeed;
78 cap-mmc-highspeed;
79 cap-sdio-irq;
82 dma-names = "rx", "tx";
84 - |
85 #include <dt-bindings/clock/ingenic,jz4780-cgu.h>
86 #include <dt-bindings/dma/jz4780-dma.h>
92 mmc1: mmc@13460000 {
93 compatible = "ingenic,jz4780-mmc";
96 interrupt-parent = <&intc>;
100 clock-names = "mmc";
102 cap-sd-highspeed;
103 cap-mmc-highspeed;
104 cap-sdio-irq;
106 dma-names = "tx-rx";