nxp,imxrt11xx-arm-pll

Description

i.MX RT11xx ARM PLL clock provider.

New devicetree users should configure the ARM PLL using ``loop-div`` and
``post-div``. The legacy ``clock-mult`` and ``clock-div`` properties are
still supported for compatibility, but are deprecated.

Properties

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

Constant value: 0

loop-div

int

ARM PLL loop divider

Value range: 104 to 208

post-div

int

ARM PLL post divider

Legal values: 1, 2, 4, 8

Deprecated node specific properties

Deprecated properties not inherited from the base binding file.

Name

Type

Details

clock-div

int

Deprecated. Use post-div instead.

clock-mult

int

Deprecated. Use loop-div instead. The legacy property represented half
of the hardware loop divider, so loop-div = clock-mult * 2.

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 “nxp,imxrt11xx-arm-pll” compatible.

(None)