Minghuan Lian | 62d0ff83 | 2014-11-05 16:45:11 +0800 | [diff] [blame] | 1 | Freescale Layerscape PCIe controller |
| 2 | |
Minghuan Lian | 5192ec7 | 2015-10-16 15:19:19 +0800 | [diff] [blame] | 3 | This PCIe host controller is based on the Synopsys DesignWare PCIe IP |
Minghuan Lian | 62d0ff83 | 2014-11-05 16:45:11 +0800 | [diff] [blame] | 4 | and thus inherits all the common properties defined in designware-pcie.txt. |
| 5 | |
Minghuan Lian | 5192ec7 | 2015-10-16 15:19:19 +0800 | [diff] [blame] | 6 | This controller derives its clocks from the Reset Configuration Word (RCW) |
| 7 | which is used to describe the PLL settings at the time of chip-reset. |
| 8 | |
| 9 | Also as per the available Reference Manuals, there is no specific 'version' |
| 10 | register available in the Freescale PCIe controller register set, |
| 11 | which can allow determining the underlying DesignWare PCIe controller version |
| 12 | information. |
| 13 | |
Minghuan Lian | 62d0ff83 | 2014-11-05 16:45:11 +0800 | [diff] [blame] | 14 | Required properties: |
Minghuan Lian | 5192ec7 | 2015-10-16 15:19:19 +0800 | [diff] [blame] | 15 | - compatible: should contain the platform identifier such as: |
Xiaowei Bao | e1a6ba5 | 2019-02-21 11:16:17 +0800 | [diff] [blame^] | 16 | RC mode: |
Hou Zhiqiang | ac8ed28 | 2018-11-07 05:35:22 +0000 | [diff] [blame] | 17 | "fsl,ls1021a-pcie" |
| 18 | "fsl,ls2080a-pcie", "fsl,ls2085a-pcie" |
Hou Zhiqiang | 8f89357 | 2017-08-04 14:41:33 +0800 | [diff] [blame] | 19 | "fsl,ls2088a-pcie" |
Hou Zhiqiang | 03fc613 | 2017-08-04 14:41:34 +0800 | [diff] [blame] | 20 | "fsl,ls1088a-pcie" |
Mingkai Hu | 1d77040 | 2016-10-25 20:36:56 +0800 | [diff] [blame] | 21 | "fsl,ls1046a-pcie" |
Hou Zhiqiang | 8ff7754 | 2018-11-07 05:35:17 +0000 | [diff] [blame] | 22 | "fsl,ls1043a-pcie" |
Hou Zhiqiang | a335b12 | 2017-09-19 17:26:56 +0800 | [diff] [blame] | 23 | "fsl,ls1012a-pcie" |
Xiaowei Bao | e1a6ba5 | 2019-02-21 11:16:17 +0800 | [diff] [blame^] | 24 | EP mode: |
| 25 | "fsl,ls1046a-pcie-ep", "fsl,ls-pcie-ep" |
Bjorn Helgaas | 96291d5 | 2017-09-01 16:35:50 -0500 | [diff] [blame] | 26 | - reg: base addresses and lengths of the PCIe controller register blocks. |
Minghuan Lian | 62d0ff83 | 2014-11-05 16:45:11 +0800 | [diff] [blame] | 27 | - interrupts: A list of interrupt outputs of the controller. Must contain an |
| 28 | entry for each entry in the interrupt-names property. |
| 29 | - interrupt-names: Must include the following entries: |
| 30 | "intr": The interrupt that is asserted for controller interrupts |
| 31 | - fsl,pcie-scfg: Must include two entries. |
| 32 | The first entry must be a link to the SCFG device node |
| 33 | The second entry must be '0' or '1' based on physical PCIe controller index. |
| 34 | This is used to get SCFG PEXN registers |
Liu Gang | 2f082b1 | 2016-06-07 14:55:45 +0800 | [diff] [blame] | 35 | - dma-coherent: Indicates that the hardware IP block can ensure the coherency |
| 36 | of the data transferred from/to the IP block. This can avoid the software |
| 37 | cache flush/invalid actions, and improve the performance significantly. |
Minghuan Lian | 62d0ff83 | 2014-11-05 16:45:11 +0800 | [diff] [blame] | 38 | |
| 39 | Example: |
| 40 | |
| 41 | pcie@3400000 { |
Hou Zhiqiang | ac8ed28 | 2018-11-07 05:35:22 +0000 | [diff] [blame] | 42 | compatible = "fsl,ls1021a-pcie"; |
Minghuan Lian | 62d0ff83 | 2014-11-05 16:45:11 +0800 | [diff] [blame] | 43 | reg = <0x00 0x03400000 0x0 0x00010000 /* controller registers */ |
| 44 | 0x40 0x00000000 0x0 0x00002000>; /* configuration space */ |
| 45 | reg-names = "regs", "config"; |
| 46 | interrupts = <GIC_SPI 177 IRQ_TYPE_LEVEL_HIGH>; /* controller interrupt */ |
| 47 | interrupt-names = "intr"; |
| 48 | fsl,pcie-scfg = <&scfg 0>; |
| 49 | #address-cells = <3>; |
| 50 | #size-cells = <2>; |
| 51 | device_type = "pci"; |
Liu Gang | 2f082b1 | 2016-06-07 14:55:45 +0800 | [diff] [blame] | 52 | dma-coherent; |
Minghuan Lian | 62d0ff83 | 2014-11-05 16:45:11 +0800 | [diff] [blame] | 53 | num-lanes = <4>; |
| 54 | bus-range = <0x0 0xff>; |
| 55 | ranges = <0x81000000 0x0 0x00000000 0x40 0x00010000 0x0 0x00010000 /* downstream I/O */ |
| 56 | 0xc2000000 0x0 0x20000000 0x40 0x20000000 0x0 0x20000000 /* prefetchable memory */ |
| 57 | 0x82000000 0x0 0x40000000 0x40 0x40000000 0x0 0x40000000>; /* non-prefetchable memory */ |
| 58 | #interrupt-cells = <1>; |
| 59 | interrupt-map-mask = <0 0 0 7>; |
| 60 | interrupt-map = <0000 0 0 1 &gic GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>, |
| 61 | <0000 0 0 2 &gic GIC_SPI 188 IRQ_TYPE_LEVEL_HIGH>, |
| 62 | <0000 0 0 3 &gic GIC_SPI 190 IRQ_TYPE_LEVEL_HIGH>, |
| 63 | <0000 0 0 4 &gic GIC_SPI 192 IRQ_TYPE_LEVEL_HIGH>; |
| 64 | }; |