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/designware-pcie.txt.
16 - Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
19 - $ref: "pci-ep.yaml#"
23 const: socionext,uniphier-pro5-pcie-ep
82 additionalProperties: false
86 pcie_ep: pcie-ep@66000000 {
87 compatible = "socionext,uniphier-pro5-pcie-ep";
88 reg-names = "dbi", "dbi2", "link", "addr_space";
89 reg = <0x66000000 0x1000>, <0x66001000 0x1000>,
90 <0x66010000 0x10000>, <0x67000000 0x400000>;
91 clock-names = "gio", "link";
92 clocks = <&sys_clk 12>, <&sys_clk 24>;
93 reset-names = "gio", "link";
94 resets = <&sys_rst 12>, <&sys_rst 24>;
95 num-ib-windows = <16>;
96 num-ob-windows = <16>;
98 phy-names = "pcie-phy";