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 ?
Asked
Active
Viewed 511 times
0
-
It depends on PIR as far as I understand. – 0andriy Jun 01 '17 at 23:01
1 Answers
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.
-
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