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/gpio/gpio-grgpio.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 Aeroflex Gaisler GRGPIO General Purpose I/O cores.
    2 
    3 The GRGPIO GPIO core is available in the GRLIB VHDL IP core library.
    4 
    5 Note: In the ordinary environment for the GRGPIO core, a Leon SPARC system,
    6 these properties are built from information in the AMBA plug&play.
    7 
    8 Required properties:
    9 
   10 - name : Should be "GAISLER_GPIO" or "01_01a"
   11 
   12 - reg : Address and length of the register set for the device
   13 
   14 - interrupts : Interrupt numbers for this device
   15 
   16 Optional properties:
   17 
   18 - nbits : The number of gpio lines. If not present driver assumes 32 lines.
   19 
   20 - irqmap : An array with an index for each gpio line. An index is either a valid
   21         index into the interrupts property array, or 0xffffffff that indicates
   22         no irq for that line. Driver provides no interrupt support if not
   23         present.
   24 
   25 For further information look in the documentation for the GLIB IP core library:
   26 http://www.gaisler.com/products/grlib/grip.pdf

Cache object: 141f93dbab8f98181618a0d13c1f26a8


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