Home
last modified time | relevance | path

Searched +full:280 +full:mhz (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/dts/bindings/clock/
Dst,stm32h7rs-rcc.yaml20 clock-frequency = <DT_FREQ_M(280)>; /* SYSCLK runs at 280MHz */
/Zephyr-latest/boards/st/stm32h7b3i_dk/
Dstm32h7b3i_dk.dts94 /* PLL1P is used for system clock (280 MHz), PLL1Q is used for FDCAN bit quantum clock (80 MHz) */
97 mul-n = <280>;
105 /* PLL3R is used for outputting 9 MHz pixel clock for LTDC */
118 clock-frequency = <DT_FREQ_M(280)>;
/Zephyr-latest/boards/fanke/fk7b0m1_vbt6/
Dfk7b0m1_vbt6.dts56 /* PLL1P is used for system clock (280 MHz) */
69 clock-frequency = <DT_FREQ_M(280)>;
/Zephyr-latest/boards/fanke/fk7b0m1_vbt6/doc/
Dindex.rst35 - 280 MHz max CPU frequency
39 - Main clock: External 25MHz crystal oscillator.
119 as well as by the main PLL clock. By default the system clock is driven by the PLL clock at 280MHz,
120 driven by an 25MHz external crystal oscillator.
/Zephyr-latest/boards/st/nucleo_h7a3zi_q/
Dnucleo_h7a3zi_q.dts69 clock-frequency = <DT_FREQ_M(8)>; /* STLink 8MHz clock */
85 clock-frequency = <DT_FREQ_M(280)>;
/Zephyr-latest/boards/weact/mini_stm32h7b0/doc/
Dindex.rst17 - 32.768 kHz and 25MHz HSE crystal oscillators
40 - 280 MHz max CPU frequency
130 by the PLL clock at 280MHz. PLL clock is fed by a 25MHz high speed external clock.
/Zephyr-latest/boards/st/stm32h7b3i_dk/doc/
Dindex.rst59 - 280 MHz max CPU frequency
179 by the PLL clock at 280MHz. PLL clock is fed by a 24MHz high speed external clock.
/Zephyr-latest/boards/st/nucleo_h7a3zi_q/doc/
Dindex.rst53 - 280 MHz max CPU frequency
133 driven by the PLL clock at 96MHz, driven by an 8MHz high-speed external clock.
/Zephyr-latest/drivers/clock_control/
Dclock_stm32_ll_h7.c113 /* All h7 SoC with maximum 480MHz SYSCLK */
121 /* All h7 SoC with maximum 550MHz SYSCLK */
132 /* All h7RS SoC with maximum 500MHz SYSCLK (refer to Datasheet DS14359 rev 1) */
137 /* Default: All h7 SoC with maximum 280MHz SYSCLK */
330 if (MHZ(1) <= vco_freq && vco_freq <= MHZ(2)) {
332 } else if (MHZ(2) < vco_freq && vco_freq <= MHZ(4)) {
334 } else if (MHZ(4) < vco_freq && vco_freq <= MHZ(8)) {
336 } else if (MHZ(8) < vco_freq && vco_freq <= MHZ(16)) {
816 /* Can be HSE , HSI 64Mhz/HSIDIV, CSI 4MHz*/