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