nxp,sysctr

Description

NXP System Counter (SYS_CTR)

Properties

Properties not inherited from the base binding file.

Name

Type

Details

clock-source

int

Active clock source selection. Maps directly to sysctr_clock_source_t:
  0 - kSYSCTR_BaseFrequency:      base clock (normal operation)
  1 - kSYSCTR_AlternateFrequency: slow clock divided by 64
                                   inside the hardware (low-power)
Defaults to 0 (base clock) if not specified.
NOTE: Alarm functionality is only supported with clock-source = 0.

Legal values: 0, 1