nxp,sctimer-pwm

Description

NXP SCTimer PWM

Properties

Properties not inherited from the base binding file.

Name

Type

Details

prescaler

int

prescaling factor from the SCT clock. Default to 1 which is the reset value

Default value: 1

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

mux-states

phandle-array

INPUTMUX routing for the SCTimer capture inputs. 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 SCTimer input channel number (0-7 for most NXP SoCs)
  - connection is an inputmux_connection_t value from
    fsl_inputmux_connections.h. Take LPC55S36 as example:
    - 0: kINPUTMUX_SctGpioInAToSct0 (GPIO to SCT input A)
    - 1: kINPUTMUX_SctGpioInBToSct0 (GPIO to SCT input B)
Example (route SCT input channel 1 via INPUTMUX0):
  mux-states = <&inputmux0 1 0>;

out-init-state

int

Initial output state applied at init Bitmask, one bit per output.
8-bit value. Maps to the MCUX SCTimer outInitState field.
Default to 0 (all low)

Default value: 0

#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.

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