diff options
| author | Andy Fleming <afleming@freescale.com> | 2008-02-06 01:12:57 -0600 | 
|---|---|---|
| committer | Andrew Fleming-AFLEMING <afleming@freescale.com> | 2008-03-26 11:43:04 -0500 | 
| commit | b83eef440cf3cef816172ccbb5897ccd8e403cf3 (patch) | |
| tree | 015ba542302e1b7e4d054444ca1520736cc561a0 /include/pci_ids.h | |
| parent | 7aff0c051ad0613171cf2b9941ee48675c62e7cd (diff) | |
| download | olio-uboot-2014.01-b83eef440cf3cef816172ccbb5897ccd8e403cf3.tar.xz olio-uboot-2014.01-b83eef440cf3cef816172ccbb5897ccd8e403cf3.zip | |
Add the Freescale PCI device IDs
Signed-off-by: Andy Fleming <afleming@freescale.com>
Diffstat (limited to 'include/pci_ids.h')
| -rw-r--r-- | include/pci_ids.h | 23 | 
1 files changed, 23 insertions, 0 deletions
| diff --git a/include/pci_ids.h b/include/pci_ids.h index 3b1045241..b0c1957ae 100644 --- a/include/pci_ids.h +++ b/include/pci_ids.h @@ -2050,3 +2050,26 @@  #define PCI_DEVICE_ID_MICROGATE_USC	0x0010  #define PCI_DEVICE_ID_MICROGATE_SCC	0x0020  #define PCI_DEVICE_ID_MICROGATE_SCA	0x0030 + +#define PCI_VENDOR_ID_FREESCALE		0x1957 +#define PCI_DEVICE_ID_MPC8548E		0x0012 +#define PCI_DEVICE_ID_MPC8548		0x0013 +#define PCI_DEVICE_ID_MPC8543E		0x0014 +#define PCI_DEVICE_ID_MPC8543		0x0015 +#define PCI_DEVICE_ID_MPC8547E		0x0018 +#define PCI_DEVICE_ID_MPC8545E		0x0019 +#define PCI_DEVICE_ID_MPC8545		0x001a +#define PCI_DEVICE_ID_MPC8568E		0x0020 +#define PCI_DEVICE_ID_MPC8568		0x0021 +#define PCI_DEVICE_ID_MPC8567E		0x0022 +#define PCI_DEVICE_ID_MPC8567		0x0023 +#define PCI_DEVICE_ID_MPC8533E		0x0030 +#define PCI_DEVICE_ID_MPC8533		0x0031 +#define PCI_DEVICE_ID_MPC8544E		0x0032 +#define PCI_DEVICE_ID_MPC8544		0x0033 +#define PCI_DEVICE_ID_MPC8572E		0x0040 +#define PCI_DEVICE_ID_MPC8572		0x0041 +#define PCI_DEVICE_ID_MPC8641		0x7010 +#define PCI_DEVICE_ID_MPC8641D		0x7011 +#define PCI_DEVICE_ID_MPC8610		0x7018 + |