Skip to content

Commit 6843f38

Browse files
matthew-gerlachkwilczynski
authored andcommitted
dt-bindings: PCI: altera: Add binding for Agilex
Add the compatible bindings for the three variants of the Agilex PCIe Hard IP. Signed-off-by: Matthew Gerlach <[email protected]> Reviewed-by: Rob Herring (Arm) <[email protected]> Acked-by: Manivannan Sadhasivam <[email protected]> Link: https://lore.kernel.org/r/[email protected] [kwilczynski: update description within devicetree bindings] Signed-off-by: Krzysztof Wilczyński <[email protected]>
1 parent 2014c95 commit 6843f38

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Documentation/devicetree/bindings/pci/altr,pcie-root-port.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,19 @@ maintainers:
1212

1313
properties:
1414
compatible:
15+
description: Each family of socfpga has its own implementation of the
16+
PCI controller. The altr,pcie-root-port-1.0 is used for the Cyclone5
17+
family of chips. The Stratix10 family of chips is supported by the
18+
altr,pcie-root-port-2.0. The Agilex family of chips has three,
19+
non-register compatible, variants of PCIe Hard IP referred to as the
20+
F-Tile, P-Tile, and R-Tile, depending on the specific chip instance.
21+
1522
enum:
1623
- altr,pcie-root-port-1.0
1724
- altr,pcie-root-port-2.0
25+
- altr,pcie-root-port-3.0-f-tile
26+
- altr,pcie-root-port-3.0-p-tile
27+
- altr,pcie-root-port-3.0-r-tile
1828

1929
reg:
2030
items:

0 commit comments

Comments
 (0)