Lines Matching +full:max +full:- +full:functions
4 - compatible: Should contain "cdns,cdns-pcie-ep" to identify the IP used.
5 - reg: Should contain the controller register base address and AXI interface
7 - reg-names: Must be "reg" and "mem" respectively.
8 - cdns,max-outbound-regions: Set to maximum number of outbound regions
11 - max-functions: Maximum number of functions that can be configured (default 1).
12 - phys: From PHY bindings: List of Generic PHY phandles. One per lane if more
14 - phy-names: List of names to identify the PHY.
19 compatible = "cdns,cdns-pcie-ep";
22 reg-names = "reg", "mem";
23 cdns,max-outbound-regions = <16>;
24 max-functions = /bits/ 8 <8>;
26 phy-names = "pcie-lane0","pcie-lane1";