1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2 # Copyright (C) 2020 Texas Instruments Incorporated - http://www.ti.com/
5 $id: http://devicetree.org/schemas/pci/ti,j721e-pci-ep.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: TI J721E PCI EP (PCIe Wrapper)
11 - Kishon Vijay Abraham I <kishon@ti.com>
16 - const: ti,j721e-pcie-ep
17 - const: ti,j784s4-pcie-ep
18 - description: PCIe EP controller in AM64
20 - const: ti,am64-pcie-ep
21 - const: ti,j721e-pcie-ep
22 - description: PCIe EP controller in J7200
24 - const: ti,j7200-pcie-ep
25 - const: ti,j721e-pcie-ep
38 $ref: /schemas/types.yaml#/definitions/phandle-array
41 - description: Phandle to the SYSCON entry
42 - description: pcie_ctrl register offset within SYSCON
43 description: Specifier for configuring PCIe mode and link speed.
50 description: clock-specifier to represent input to the PCIe
57 description: Indicates that the PCIe IP block can ensure the coherency
67 - $ref: cdns-pcie-ep.yaml#
105 - ti,syscon-pcie-ctrl
115 unevaluatedProperties: false
119 #include <dt-bindings/soc/ti,sci_pm_domain.h>
122 #address-cells = <2>;
125 pcie0_ep: pcie-ep@d000000 {
126 compatible = "ti,j721e-pcie-ep";
127 reg = <0x00 0x02900000 0x00 0x1000>,
128 <0x00 0x02907000 0x00 0x400>,
129 <0x00 0x0d000000 0x00 0x00800000>,
130 <0x00 0x10000000 0x00 0x08000000>;
131 reg-names = "intd_cfg", "user_cfg", "reg", "mem";
132 ti,syscon-pcie-ctrl = <&pcie0_ctrl 0x4070>;
133 max-link-speed = <3>;
135 power-domains = <&k3_pds 239 TI_SCI_PD_EXCLUSIVE>;
136 clocks = <&k3_clks 239 1>;
138 max-functions = /bits/ 8 <6>;
140 phys = <&serdes0_pcie_link>;
141 phy-names = "pcie-phy";