1# Copyright (c) 2018, Linaro Inc.
2# Copyright (c) 2018, Foundries.io
3# SPDX-License-Identifier: Apache-2.0
4
5description: RV32M1 Event Unit
6
7compatible: "openisa,rv32m1-event-unit"
8
9include: [interrupt-controller.yaml, base.yaml]
10
11properties:
12  reg:
13    required: true
14
15  "#interrupt-cells":
16    const: 1
17
18interrupt-cells:
19  - irq
20