Lines Matching +full:versatile +full:- +full:fpga +full:- +full:irq
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/interrupt-controller/arm,versatile-fpga-irq.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: ARM Versatile FPGA IRQ Controller
10 - Linus Walleij <linus.walleij@linaro.org>
13 One or more FPGA IRQ controllers can be synthesized in an ARM reference board
14 such as the Integrator or Versatile family. The output of these different
15 controllers are OR:ed together and fed to the CPU tile's IRQ input. Each
20 const: arm,versatile-fpga-irq
22 interrupt-controller: true
24 '#interrupt-cells':
30 clear-mask:
34 valid-mask:
45 - compatible
46 - interrupt-controller
47 - '#interrupt-cells'
48 - reg
49 - clear-mask
50 - valid-mask
53 - |
54 interrupt-controller@14000000 {
55 compatible = "arm,versatile-fpga-irq";
56 #interrupt-cells = <1>;
57 interrupt-controller;
59 clear-mask = <0xffffffff>;
60 valid-mask = <0x003fffff>;