|
265 | 265 | #size-cells = <1>; |
266 | 266 | ranges = <0x0 0x0 0x00100000 0x1c000>; |
267 | 267 |
|
| 268 | + pcie0_mode: pcie-mode@4060 { |
| 269 | + compatible = "syscon"; |
| 270 | + reg = <0x00004060 0x4>; |
| 271 | + }; |
| 272 | + |
| 273 | + pcie1_mode: pcie-mode@4070 { |
| 274 | + compatible = "syscon"; |
| 275 | + reg = <0x00004070 0x4>; |
| 276 | + }; |
| 277 | + |
| 278 | + pcie_devid: pcie-devid@210 { |
| 279 | + compatible = "syscon"; |
| 280 | + reg = <0x00000210 0x4>; |
| 281 | + }; |
| 282 | + |
268 | 283 | serdes0_clk: serdes_clk@4080 { |
269 | 284 | compatible = "syscon"; |
270 | 285 | reg = <0x00004080 0x4>; |
|
431 | 446 | clocks = <&k3_clks 58 0>; |
432 | 447 | clock-names = "gpio"; |
433 | 448 | }; |
| 449 | + |
| 450 | + pcie0_rc: pcie@5500000 { |
| 451 | + compatible = "ti,am654-pcie-rc"; |
| 452 | + reg = <0x0 0x5500000 0x0 0x1000>, <0x0 0x5501000 0x0 0x1000>, <0x0 0x10000000 0x0 0x2000>, <0x0 0x5506000 0x0 0x1000>; |
| 453 | + reg-names = "app", "dbics", "config", "atu"; |
| 454 | + power-domains = <&k3_pds 120>; |
| 455 | + #address-cells = <3>; |
| 456 | + #size-cells = <2>; |
| 457 | + ranges = <0x81000000 0 0 0x0 0x10020000 0 0x00010000 |
| 458 | + 0x82000000 0 0x10030000 0x0 0x10030000 0 0x07FD0000>; |
| 459 | + ti,syscon-pcie-id = <&pcie_devid>; |
| 460 | + ti,syscon-pcie-mode = <&pcie0_mode>; |
| 461 | + bus-range = <0x0 0xff>; |
| 462 | + num-viewport = <16>; |
| 463 | + max-link-speed = <3>; |
| 464 | + dma-coherent; |
| 465 | + interrupts = <GIC_SPI 340 IRQ_TYPE_EDGE_RISING>; |
| 466 | + msi-map = <0x0 &gic_its 0x0 0x10000>; |
| 467 | + }; |
| 468 | + |
| 469 | + pcie1_rc: pcie@5600000 { |
| 470 | + compatible = "ti,am654-pcie-rc"; |
| 471 | + reg = <0x0 0x5600000 0x0 0x1000>, <0x0 0x5601000 0x0 0x1000>, <0x0 0x18000000 0x0 0x2000>, <0x0 0x5606000 0x0 0x1000>; |
| 472 | + reg-names = "app", "dbics", "config", "atu"; |
| 473 | + power-domains = <&k3_pds 121>; |
| 474 | + #address-cells = <3>; |
| 475 | + #size-cells = <2>; |
| 476 | + ranges = <0x81000000 0 0 0x0 0x18020000 0 0x00010000 |
| 477 | + 0x82000000 0 0x18030000 0x0 0x18030000 0 0x07FD0000>; |
| 478 | + ti,syscon-pcie-id = <&pcie_devid>; |
| 479 | + ti,syscon-pcie-mode = <&pcie1_mode>; |
| 480 | + bus-range = <0x0 0xff>; |
| 481 | + num-viewport = <16>; |
| 482 | + max-link-speed = <3>; |
| 483 | + dma-coherent; |
| 484 | + interrupts = <GIC_SPI 355 IRQ_TYPE_EDGE_RISING>; |
| 485 | + msi-map = <0x0 &gic_its 0x10000 0x10000>; |
| 486 | + }; |
434 | 487 | }; |
0 commit comments