1# SPDX-License-Identifier: BSD-3-Clause
2
3description: Interrupt controller with three cells
4
5compatible: "interrupt-three-cell"
6
7interrupt-cells:
8  - one
9  - two
10  - three
11