nxp,cmu-fc

Description

NXP Clock Monitoring Unit - Frequency Check (CMU_FC).

Continuously compares the frequency of a monitored clock against
programmable high/low thresholds derived from the nominal expected
frequency and the user-supplied tolerance.

Properties

Properties not inherited from the base binding file.

Name

Type

Details

fault-reaction

string

HW output path the CMU_FC uses when SR[FHH] or SR[FLL] fires.

"interrupt" (default):
  Sets IER[FHHIE/FLLIE]. Event is routed synchronously through
  the NVIC line listed in "interrupts"; the driver ISR then
  dispatches to the user-installed clock_monitor callback.

"reset":
  Escalates to a destructive reset. The application observes
  the fault only as a reboot and must rely on reset-cause registers
  to identify the source after the system comes back up.

Default value: interrupt

Legal values: interrupt, reset