1# Copyright (c) 2021, NXP
2# SPDX-License-Identifier: Apache-2.0
3
4description: i.MX ANATOP (Analog Clock Controller Module) IP node
5
6compatible: "nxp,imx-anatop"
7
8include: [clock-controller.yaml, base.yaml]
9
10properties:
11  reg:
12    required: true
13
14  "#clock-cells":
15    type: int
16    const: 4
17    required: true
18    description: Number of items to expect in a clock specifier
19
20  "#pll-clock-cells":
21    type: int
22    const: 3
23    required: true
24    description: Number of items to expect in a PLL specifier
25
26clock-cells:
27  - name
28  - offset
29  - bits
30  - value
31
32pll-clock-cells:
33  - offset
34  - bits
35  - value
36