~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/devicetree/bindings/pci/layerscape-pcie-gen4.txt

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 NXP Layerscape PCIe Gen4 controller
  2 
  3 This PCIe controller is based on the Mobiveil PCIe IP and thus inherits all
  4 the common properties defined in mobiveil-pcie.txt.
  5 
  6 Required properties:
  7 - compatible: should contain the platform identifier such as:
  8   "fsl,lx2160a-pcie"
  9 - reg: base addresses and lengths of the PCIe controller register blocks.
 10   "csr_axi_slave": Bridge config registers
 11   "config_axi_slave": PCIe controller registers
 12 - interrupts: A list of interrupt outputs of the controller. Must contain an
 13   entry for each entry in the interrupt-names property.
 14 - interrupt-names: It could include the following entries:
 15   "intr": The interrupt that is asserted for controller interrupts
 16   "aer": Asserted for aer interrupt when chip support the aer interrupt with
 17          none MSI/MSI-X/INTx mode,but there is interrupt line for aer.
 18   "pme": Asserted for pme interrupt when chip support the pme interrupt with
 19          none MSI/MSI-X/INTx mode,but there is interrupt line for pme.
 20 - dma-coherent: Indicates that the hardware IP block can ensure the coherency
 21   of the data transferred from/to the IP block. This can avoid the software
 22   cache flush/invalid actions, and improve the performance significantly.
 23 - msi-parent : See the generic MSI binding described in
 24   Documentation/devicetree/bindings/interrupt-controller/msi.txt.
 25 
 26 Example:
 27 
 28         pcie@3400000 {
 29                 compatible = "fsl,lx2160a-pcie";
 30                 reg = <0x00 0x03400000 0x0 0x00100000   /* controller registers */
 31                        0x80 0x00000000 0x0 0x00001000>; /* configuration space */
 32                 reg-names = "csr_axi_slave", "config_axi_slave";
 33                 interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>, /* AER interrupt */
 34                              <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>, /* PME interrupt */
 35                              <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>; /* controller interrupt */
 36                 interrupt-names = "aer", "pme", "intr";
 37                 #address-cells = <3>;
 38                 #size-cells = <2>;
 39                 device_type = "pci";
 40                 apio-wins = <8>;
 41                 ppio-wins = <8>;
 42                 dma-coherent;
 43                 bus-range = <0x0 0xff>;
 44                 msi-parent = <&its>;
 45                 ranges = <0x82000000 0x0 0x40000000 0x80 0x40000000 0x0 0x40000000>;
 46                 #interrupt-cells = <1>;
 47                 interrupt-map-mask = <0 0 0 7>;
 48                 interrupt-map = <0000 0 0 1 &gic 0 0 GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>,
 49                                 <0000 0 0 2 &gic 0 0 GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>,
 50                                 <0000 0 0 3 &gic 0 0 GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>,
 51                                 <0000 0 0 4 &gic 0 0 GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>;
 52         };

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php