tc-dwc-g210-pltfrm.txt 845 B

123456789101112131415161718192021222324252627
  1. * Universal Flash Storage (UFS) DesignWare Host Controller
  2. DWC_UFS nodes are defined to describe on-chip UFS host controllers and MPHY.
  3. Each UFS controller instance should have its own node.
  4. Required properties:
  5. - compatible : compatible list must contain the PHY type & version:
  6. "snps,g210-tc-6.00-20bit"
  7. "snps,g210-tc-6.00-40bit"
  8. complemented with the Controller IP version:
  9. "snps,dwc-ufshcd-1.40a"
  10. complemented with the JEDEC version:
  11. "jedec,ufs-1.1"
  12. "jedec,ufs-2.0"
  13. - reg : <registers mapping>
  14. - interrupts : <interrupt mapping for UFS host controller IRQ>
  15. Example for a setup using a 1.40a DWC Controller with a 6.00 G210 40-bit TC:
  16. dwc-ufs@d0000000 {
  17. compatible = "snps,g210-tc-6.00-40bit",
  18. "snps,dwc-ufshcd-1.40a",
  19. "jedec,ufs-2.0";
  20. reg = < 0xd0000000 0x10000 >;
  21. interrupts = < 24 >;
  22. };