1# Copyright (c) 2018 Nordic Semiconductor ASA
2# SPDX-License-Identifier: Apache-2.0
3
4description: Nordic nRF clock control node
5
6compatible: "nordic,nrf-clock"
7
8include: base.yaml
9
10properties:
11  reg:
12    required: true
13
14  interrupts:
15    required: true
16
17  hfclkaudio-frequency:
18    type: int
19    description: |
20      Frequency of the HFCLKAUDIO clock in Hz. Adjustable with 3.3 ppm
21      resolution in two frequency bands - 11.176 MHz to 11.402 MHz, and
22      12.165 MHz to 12.411 MHz (refer to the relevant Product Specification).
23      The HFCLKAUDIO clock is only available in the nRF53 Series SoCs.
24