Lines Matching +full:wired +full:- +full:interrupt
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/interrupt-controller/marvell,ap806-sei.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Marvell SEI (System Error Interrupt) Controller
10 - Miquel Raynal <miquel.raynal@bootlin.com>
13 Marvell SEI (System Error Interrupt) controller is an interrupt aggregator. It
15 interrupt line (an SPI) on the parent interrupt controller.
17 This interrupt controller can handle up to 64 SEIs, a set comes from the AP
18 and is wired while a second set comes from the CPs by the mean of MSIs.
22 const: marvell,ap806-sei
30 '#interrupt-cells':
33 interrupt-controller: true
35 msi-controller: true
38 - compatible
39 - reg
40 - interrupts
41 - '#interrupt-cells'
42 - interrupt-controller
43 - msi-controller
48 - |
49 #include <dt-bindings/interrupt-controller/arm-gic.h>
51 interrupt-controller@3f0200 {
52 compatible = "marvell,ap806-sei";
55 #interrupt-cells = <1>;
56 interrupt-controller;
57 msi-controller;