| # Copyright (c) 2021, NXP |
| # SPDX-License-Identifier: Apache-2.0 |
| |
| description: i.MX ANATOP (Analog Clock Controller Module) IP node |
| |
| compatible: "nxp,imx-anatop" |
| |
| include: [clock-controller.yaml, base.yaml] |
| |
| properties: |
| reg: |
| required: true |
| |
| "#clock-cells": |
| type: int |
| const: 4 |
| required: true |
| description: Number of items to expect in a clock specifier |
| |
| "#pll-clock-cells": |
| type: int |
| const: 3 |
| required: true |
| description: Number of items to expect in a PLL specifier |
| |
| clock-cells: |
| - name |
| - offset |
| - bits |
| - value |
| |
| pll-clock-cells: |
| - offset |
| - bits |
| - value |