fsl,pci.txt 811 B

123456789101112131415161718192021222324252627
  1. * Bus Enumeration by Freescale PCI-X Agent
  2. Typically any Freescale PCI-X bridge hardware strapped into Agent mode
  3. is prevented from enumerating the bus. The PrPMC form-factor requires
  4. all mezzanines to be PCI-X Agents, but one per system may still
  5. enumerate the bus.
  6. The property defined below will allow a PCI-X bridge to be used for bus
  7. enumeration despite being strapped into Agent mode.
  8. Required properties:
  9. - fsl,pci-agent-force-enum : There is no value associated with this
  10. property. The property itself is treated as a boolean.
  11. Example:
  12. /* PCI-X bridge known to be PrPMC Monarch */
  13. pci0: pci@ef008000 {
  14. fsl,pci-agent-force-enum;
  15. #interrupt-cells = <1>;
  16. #size-cells = <2>;
  17. #address-cells = <3>;
  18. compatible = "fsl,mpc8540-pcix", "fsl,mpc8540-pci";
  19. device_type = "pci";
  20. ...
  21. ...
  22. };