designware-pcie.txt 1.2 KB

123456789101112131415161718192021222324252627282930
  1. * Synopsys Designware PCIe interface
  2. Required properties:
  3. - compatible: should contain "snps,dw-pcie" to identify the core.
  4. - reg: Should contain the configuration address space.
  5. - reg-names: Must be "config" for the PCIe configuration space.
  6. (The old way of getting the configuration address space from "ranges"
  7. is deprecated and should be avoided.)
  8. - #address-cells: set to <3>
  9. - #size-cells: set to <2>
  10. - device_type: set to "pci"
  11. - ranges: ranges for the PCI memory and I/O regions
  12. - #interrupt-cells: set to <1>
  13. - interrupt-map-mask and interrupt-map: standard PCI properties
  14. to define the mapping of the PCIe interface to interrupt
  15. numbers.
  16. - num-lanes: number of lanes to use
  17. Optional properties:
  18. - num-lanes: number of lanes to use (this property should be specified unless
  19. the link is brought already up in BIOS)
  20. - reset-gpio: gpio pin number of power good signal
  21. - bus-range: PCI bus numbers covered (it is recommended for new devicetrees to
  22. specify this property, to keep backwards compatibility a range of 0x00-0xff
  23. is assumed if not present)
  24. - clocks: Must contain an entry for each entry in clock-names.
  25. See ../clocks/clock-bindings.txt for details.
  26. - clock-names: Must include the following entries:
  27. - "pcie"
  28. - "pcie_bus"