Lines Matching +full:dw +full:- +full:mshc
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>
18 const: snps,dw-mshc
33 clock-names:
35 - const: biu
36 - const: ciu
39 - compatible
40 - reg
41 - interrupts
42 - clocks
43 - clock-names
48 - |
50 compatible = "snps,dw-mshc";
54 clock-names = "biu", "ciu";
56 dma-names = "rx-tx";
58 reset-names = "reset";
59 vmmc-supply = <&buck8>;
60 #address-cells = <1>;
61 #size-cells = <0>;
62 broken-cd;
63 bus-width = <8>;
64 cap-mmc-highspeed;
65 cap-sd-highspeed;
66 card-detect-delay = <200>;
67 max-frequency = <200000000>;
68 clock-frequency = <400000000>;
69 data-addr = <0x200>;
70 fifo-depth = <0x80>;
71 fifo-watermark-aligned;