blob: 3292ab5babcdba76f46a45fa3868d3ad4ca5135b [file] [log] [blame]
# Copyright (c) 2021, Linaro ltd
# SPDX-License-Identifier: Apache-2.0
description: |
STM32F105/F107 PLL2.
Takes clk_hse as input clock, using prediv as prescaler.
Each PLL as its own output clock.
f(PLL2CLK) = f(PLL2IN) / PREDIV * PLLMUL --> PLL (System Clock)
compatible: "st,stm32f105-pll2-clock"
include:
- name: st,stm32f105-pll-clock.yaml
property-blocklist:
- mul
properties:
mul:
type: int
required: true
description: |
PLL multiplication factor for output clock
enum:
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 16
- 20