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

TOMOYO Linux Cross Reference
Linux/Documentation/devicetree/bindings/pci/mobiveil-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 * Mobiveil AXI PCIe Root Port Bridge DT description
  2 
  3 Mobiveil's GPEX 4.0 is a PCIe Gen4 root port bridge IP. This configurable IP
  4 has up to 8 outbound and inbound windows for the address translation.
  5 
  6 Required properties:
  7 - #address-cells: Address representation for root ports, set to <3>
  8 - #size-cells: Size representation for root ports, set to <2>
  9 - #interrupt-cells: specifies the number of cells needed to encode an
 10         interrupt source. The value must be 1.
 11 - compatible: Should contain "mbvl,gpex40-pcie"
 12 - reg: Should contain PCIe registers location and length
 13         Mandatory:
 14         "config_axi_slave": PCIe controller registers
 15         "csr_axi_slave"   : Bridge config registers
 16         Optional:
 17         "gpio_slave"      : GPIO registers to control slot power
 18         "apb_csr"         : MSI registers
 19 
 20 - device_type: must be "pci"
 21 - apio-wins : number of requested apio outbound windows
 22                 default 2 outbound windows are configured -
 23                 1. Config window
 24                 2. Memory window
 25 - ppio-wins : number of requested ppio inbound windows
 26                 default 1 inbound memory window is configured.
 27 - bus-range: PCI bus numbers covered
 28 - interrupt-controller: identifies the node as an interrupt controller
 29 - #interrupt-cells: specifies the number of cells needed to encode an
 30         interrupt source. The value must be 1.
 31 - interrupts: The interrupt line of the PCIe controller
 32                 last cell of this field is set to 4 to
 33                 denote it as IRQ_TYPE_LEVEL_HIGH type interrupt.
 34 - interrupt-map-mask,
 35         interrupt-map: standard PCI properties to define the mapping of the
 36         PCI interface to interrupt numbers.
 37 - ranges: ranges for the PCI memory regions (I/O space region is not
 38         supported by hardware)
 39         Please refer to the standard PCI bus binding document for a more
 40         detailed explanation
 41 
 42 
 43 Example:
 44 ++++++++
 45         pcie0: pcie@a0000000 {
 46                 #address-cells = <3>;
 47                 #size-cells = <2>;
 48                 compatible = "mbvl,gpex40-pcie";
 49                 reg =   <0xa0000000 0x00001000>,
 50                         <0xb0000000 0x00010000>,
 51                         <0xff000000 0x00200000>,
 52                         <0xb0010000 0x00001000>;
 53                 reg-names =     "config_axi_slave",
 54                                 "csr_axi_slave",
 55                                 "gpio_slave",
 56                                 "apb_csr";
 57                 device_type = "pci";
 58                 apio-wins = <2>;
 59                 ppio-wins = <1>;
 60                 bus-range = <0x00000000 0x000000ff>;
 61                 interrupt-controller;
 62                 interrupt-parent = <&gic>;
 63                 #interrupt-cells = <1>;
 64                 interrupts = < 0 89 4 >;
 65                 interrupt-map-mask = <0 0 0 7>;
 66                 interrupt-map = <0 0 0 0 &pci_express 0>,
 67                                 <0 0 0 1 &pci_express 1>,
 68                                 <0 0 0 2 &pci_express 2>,
 69                                 <0 0 0 3 &pci_express 3>;
 70                 ranges = < 0x83000000 0 0x00000000 0xa8000000 0 0x8000000>;
 71 
 72         };

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