diff options
| author | Bjorn Helgaas <bhelgaas@google.com> | 2025-03-27 13:14:47 -0500 |
|---|---|---|
| committer | Bjorn Helgaas <bhelgaas@google.com> | 2025-03-27 13:14:47 -0500 |
| commit | 17dbd3f621a21dee6ee91953826d25e31a828b98 (patch) | |
| tree | 14e9cfa5a8fcb41543f9f05cc00a8fe5840e5969 /Documentation | |
| parent | 8085db1d0791c5fb6433e9bab75e4ac49efd935d (diff) | |
| parent | 60f2ee5f1472972918de7eb14c8240de176f6b8d (diff) | |
| download | linux-17dbd3f621a21dee6ee91953826d25e31a828b98.tar.gz linux-17dbd3f621a21dee6ee91953826d25e31a828b98.tar.bz2 linux-17dbd3f621a21dee6ee91953826d25e31a828b98.zip | |
Merge branch 'pci/controller/altera'
- Add DT binding for Agilex family (P-Tile, F-Tile, R-Tile) (Matthew
Gerlach)
- Add driver support for Agilex family (P-Tile, F-Tile, R-Tile) (D M,
Sharath Kumar)
* pci/controller/altera:
PCI: altera: Add Agilex support
dt-bindings: PCI: altera: Add binding for Agilex
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/devicetree/bindings/pci/altr,pcie-root-port.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/pci/altr,pcie-root-port.yaml b/Documentation/devicetree/bindings/pci/altr,pcie-root-port.yaml index 52533fccc134..5d3f48a001b7 100644 --- a/Documentation/devicetree/bindings/pci/altr,pcie-root-port.yaml +++ b/Documentation/devicetree/bindings/pci/altr,pcie-root-port.yaml @@ -12,9 +12,19 @@ maintainers: properties: compatible: + description: Each family of socfpga has its own implementation of the + PCI controller. The altr,pcie-root-port-1.0 is used for the Cyclone5 + family of chips. The Stratix10 family of chips is supported by the + altr,pcie-root-port-2.0. The Agilex family of chips has three, + non-register compatible, variants of PCIe Hard IP referred to as the + F-Tile, P-Tile, and R-Tile, depending on the specific chip instance. + enum: - altr,pcie-root-port-1.0 - altr,pcie-root-port-2.0 + - altr,pcie-root-port-3.0-f-tile + - altr,pcie-root-port-3.0-p-tile + - altr,pcie-root-port-3.0-r-tile reg: items: |
