nxp,ctimer-pwm

Description

NXP CTimer PWM

Properties

Properties not inherited from the base binding file.

Name

Type

Details

prescaler

int

Specifies the prescale value. Valid range: 0x0 - 0xFFFFFFFF.
The clock is divided by (prescaler + 1).

Default value: 1

clk-source

int

clock to use

This property is required.

mux-states

phandle-array

PWM capture input routing. Optional; only needed when PWM capture is
used. Each entry is <&inputmuxN index connection>:
  - &inputmuxN is the INPUTMUX mux controller providing the route
  - index is the CAPTSEL destination index (0..3)
  - connection is an inputmux_connection_t value from
    fsl_inputmux_connections.h
Example (route CT_INP15 to CTIMER2 CAPTSEL[0] via INPUTMUX0):
  mux-states = <&inputmux0 0 0x06000010>;

#pwm-cells

int

Number of items to expect in a pwm specifier

This property is required.

Constant value: 3

channels

int

Number of PWM channels supported by the controller.

pinctrl-0

phandles

Pin configuration/s for the first state. Content is specific to the
selected pin controller driver implementation.

pinctrl-1

phandles

Pin configuration/s for the second state. See pinctrl-0.

pinctrl-2

phandles

Pin configuration/s for the third state. See pinctrl-0.

pinctrl-3

phandles

Pin configuration/s for the fourth state. See pinctrl-0.

pinctrl-4

phandles

Pin configuration/s for the fifth state. See pinctrl-0.

pinctrl-names

string-array

Names for the provided states. The number of names needs to match the
number of states.

mode

int

timer mode

This property is required.

input

int

input channel

This property is required.

prescale

int

prescale value

This property is required.

mux-controls

phandle-array

List of MUX controller specifiers. Each entry is a phandle to a MUX
controller followed by #mux-control-cells addressing cells.

mux-control-names

string-array

Optional names for the entries in "mux-controls"

mux-state-names

string-array

Optional names for the entries in "mux-states"

Specifier cell names

  • pwm cells: channel, period, flags

  • counter-capture cells: channel, flags