1# Copyright (c) 2020 Cobham Gaisler AB
2# SPDX-License-Identifier: Apache-2.0
3
4description: GRLIB Multiprocessor Interrupt Controller
5
6compatible: "gaisler,irqmp"
7
8include: [interrupt-controller.yaml, base.yaml]
9
10properties:
11  reg:
12    required: true
13
14  eirq:
15    type: int
16    description: Extended interrupt number (or 0 for none)
17
18  "#interrupt-cells":
19    const: 1
20
21interrupt-cells:
22  - irq
23