|
335 | 335 | <GIC_SPI 206 IRQ_TYPE_LEVEL_HIGH>, <GIC_SPI 207 IRQ_TYPE_LEVEL_HIGH>, |
336 | 336 | <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>, <GIC_SPI 209 IRQ_TYPE_LEVEL_HIGH>; |
337 | 337 | }; |
| 338 | + |
| 339 | + pcie@1f0000000 { /* Integrated Endpoint Root Complex */ |
| 340 | + compatible = "pci-host-ecam-generic"; |
| 341 | + reg = <0x01 0xf0000000 0x0 0x100000>; |
| 342 | + #address-cells = <3>; |
| 343 | + #size-cells = <2>; |
| 344 | + #interrupt-cells = <1>; |
| 345 | + msi-parent = <&its>; |
| 346 | + device_type = "pci"; |
| 347 | + bus-range = <0x0 0x0>; |
| 348 | + dma-coherent; |
| 349 | + msi-map = <0 &its 0x17 0xe>; |
| 350 | + iommu-map = <0 &smmu 0x17 0xe>; |
| 351 | + /* PF0-6 BAR0 - non-prefetchable memory */ |
| 352 | + ranges = <0x82000000 0x0 0x00000000 0x1 0xf8000000 0x0 0x160000 |
| 353 | + /* PF0-6 BAR2 - prefetchable memory */ |
| 354 | + 0xc2000000 0x0 0x00000000 0x1 0xf8160000 0x0 0x070000 |
| 355 | + /* PF0: VF0-1 BAR0 - non-prefetchable memory */ |
| 356 | + 0x82000000 0x0 0x00000000 0x1 0xf81d0000 0x0 0x020000 |
| 357 | + /* PF0: VF0-1 BAR2 - prefetchable memory */ |
| 358 | + 0xc2000000 0x0 0x00000000 0x1 0xf81f0000 0x0 0x020000 |
| 359 | + /* PF1: VF0-1 BAR0 - non-prefetchable memory */ |
| 360 | + 0x82000000 0x0 0x00000000 0x1 0xf8210000 0x0 0x020000 |
| 361 | + /* PF1: VF0-1 BAR2 - prefetchable memory */ |
| 362 | + 0xc2000000 0x0 0x00000000 0x1 0xf8230000 0x0 0x020000>; |
| 363 | + |
| 364 | + enetc_port0: ethernet@0,0 { |
| 365 | + compatible = "fsl,enetc"; |
| 366 | + reg = <0x000000 0 0 0 0>; |
| 367 | + }; |
| 368 | + enetc_port1: ethernet@0,1 { |
| 369 | + compatible = "fsl,enetc"; |
| 370 | + reg = <0x000100 0 0 0 0>; |
| 371 | + }; |
| 372 | + }; |
338 | 373 | }; |
339 | 374 | }; |
0 commit comments