img-dw-mshc.txt 864 B

1234567891011121314151617181920212223242526272829
  1. * Imagination specific extensions to the Synopsys Designware Mobile Storage
  2. Host Controller
  3. The Synopsys designware mobile storage host controller is used to interface
  4. a SoC with storage medium such as eMMC or SD/MMC cards. This file documents
  5. differences between the core Synopsys dw mshc controller properties described
  6. by synopsys-dw-mshc.txt and the properties used by the Imagination specific
  7. extensions to the Synopsys Designware Mobile Storage Host Controller.
  8. Required Properties:
  9. * compatible: should be
  10. - "img,pistachio-dw-mshc": for Pistachio SoCs
  11. Example:
  12. mmc@18142000 {
  13. compatible = "img,pistachio-dw-mshc";
  14. reg = <0x18142000 0x400>;
  15. interrupts = <GIC_SHARED 39 IRQ_TYPE_LEVEL_HIGH>;
  16. clocks = <&system_clk>, <&sdhost_clk>;
  17. clock-names = "biu", "ciu";
  18. fifo-depth = <0x20>;
  19. bus-width = <4>;
  20. num-slots = <1>;
  21. disable-wp;
  22. };