1# Copyright (c) 2024 sensry.io
2# SPDX-License-Identifier: Apache-2.0
3
4description: Sensry sy1xx event unit
5
6compatible: "sensry,sy1xx-event-unit"
7
8include: [interrupt-controller.yaml, base.yaml]
9
10properties:
11  reg:
12    required: true
13
14  "#interrupt-cells":
15    const: 1
16
17interrupt-cells:
18  - irq
19