pci-test.rst 902 B

1234567891011121314151617181920212223242526
  1. .. SPDX-License-Identifier: GPL-2.0
  2. ==========================
  3. PCI Test Endpoint Function
  4. ==========================
  5. name: Should be "pci_epf_test" to bind to the pci_epf_test driver.
  6. Configurable Fields:
  7. ================ ===========================================================
  8. vendorid should be 0x104c
  9. deviceid should be 0xb500 for DRA74x and 0xb501 for DRA72x
  10. revid don't care
  11. progif_code don't care
  12. subclass_code don't care
  13. baseclass_code should be 0xff
  14. cache_line_size don't care
  15. subsys_vendor_id don't care
  16. subsys_id don't care
  17. interrupt_pin Should be 1 - INTA, 2 - INTB, 3 - INTC, 4 -INTD
  18. msi_interrupts Should be 1 to 32 depending on the number of MSI interrupts
  19. to test
  20. msix_interrupts Should be 1 to 2048 depending on the number of MSI-X
  21. interrupts to test
  22. ================ ===========================================================