1# Copyright (c) 2025 Cypress Semiconductor Corporation (an Infineon company) or
2# an affiliate of Cypress Semiconductor Corporation
3#
4# SPDX-License-Identifier: Apache-2.0
5
6description: Generic fixed-rate clock provider
7
8compatible: "infineon,fixed-factor-clock"
9
10include: [base.yaml, clock-controller.yaml]
11
12properties:
13  clocks:
14    type: phandle-array
15    description: input clock source
16
17  clock-block:
18    type: int
19    description: Clock HW block number (refer to ifx_cat1_clock_block in clock_control_ifx_cat1.h)
20    required: true
21
22  clock-instance:
23    type: int
24    description: TEMP
25    required: true
26
27  clock-divider:
28    type: int
29    description: TEMP
30
31  source-path:
32    type: int
33    description: TEMP
34
35  "#clock-cells":
36    const: 0
37