File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
include/zephyr/dt-bindings/clock Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ properties:
43
43
required : true
44
44
description : |
45
45
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 .
47
47
48
48
nordic,out-div :
49
49
type : int
Original file line number Diff line number Diff line change
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_ */
You can’t perform that action at this time.
0 commit comments