This is the documentation for the latest (main) development branch of Zephyr. If you are looking for the documentation of previous releases, use the drop-down menu on the left and select the desired version.

st,stm32f1-pll-clock

Vendor: STMicroelectronics

Description

Main PLL node binding for low-, medium-, high- and XL-density STM32F1 devices.

Takes one of 'clk_hse', 'clk_hse / 2' (when 'xtpre' is set) or 'clk_hsi / 2'
as input clock.

Up to 2 output clocks could be supported and for each output clock, the
frequency can be computed with the following formula:

  f(PLLCLK) = f(input clk) x PLLMUL  --> SYSCLK (System Clock)
  f(USBCLK) = f(PLLCLK) / USBPRE     --> USB

The PLL output frequency must not exceed 72 MHz.

Properties

Properties not inherited from the base binding file.

Name

Type

Details

#clock-cells

int

Number of items to expect in a Clock specifier

This property is required.

mul

int

Main PLL multiplication factor for VCO
Valid range: 2 - 16

This property is required.

xtpre

boolean

Otpional HSE divider for PLL entry

usbpre

int

Otpional HSE divider for PLL entry