1# Copyright (c) 2022 Cypress Semiconductor Corporation (an Infineon company) or 2# an affiliate of Cypress Semiconductor Corporation 3# 4# SPDX-License-Identifier: Apache-2.0 5 6description: Infineon counters 7 8compatible: "infineon,cat1-counter" 9 10include: base.yaml 11 12properties: 13 resolution: 14 type: int 15 description: | 16 Counter resolution 17 required: true 18 19 clock-frequency: 20 type: int 21 description: | 22 Frequency that the counter runs 23 24 external-trigger-gpios: 25 type: phandle-array 26 description: | 27 External trigger that runs counter 28