1# Copyright (c) 2018 Marvell
2# SPDX-License-Identifier: Apache-2.0
3
4description: ARM Generic Interrupt Controller
5
6compatible: "arm,gic"
7
8include: base.yaml
9
10properties:
11  reg:
12    required: true
13
14interrupt-cells:
15  - type
16  - irq
17  - flags
18  - priority
19