Lines Matching +full:rx +full:- +full:fifo +full:- +full:depth
1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/mmc/synopsys-dw-mshc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - $ref: "synopsys-dw-mshc-common.yaml#"
13 - Ulf Hansson <ulf.hansson@linaro.org>
19 - altr,socfpga-dw-mshc
20 - img,pistachio-dw-mshc
21 - snps,dw-mshc
36 clock-names:
38 - const: biu
39 - const: ciu
42 - compatible
43 - reg
44 - interrupts
45 - clocks
46 - clock-names
51 - |
53 compatible = "snps,dw-mshc";
57 clock-names = "biu", "ciu";
59 dma-names = "rx-tx";
61 reset-names = "reset";
62 vmmc-supply = <&buck8>;
63 #address-cells = <1>;
64 #size-cells = <0>;
65 broken-cd;
66 bus-width = <8>;
67 cap-mmc-highspeed;
68 cap-sd-highspeed;
69 card-detect-delay = <200>;
70 max-frequency = <200000000>;
71 clock-frequency = <400000000>;
72 data-addr = <0x200>;
73 fifo-depth = <0x80>;
74 fifo-watermark-aligned;