Lines Matching +full:low +full:- +full:frequency
2 # SPDX-License-Identifier: Apache-2.0
7 The output frequency (f_out) of the auxiliary PLL is calculated as follows:
9 f_out = ((R + A * 2^(-16)) * f_src) / B
13 - A: nordic,frequency
14 - B: nordic,outdiv
15 - R: nordic,range (3=low, 4=mid, 5=high, 6=statichigh)
16 - f_src: Source frequency, given by clocks
18 compatible: "nordic,nrf-auxpll"
21 - base.yaml
22 - clock-controller.yaml
23 - nordic-nrf-ficr-client.yaml
35 "#clock-cells":
41 nordic,frequency:
48 nordic,out-div:
51 - 1
52 - 2
53 - 3
54 - 4
55 - 6
56 - 8
57 - 12
58 - 16
61 nordic,out-drive:
65 - 0
66 - 1
67 - 2
68 - 3
71 nordic,current-tune:
76 nordic,sdm-disable:
78 description: Disable sigma-delta modulator
80 nordic,dither-disable:
82 description: Disable dither in sigma-delta modulator
88 - "low"
89 - "mid"
90 - "high"
91 - "statichigh"