.. | .. |
---|
1 | 1 | * Renesas R-Car PCIe interface |
---|
2 | 2 | |
---|
3 | 3 | Required properties: |
---|
4 | | -compatible: "renesas,pcie-r8a7743" for the R8A7743 SoC; |
---|
| 4 | +compatible: "renesas,pcie-r8a7742" for the R8A7742 SoC; |
---|
| 5 | + "renesas,pcie-r8a7743" for the R8A7743 SoC; |
---|
| 6 | + "renesas,pcie-r8a7744" for the R8A7744 SoC; |
---|
| 7 | + "renesas,pcie-r8a774a1" for the R8A774A1 SoC; |
---|
| 8 | + "renesas,pcie-r8a774b1" for the R8A774B1 SoC; |
---|
| 9 | + "renesas,pcie-r8a774c0" for the R8A774C0 SoC; |
---|
5 | 10 | "renesas,pcie-r8a7779" for the R8A7779 SoC; |
---|
6 | 11 | "renesas,pcie-r8a7790" for the R8A7790 SoC; |
---|
7 | 12 | "renesas,pcie-r8a7791" for the R8A7791 SoC; |
---|
8 | 13 | "renesas,pcie-r8a7793" for the R8A7793 SoC; |
---|
9 | 14 | "renesas,pcie-r8a7795" for the R8A7795 SoC; |
---|
10 | | - "renesas,pcie-r8a7796" for the R8A7796 SoC; |
---|
| 15 | + "renesas,pcie-r8a7796" for the R8A77960 SoC; |
---|
| 16 | + "renesas,pcie-r8a77961" for the R8A77961 SoC; |
---|
11 | 17 | "renesas,pcie-r8a77980" for the R8A77980 SoC; |
---|
| 18 | + "renesas,pcie-r8a77990" for the R8A77990 SoC; |
---|
12 | 19 | "renesas,pcie-rcar-gen2" for a generic R-Car Gen2 or |
---|
13 | 20 | RZ/G1 compatible device. |
---|
14 | | - "renesas,pcie-rcar-gen3" for a generic R-Car Gen3 compatible device. |
---|
| 21 | + "renesas,pcie-rcar-gen3" for a generic R-Car Gen3 or |
---|
| 22 | + RZ/G2 compatible device. |
---|
15 | 23 | |
---|
16 | 24 | When compatible with the generic version, nodes must list the |
---|
17 | 25 | SoC-specific version corresponding to the platform first |
---|