1 # SPDX-License-Identifier: GPL-2.0
4 $id: http://devicetree.org/schemas/mmc/synopsys-dw-mshc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Synopsys Designware Mobile Storage Host Controller Binding
10 - $ref: "synopsys-dw-mshc-common.yaml#"
13 - Ulf Hansson <ulf.hansson@linaro.org>
15 # Everything else is described in the common file
30 Handle to "biu" and "ciu" clocks for the
31 bus interface unit clock and the card interface unit clock.
48 compatible = "snps,dw-mshc";
49 reg = <0x12200000 0x1000>;
50 interrupts = <0 75 0>;
51 clocks = <&clock 351>, <&clock 132>;
52 clock-names = "biu", "ciu";
56 reset-names = "reset";
57 vmmc-supply = <&buck8>;
64 card-detect-delay = <200>;
65 max-frequency = <200000000>;
66 clock-frequency = <400000000>;
69 fifo-watermark-aligned;