st,stm32n6-cpu-clock-mux

Vendor: STMicroelectronics

Description

STM32N6 CPU Clock
Describes the STM32N6 CPU clock multiplexer. On STM32N6, this is the CPU
clock that feeds the SysTick.
For instance:
&cpusw {
  clocks = <&rcc STM32_SRC_IC1 CPU_SEL(3)>;
  clock-frequency = <DT_FREQ_M(600)>;
  status = "okay";
};

Properties

Properties not inherited from the base binding file.

Name

Type

Details

clock-frequency

int

default frequency in Hz for CPU clock (sysa_ck/sys_cpu_ck)

This property is required.