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

TOMOYO Linux Cross Reference
Linux/Documentation/devicetree/bindings/pci/axis,artpec6-pcie.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 * Axis ARTPEC-6 PCIe interface
  2 
  3 This PCIe host controller is based on the Synopsys DesignWare PCIe IP
  4 and thus inherits all the common properties defined in snps,dw-pcie.yaml.
  5 
  6 Required properties:
  7 - compatible: "axis,artpec6-pcie", "snps,dw-pcie" for ARTPEC-6 in RC mode;
  8               "axis,artpec6-pcie-ep", "snps,dw-pcie" for ARTPEC-6 in EP mode;
  9               "axis,artpec7-pcie", "snps,dw-pcie" for ARTPEC-7 in RC mode;
 10               "axis,artpec7-pcie-ep", "snps,dw-pcie" for ARTPEC-7 in EP mode;
 11 - reg: base addresses and lengths of the PCIe controller (DBI),
 12         the PHY controller, and configuration address space.
 13 - reg-names: Must include the following entries:
 14         - "dbi"
 15         - "phy"
 16         - "config"
 17 - interrupts: A list of interrupt outputs of the controller. Must contain an
 18   entry for each entry in the interrupt-names property.
 19 - interrupt-names: Must include the following entries:
 20         - "msi": The interrupt that is asserted when an MSI is received
 21 - axis,syscon-pcie: A phandle pointing to the ARTPEC-6 system controller,
 22         used to enable and control the Synopsys IP.
 23 
 24 Example:
 25 
 26         pcie@f8050000 {
 27                 compatible = "axis,artpec6-pcie", "snps,dw-pcie";
 28                 reg = <0xf8050000 0x2000
 29                        0xf8040000 0x1000
 30                        0xc0000000 0x2000>;
 31                 reg-names = "dbi", "phy", "config";
 32                 #address-cells = <3>;
 33                 #size-cells = <2>;
 34                 device_type = "pci";
 35                           /* downstream I/O */
 36                 ranges = <0x81000000 0 0 0xc0002000 0 0x00010000
 37                           /* non-prefetchable memory */
 38                           0x82000000 0 0xc0012000 0xc0012000 0 0x1ffee000>;
 39                 num-lanes = <2>;
 40                 bus-range = <0x00 0xff>;
 41                 interrupts = <GIC_SPI 148 IRQ_TYPE_LEVEL_HIGH>;
 42                 interrupt-names = "msi";
 43                 #interrupt-cells = <1>;
 44                 interrupt-map-mask = <0 0 0 0x7>;
 45                 interrupt-map = <0 0 0 1 &intc GIC_SPI 144 IRQ_TYPE_LEVEL_HIGH>,
 46                                 <0 0 0 2 &intc GIC_SPI 145 IRQ_TYPE_LEVEL_HIGH>,
 47                                 <0 0 0 3 &intc GIC_SPI 146 IRQ_TYPE_LEVEL_HIGH>,
 48                                 <0 0 0 4 &intc GIC_SPI 147 IRQ_TYPE_LEVEL_HIGH>;
 49                 axis,syscon-pcie = <&syscon>;
 50         };

~ [ 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