1 * Mellanox Bluefield SoC specific extensions t 2 Mobile Storage Host Controller 3 4 Read synopsys-dw-mshc.txt for more details 5 6 The Synopsys designware mobile storage host co 7 a SoC with storage medium such as eMMC or SD/M 8 differences between the core Synopsys dw mshc 9 by synopsys-dw-mshc.txt and the properties use 10 specific extensions to the Synopsys Designware 11 12 Required Properties: 13 14 * compatible: should be one of the following. 15 - "mellanox,bluefield-dw-mshc": for controll 16 specific extensions. 17 18 Example: 19 20 /* Mellanox Bluefield SoC MMC */ 21 mmc@6008000 { 22 compatible = "mellanox,bluefie 23 reg = <0x6008000 0x400>; 24 interrupts = <32>; 25 fifo-depth = <0x100>; 26 clock-frequency = <24000000>; 27 bus-width = <8>; 28 cap-mmc-highspeed; 29 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.