st,stm32n6-ic-clock-mux

Description

STM32N6 Divider IC multiplexer.

This node selects a clock input and a divider.

For instance:
  &ic6 {
    pll-src = <2>;
    ic-div = <16>;
    status = "okay";
  };

Properties

Properties not inherited from the base binding file.

Name

Type

Details

pll-src

int

PLL clock used as source:
  1: PLL1
  2: PLL2
  3: PLL3
  4: PLL4

This property is required.

Value range: 1 to 4

ic-div

int

ICx integer division factor
The input ICx frequency is divided by the specified value
Valid range: 1 - 256