Lines Matching +full:max +full:- +full:functions
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2 # Copyright (C) 2020 Texas Instruments Incorporated - http://www.ti.com/
4 ---
5 $id: "http://devicetree.org/schemas/pci/ti,j721e-pci-ep.yaml#"
6 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
11 - Kishon Vijay Abraham I <kishon@ti.com>
14 - $ref: "cdns-pcie-ep.yaml#"
19 - ti,j721e-pcie-ep
24 reg-names:
26 - const: intd_cfg
27 - const: user_cfg
28 - const: reg
29 - const: mem
31 ti,syscon-pcie-ctrl:
36 power-domains:
41 description: clock-specifier to represent input to the PCIe
43 clock-names:
45 - const: fck
47 dma-coherent:
51 - compatible
52 - reg
53 - reg-names
54 - ti,syscon-pcie-ctrl
55 - max-link-speed
56 - num-lanes
57 - power-domains
58 - clocks
59 - clock-names
60 - cdns,max-outbound-regions
61 - dma-coherent
62 - max-functions
63 - phys
64 - phy-names
69 - |
70 #include <dt-bindings/soc/ti,sci_pm_domain.h>
73 #address-cells = <2>;
74 #size-cells = <2>;
76 pcie0_ep: pcie-ep@d000000 {
77 compatible = "ti,j721e-pcie-ep";
82 reg-names = "intd_cfg", "user_cfg", "reg", "mem";
83 ti,syscon-pcie-ctrl = <&pcie0_ctrl>;
84 max-link-speed = <3>;
85 num-lanes = <2>;
86 power-domains = <&k3_pds 239 TI_SCI_PD_EXCLUSIVE>;
88 clock-names = "fck";
89 cdns,max-outbound-regions = <16>;
90 max-functions = /bits/ 8 <6>;
91 dma-coherent;
93 phy-names = "pcie-phy";