18c2ecf20Sopenharmony_ci* Imagination specific extensions to the Synopsys Designware Mobile Storage
28c2ecf20Sopenharmony_ci  Host Controller
38c2ecf20Sopenharmony_ci
48c2ecf20Sopenharmony_ciThe Synopsys designware mobile storage host controller is used to interface
58c2ecf20Sopenharmony_cia SoC with storage medium such as eMMC or SD/MMC cards. This file documents
68c2ecf20Sopenharmony_cidifferences between the core Synopsys dw mshc controller properties described
78c2ecf20Sopenharmony_ciby synopsys-dw-mshc.txt and the properties used by the Imagination specific
88c2ecf20Sopenharmony_ciextensions to the Synopsys Designware Mobile Storage Host Controller.
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ciRequired Properties:
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_ci* compatible: should be
138c2ecf20Sopenharmony_ci	- "img,pistachio-dw-mshc": for Pistachio SoCs
148c2ecf20Sopenharmony_ci
158c2ecf20Sopenharmony_ciExample:
168c2ecf20Sopenharmony_ci
178c2ecf20Sopenharmony_ci	mmc@18142000 {
188c2ecf20Sopenharmony_ci		compatible = "img,pistachio-dw-mshc";
198c2ecf20Sopenharmony_ci		reg = <0x18142000 0x400>;
208c2ecf20Sopenharmony_ci		interrupts = <GIC_SHARED 39 IRQ_TYPE_LEVEL_HIGH>;
218c2ecf20Sopenharmony_ci
228c2ecf20Sopenharmony_ci		clocks = <&system_clk>, <&sdhost_clk>;
238c2ecf20Sopenharmony_ci		clock-names = "biu", "ciu";
248c2ecf20Sopenharmony_ci
258c2ecf20Sopenharmony_ci		fifo-depth = <0x20>;
268c2ecf20Sopenharmony_ci		bus-width = <4>;
278c2ecf20Sopenharmony_ci		disable-wp;
288c2ecf20Sopenharmony_ci	};
29