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/mfd/bfticu.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 KEYMILE bfticu Chassis Management FPGA
    2 
    3 The bfticu is a multifunction device that manages the whole chassis.
    4 Its main functionality is to collect IRQs from the whole chassis and signals
    5 them to a single controller.
    6 
    7 Required properties:
    8 - compatible: "keymile,bfticu"
    9 - interrupt-controller: the bfticu FPGA is an interrupt controller
   10 - interrupts: the main IRQ line to signal the collected IRQs
   11 - #interrupt-cells : is 2 and their usage is compliant to the 2 cells variant
   12   of Documentation/devicetree/bindings/interrupt-controller/interrupts.txt
   13 - reg: access on the parent local bus (chip select, offset in chip select, size)
   14 
   15 Example:
   16 
   17         chassis-mgmt@3,0 {
   18                 compatible = "keymile,bfticu";
   19                 interrupt-controller;
   20                 #interrupt-cells = <2>;
   21                 reg = <3 0 0x100>;
   22                 interrupt-parent = <&mpic>;
   23                 interrupts = <6 1 0 0>;
   24         };

Cache object: 65f43ad274caa89d4fc819fb12f02dc9


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