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

TOMOYO Linux Cross Reference
Linux/Documentation/devicetree/bindings/interrupt-controller/arm,versatile-fpga-irq.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 * ARM Versatile FPGA interrupt controller
  2 
  3 One or more FPGA IRQ controllers can be synthesized in an ARM reference board
  4 such as the Integrator or Versatile family. The output of these different
  5 controllers are OR:ed together and fed to the CPU tile's IRQ input. Each
  6 instance can handle up to 32 interrupts.
  7 
  8 Required properties:
  9 - compatible: "arm,versatile-fpga-irq"
 10 - interrupt-controller: Identifies the node as an interrupt controller
 11 - #interrupt-cells: The number of cells to define the interrupts.  Must be 1
 12   as the FPGA IRQ controller has no configuration options for interrupt
 13   sources.  The cell is a u32 and defines the interrupt number.
 14 - reg: The register bank for the FPGA interrupt controller.
 15 - clear-mask: a u32 number representing the mask written to clear all IRQs
 16   on the controller at boot for example.
 17 - valid-mask: a u32 number representing a bit mask determining which of
 18   the interrupts are valid. Unconnected/unused lines are set to 0, and
 19   the system till not make it possible for devices to request these
 20   interrupts.
 21 
 22 The "oxsemi,ox810se-rps-irq" compatible is deprecated.
 23 
 24 Example:
 25 
 26 pic: pic@14000000 {
 27         compatible = "arm,versatile-fpga-irq";
 28         #interrupt-cells = <1>;
 29         interrupt-controller;
 30         reg = <0x14000000 0x100>;
 31         clear-mask = <0xffffffff>;
 32         valid-mask = <0x003fffff>;
 33 };
 34 
 35 Optional properties:
 36 - interrupts: if the FPGA IRQ controller is cascaded, i.e. if its IRQ
 37   output is simply connected to the input of another IRQ controller,
 38   then the parent IRQ shall be specified in this property.

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