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

input-channels

array

Array of SCTimer input channel numbers that are configured for capture.
Each element represents an input channel (0-7 for most NXP SoCs).
Example: <0 1 2> configures IN0, IN1, and IN2.

inputmux-connections

array

Array of INPUTMUX connection types for each input channel.
Each element corresponds to the input channel at the same index in input-channels.
Values map to device-specific inputmux_connection_t enum values 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)

#pwm-cells

int

Number of items to expect in a pwm specifier

This property is required.

Constant value: 3

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.

Specifier cell names

  • pwm cells: channel, period, flags