1# Copyright (C) 2023 BeagleBoard.org Foundation
2# Copyright (C) 2023 S Prashanth
3#
4# SPDX-License-Identifier: Apache-2.0
5
6description: |
7  TI Vectored Interrupt Manager is a external interrupt controller
8  (TI specific IP) which is compatible with R5F VIC port.
9
10compatible: "ti,vim"
11
12include: base.yaml
13
14properties:
15  reg:
16    required: true
17
18interrupt-cells:
19  - type
20  - irq
21  - flags
22  - priority
23