pci.txt 909 B

123456789101112131415161718192021
  1. PCI bus bridges have standardized Device Tree bindings:
  2. PCI Bus Binding to: IEEE Std 1275-1994
  3. http://www.openfirmware.org/ofwg/bindings/pci/pci2_1.pdf
  4. And for the interrupt mapping part:
  5. Open Firmware Recommended Practice: Interrupt Mapping
  6. http://www.openfirmware.org/1275/practice/imap/imap0_9d.pdf
  7. Additionally to the properties specified in the above standards a host bridge
  8. driver implementation may support the following properties:
  9. - linux,pci-domain:
  10. If present this property assigns a fixed PCI domain number to a host bridge,
  11. otherwise an unstable (across boots) unique number will be assigned.
  12. It is required to either not set this property at all or set it for all
  13. host bridges in the system, otherwise potentially conflicting domain numbers
  14. may be assigned to root buses behind different host bridges. The domain
  15. number for each host bridge in the system must be unique.