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 DT bindings
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
43 - description: DMA controller phandle and request line for RX
44 - description: DMA controller phandle and request line for TX
46 dma-names:
48 - const: rx
49 - const: tx
52 - compatible
53 - reg
54 - interrupts
55 - clocks
56 - clock-names
57 - dmas
58 - dma-names
63 - |
64 #include <dt-bindings/clock/jz4780-cgu.h>
65 #include <dt-bindings/dma/jz4780-dma.h>
66 mmc0: mmc@13450000 {
67 compatible = "ingenic,jz4780-mmc";
70 interrupt-parent = <&intc>;
74 clock-names = "mmc";
76 cap-sd-highspeed;
77 cap-mmc-highspeed;
78 cap-sdio-irq;
81 dma-names = "rx", "tx";