提交 71918e24 编写于 作者: G Gustavo Pimentel 提交者: Lorenzo Pieralisi

dt-bindings: PCI: designware: Add support for EP in DesignWare driver

Add device tree binding documentation for the EP in PCIe DesignWare driver.
Signed-off-by: NGustavo Pimentel <gustavo.pimentel@synopsys.com>
[lorenzo.pieralisi@arm.com: updated commit log]
Signed-off-by: NLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Reviewed-by: NRob Herring <robh@kernel.org>
上级 1d906b22
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
Required properties: Required properties:
- compatible: - compatible:
"snps,dw-pcie" for RC mode; "snps,dw-pcie" for RC mode;
"snps,dw-pcie-ep" for EP mode;
- reg: Should contain the configuration address space. - reg: Should contain the configuration address space.
- reg-names: Must be "config" for the PCIe configuration space. - reg-names: Must be "config" for the PCIe configuration space.
(The old way of getting the configuration address space from "ranges" (The old way of getting the configuration address space from "ranges"
...@@ -56,3 +57,14 @@ Example configuration: ...@@ -56,3 +57,14 @@ Example configuration:
#interrupt-cells = <1>; #interrupt-cells = <1>;
num-lanes = <1>; num-lanes = <1>;
}; };
or
pcie: pcie@dfc00000 {
compatible = "snps,dw-pcie-ep";
reg = <0xdfc00000 0x0001000>, /* IP registers 1 */
<0xdfc01000 0x0001000>, /* IP registers 2 */
<0xd0000000 0x2000000>; /* Configuration space */
reg-names = "dbi", "dbi2", "addr_space";
num-ib-windows = <6>;
num-ob-windows = <2>;
num-lanes = <1>;
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册