Skip to content

Commit 8b5ff6a

Browse files
Hi-Im-Davidkartben
authored andcommitted
dts: bindings: clock: add nordic,nrf-auxpll
Introduce Nordic NRF AUXPLL binding include. Signed-off-by: David Jewsbury <david.jewsbury@nordicsemi.no>
1 parent 18d16eb commit 8b5ff6a

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

dts/bindings/clock/nordic,nrf-auxpll.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ properties:
4343
required: true
4444
description: |
4545
Value used to set the fractional PLL divider ratio (can be set between
46-
divider ratios 4 to 5). Valid values range from 0 to 65535.
46+
divider ratios 4 to 5). Valid values shown in dt-bindings/clock/nrf-auxpll.h.
4747
4848
nordic,out-div:
4949
type: int
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
/*
2+
* Copyright (c) 2025 Nordic Semiconductor ASA
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
6+
7+
#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_CLOCK_NRF_AUXPLL_H_
8+
#define ZEPHYR_INCLUDE_DT_BINDINGS_CLOCK_NRF_AUXPLL_H_
9+
10+
#define NRF_AUXPLL_FREQ_DIV_MIN 0
11+
#define NRF_AUXPLL_FREQ_DIV_AUDIO_44K1 15309
12+
#define NRF_AUXPLL_FREQ_DIV_USB24M 32768
13+
#define NRF_AUXPLL_FREQ_DIV_AUDIO_48K 39845
14+
#define NRF_AUXPLL_FREQ_DIV_MAX 65535
15+
16+
#endif /* #define ZEPHYR_INCLUDE_DT_BINDINGS_CLOCK_NRF_AUXPLL_H_ */

0 commit comments

Comments
 (0)