designware-pcie.txt 1.1 KB

1234567891011121314151617181920212223242526272829
  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. - clocks: Must contain an entry for each entry in clock-names.
  18. See ../clocks/clock-bindings.txt for details.
  19. - clock-names: Must include the following entries:
  20. - "pcie"
  21. - "pcie_bus"
  22. Optional properties:
  23. - reset-gpio: gpio pin number of power good signal
  24. - bus-range: PCI bus numbers covered (it is recommended for new devicetrees to
  25. specify this property, to keep backwards compatibility a range of 0x00-0xff
  26. is assumed if not present)