realtek,ameba-pwm

Description

AMEBA PWM

Properties

Properties not inherited from the base binding file.

Name

Type

Details

pinctrl-0

phandles

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

This property is required.

pinctrl-names

string-array

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

This property is required.

prescale

int

16 bit timer prescale for the global clock.

This property is required.

Minimum value: 1

clock-frequency

int

clock-frequency of PWM timer clk source

Default value: 40000000

index

int

pwm index

This property is required.

channel-count

int

pwm channel count

This property is required.

#pwm-cells

int

Number of items to expect in a PWM
- channel of the timer used for PWM
- period to set in ns
- flags : combination of standard flags like PWM_POLARITY_NORMAL
  or specific flags like AMEBA_PWM_COMPLEMENTARY. As an example,
  the following complementary PWMs(CH2&CH2N) are shown below.
    <&pwm1 2 100 (PWM_POLARITY_NORMAL)>;
    <&pwm1 2 100 (PWM_POLARITY_NORMAL | AMEBA_PWM_COMPLEMENTARY)>;

This property is required.

Constant value: 3

channels

int

Number of PWM channels supported by the controller.

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.

Specifier cell names

  • pwm cells: channel, period, flags