pciutils

Tools for inspecting and managing PCI devices on your system

brewmacoslinux
Try with needOr install directly
Source

About

PCI utilities

Commands

lspcisetpciupdate-pciids

Examples

List all PCI devices with detailed information$ lspci -v
Show only network and graphics devices$ lspci | grep -E 'Network|VGA|3D'
Display PCI device information in machine-readable format$ lspci -m