nxp,ftm

Vendor: NXP Semiconductors

Note

An implementation of a driver matching this compatible is available in drivers/counter/counter_mcux_ftm.c.

Description

NXP FlexTimer Module (FTM)

Properties

Properties not inherited from the base binding file.

Name

Type

Details

prescaler

int

Input clock prescaler

This property is required.

Legal values: 1, 2, 4, 8, 16, 32, 64, 128

clock-source

string

Select one of three possible clock sources for the FTM counter:
  * system: it's the bus interface clock driving the FTM module. Usually
    provides higher timer resolution than the other two clock sources.
  * fixed: it's a fixed clock defined by chip integration.
  * external: it's a clock that can be accessed externally to the chip and
    passes through a sychronizer clocked by the FTM bus interface clock.

This clock source selection is independent of the bus interface clock
driving the FTM module. Refer to the chip specific documentation for
further information.

This property is required.

Legal values: 'system', 'fixed', 'external'