1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/pci/socionext,uniphier-pcie-ep.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Socionext UniPhier PCIe endpoint controller
10 UniPhier PCIe endpoint controller is based on the Synopsys DesignWare
11 PCI core. It shares common features with the PCIe DesignWare core and
12 inherits common properties defined in
13 Documentation/devicetree/bindings/pci/snps,dw-pcie-ep.yaml.
16 - Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
21 - socionext,uniphier-pro5-pcie-ep
22 - socionext,uniphier-nx1-pcie-ep
68 - $ref: /schemas/pci/snps,dw-pcie-ep.yaml#
73 const: socionext,uniphier-pro5-pcie-ep
116 unevaluatedProperties: false
120 pcie_ep: pcie-ep@66000000 {
121 compatible = "socionext,uniphier-pro5-pcie-ep";
122 reg-names = "dbi", "dbi2", "link", "addr_space";
123 reg = <0x66000000 0x1000>, <0x66001000 0x1000>,
124 <0x66010000 0x10000>, <0x67000000 0x400000>;
125 clock-names = "gio", "link";
126 clocks = <&sys_clk 12>, <&sys_clk 24>;
127 reset-names = "gio", "link";
128 resets = <&sys_rst 12>, <&sys_rst 24>;
129 num-ib-windows = <16>;
130 num-ob-windows = <16>;
132 phy-names = "pcie-phy";