0

How to assign interrupt number in device tree for each pcie and pci devices connected to main host bridge via pcie switch and pcie-pci bridge ? Is it require to do it manually or it will automatically assigned ?

Savan
  • 78
  • 1
  • 11

1 Answers1

0

For PCI or PCI-E devices connected via PCI or PCI-E bus, it is not required to declare each and every node in the device tree. The devices which are not connected to the PCI/PCI-E bus, need to be declared.

DrKaoliN
  • 1,346
  • 4
  • 25
  • 39
JoeFerns
  • 78
  • 6
  • The devices which are not connected to the PCI/PCI-E bus, need to be declared. Can you please explain this line ? – Adit Ya Sep 24 '18 at 14:21