| .. | .. |
|---|
| 1 | 1 | * Altera PCIe controller |
|---|
| 2 | 2 | |
|---|
| 3 | 3 | Required properties: |
|---|
| 4 | | -- compatible : should contain "altr,pcie-root-port-1.0" |
|---|
| 4 | +- compatible : should contain "altr,pcie-root-port-1.0" or "altr,pcie-root-port-2.0" |
|---|
| 5 | 5 | - reg: a list of physical base address and length for TXS and CRA. |
|---|
| 6 | + For "altr,pcie-root-port-2.0", additional HIP base address and length. |
|---|
| 6 | 7 | - reg-names: must include the following entries: |
|---|
| 7 | 8 | "Txs": TX slave port region |
|---|
| 8 | 9 | "Cra": Control register access region |
|---|
| 10 | + "Hip": Hard IP region (if "altr,pcie-root-port-2.0") |
|---|
| 9 | 11 | - interrupts: specifies the interrupt source of the parent interrupt |
|---|
| 10 | 12 | controller. The format of the interrupt specifier depends |
|---|
| 11 | 13 | on the parent interrupt controller. |
|---|