1# Copyright (c) 2022 Intel Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4description: Intel TGPIO node
5
6compatible: "intel,timeaware-gpio"
7
8include: [base.yaml]
9
10properties:
11  reg:
12    required: true
13
14  timer-clock:
15    type: int
16    required: true
17    description: ART timer clock frequency
18
19  max-pins:
20    type: int
21    required: true
22    description: Total number of available pins
23