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

Node specific 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

Value range: 1 to 256

Deprecated node specific properties

Deprecated properties not inherited from the base binding file.

(None)

Base properties

Properties inherited from the base binding file, which defines common properties that may be set on many nodes. Not all of these may apply to the “st,stm32n6-ic-clock-mux” compatible.

(None)