1# Copyright (c) 2024 Renesas Electronics Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4description: Renesas RZ GPT
5
6compatible: "renesas,rz-gpt"
7
8include: [base.yaml]
9
10properties:
11  prescaler:
12    type: int
13    required: true
14    enum:
15      - 1
16      - 2
17      - 4
18      - 8
19      - 16
20      - 32
21      - 64
22      - 128
23      - 256
24      - 512
25      - 1024
26    description: Input clock prescaler. For RZ/G3S, only 1, 4, 16, 64, 256, 1024 are supported.
27
28  channel:
29    type: int
30    required: true
31
32  interrupts:
33    required: true
34
35  interrupt-names:
36    required: true
37