Lines Matching +full:pll +full:- +full:clocks
2 # SPDX-License-Identifier: Apache-2.0
5 STM32WB and STM32WL PLL node.
7 It can be used to describe 2 different PLLs: PLL, PLLSAI1.
8 Only main PLL is supported for now.
14 Each PLL can have up to 3 output clocks and for each output clock, the
17 f(PLL_P) = f(VCO clock) / PLLP --> PLLPCLK
18 f(PLL_Q) = f(VCO clock) / PLLQ --> PLLQCLK
19 f(PLL_R) = f(VCO clock) / PLLR --> PLLRCLK (System Clock)
21 with f(VCO clock) = f(PLL clock input) × (PLLN / PLLM)
23 The PLL output frequency must not exceed:
24 - 64 MHz on STM32WB
25 - 62 MHz on STM32WL
27 compatible: "st,stm32wb-pll-clock"
29 include: [clock-controller.yaml, base.yaml]
32 "#clock-cells":
35 clocks:
38 div-m:
42 Main PLL division factor for PLL input clock
43 Valid range: 1 - 8
45 mul-n:
49 Main PLL multiplication factor for VCO
50 Valid range: 6 - 127
52 div-p:
55 Main PLL division factor for PLLPCLK
56 Valid range: 2 - 32
58 div-q:
61 Main PLL division factor for PLLQCLK
62 Valid range: 2 - 8
64 div-r:
68 Main PLL division factor for PLLRCLK (system clock)
69 Valid range: 2 - 8