The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/Bindings/interrupt-controller/fsl,ls-scfg-msi.txt

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 * Freescale Layerscape SCFG PCIe MSI controller
    2 
    3 Required properties:
    4 
    5 - compatible: should be "fsl,<soc-name>-msi" to identify
    6               Layerscape PCIe MSI controller block such as:
    7               "fsl,ls1021a-msi"
    8               "fsl,ls1043a-msi"
    9               "fsl,ls1046a-msi"
   10               "fsl,ls1043a-v1.1-msi"
   11               "fsl,ls1012a-msi"
   12 - msi-controller: indicates that this is a PCIe MSI controller node
   13 - reg: physical base address of the controller and length of memory mapped.
   14 - interrupts: an interrupt to the parent interrupt controller.
   15 
   16 This interrupt controller hardware is a second level interrupt controller that
   17 is hooked to a parent interrupt controller: e.g: ARM GIC for ARM-based
   18 platforms. If interrupt-parent is not provided, the default parent interrupt
   19 controller will be used.
   20 Each PCIe node needs to have property msi-parent that points to
   21 MSI controller node
   22 
   23 Examples:
   24 
   25         msi1: msi-controller@1571000 {
   26                 compatible = "fsl,ls1043a-msi";
   27                 reg = <0x0 0x1571000 0x0 0x8>,
   28                 msi-controller;
   29                 interrupts = <0 116 0x4>;
   30         };

Cache object: 38ff3fd490f4c68ac61166e0d2b97155


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.