Lines Matching +full:mmc +full:- +full:host
2 Storage Host Controller
4 Read synopsys-dw-mshc.txt for more details
6 The Synopsys designware mobile storage host controller is used to interface
7 a SoC with storage medium such as eMMC or SD/MMC cards. This file documents
9 by synopsys-dw-mshc.txt and the properties used by the Hisilicon Hi3798CV200
10 specific extensions to the Synopsys Designware Mobile Storage Host Controller.
13 - compatible: Should contain "hisilicon,hi3798cv200-dw-mshc".
14 - clocks: A list of phandle + clock-specifier pairs for the clocks listed
15 in clock-names.
16 - clock-names: Should contain the following:
17 "ciu" - The ciu clock described in synopsys-dw-mshc.txt.
18 "biu" - The biu clock described in synopsys-dw-mshc.txt.
19 "ciu-sample" - Hi3798CV200 extended phase clock for ciu sampling.
20 "ciu-drive" - Hi3798CV200 extended phase clock for ciu driving.
24 emmc: mmc@9830000 {
25 compatible = "hisilicon,hi3798cv200-dw-mshc";
32 clock-names = "ciu", "biu", "ciu-sample", "ciu-drive";
33 fifo-depth = <256>;
34 clock-frequency = <200000000>;
35 cap-mmc-highspeed;
36 mmc-ddr-1_8v;
37 mmc-hs200-1_8v;
38 non-removable;
39 bus-width = <8>;