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/marvell,gicp.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 Marvell GICP Controller
    2 -----------------------
    3 
    4 GICP is a Marvell extension of the GIC that allows to trigger GIC SPI
    5 interrupts by doing a memory transaction. It is used by the ICU
    6 located in the Marvell CP110 to turn wired interrupts inside the CP
    7 into GIC SPI interrupts.
    8 
    9 Required properties:
   10 
   11 - compatible: Must be "marvell,ap806-gicp"
   12 
   13 - reg: Must be the address and size of the GICP SPI registers
   14 
   15 - marvell,spi-ranges: tuples of GIC SPI interrupts ranges available
   16   for this GICP
   17 
   18 - msi-controller: indicates that this is an MSI controller
   19 
   20 Example:
   21 
   22 gicp_spi: gicp-spi@3f0040 {
   23         compatible = "marvell,ap806-gicp";
   24         reg = <0x3f0040 0x10>;
   25         marvell,spi-ranges = <64 64>, <288 64>;
   26         msi-controller;
   27 };

Cache object: 241c748cb28632117f4b56b498684dc2


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