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.

inputmux-connections

phandle-array

INPUTMUX routing for PWM capture inputs. Each phandle-array entry
is <&inputmuxN channel connection> where:
  - &inputmuxN is the INPUTMUX node providing the route
  - channel 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):
  inputmux-connections = <&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.

Specifier cell names

  • pwm cells: channel, period, flags