cdns,cdns-pcie-ep.txt 551 B

123456789101112131415161718
  1. * Cadence PCIe endpoint controller
  2. Required properties:
  3. - compatible: Should contain "cdns,cdns-pcie-ep" to identify the IP used.
  4. - reg: Should contain the controller register base address.
  5. Optional properties:
  6. - max-functions: Maximum number of functions that can be configured (default 1).
  7. - cdns,max-outbound-regions: Set to maximum number of outbound regions (default 8)
  8. Example:
  9. pcie_ep@fc000000 {
  10. compatible = "cdns,cdns-pcie-ep";
  11. reg = <0x0 0xfc000000 0x0 0x01000000>;
  12. cdns,max-outbound-regions = <16>;
  13. max-functions = /bits/ 8 <8>;
  14. };