2018-11-25 17:41:38 +08:00
|
|
|
# Copyright (c) 2018, Linaro Inc.
|
|
|
|
# Copyright (c) 2018, Foundries.io
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2019-06-19 06:03:49 +08:00
|
|
|
|
2019-11-19 15:39:11 +08:00
|
|
|
description: RV32M1 Event Unit
|
2018-11-25 17:41:38 +08:00
|
|
|
|
2019-08-20 02:32:25 +08:00
|
|
|
compatible: "openisa,rv32m1-event-unit"
|
|
|
|
|
2019-08-22 07:10:12 +08:00
|
|
|
include: [interrupt-controller.yaml, base.yaml]
|
2019-06-08 00:12:49 +08:00
|
|
|
|
2018-11-25 17:41:38 +08:00
|
|
|
properties:
|
|
|
|
reg:
|
2019-08-28 06:22:01 +08:00
|
|
|
required: true
|
2018-11-25 17:41:38 +08:00
|
|
|
|
2019-08-10 03:54:26 +08:00
|
|
|
"#interrupt-cells":
|
|
|
|
const: 1
|
|
|
|
|
2019-09-27 02:34:13 +08:00
|
|
|
interrupt-cells:
|
2018-11-25 17:41:38 +08:00
|
|
|
- irq
|