| .. | .. |
|---|
| 119 | 119 | }; |
|---|
| 120 | 120 | |
|---|
| 121 | 121 | &pcie1 { |
|---|
| 122 | | - compatible = "fsl,ls2088a-pcie", "snps,dw-pcie"; |
|---|
| 122 | + compatible = "fsl,ls2088a-pcie"; |
|---|
| 123 | 123 | reg = <0x00 0x03400000 0x0 0x00100000 /* controller registers */ |
|---|
| 124 | 124 | 0x20 0x00000000 0x0 0x00002000>; /* configuration space */ |
|---|
| 125 | 125 | |
|---|
| .. | .. |
|---|
| 128 | 128 | }; |
|---|
| 129 | 129 | |
|---|
| 130 | 130 | &pcie2 { |
|---|
| 131 | | - compatible = "fsl,ls2088a-pcie", "snps,dw-pcie"; |
|---|
| 131 | + compatible = "fsl,ls2088a-pcie"; |
|---|
| 132 | 132 | reg = <0x00 0x03500000 0x0 0x00100000 /* controller registers */ |
|---|
| 133 | 133 | 0x28 0x00000000 0x0 0x00002000>; /* configuration space */ |
|---|
| 134 | 134 | |
|---|
| .. | .. |
|---|
| 137 | 137 | }; |
|---|
| 138 | 138 | |
|---|
| 139 | 139 | &pcie3 { |
|---|
| 140 | | - compatible = "fsl,ls2088a-pcie", "snps,dw-pcie"; |
|---|
| 140 | + compatible = "fsl,ls2088a-pcie"; |
|---|
| 141 | 141 | reg = <0x00 0x03600000 0x0 0x00100000 /* controller registers */ |
|---|
| 142 | 142 | 0x30 0x00000000 0x0 0x00002000>; /* configuration space */ |
|---|
| 143 | 143 | |
|---|
| .. | .. |
|---|
| 146 | 146 | }; |
|---|
| 147 | 147 | |
|---|
| 148 | 148 | &pcie4 { |
|---|
| 149 | | - compatible = "fsl,ls2088a-pcie", "snps,dw-pcie"; |
|---|
| 149 | + compatible = "fsl,ls2088a-pcie"; |
|---|
| 150 | 150 | reg = <0x00 0x03700000 0x0 0x00100000 /* controller registers */ |
|---|
| 151 | 151 | 0x38 0x00000000 0x0 0x00002000>; /* configuration space */ |
|---|
| 152 | 152 | |
|---|