1# Copyright (c) 2021, NXP
2# SPDX-License-Identifier: Apache-2.0
3
4description: NXP SCTimer PWM
5
6compatible: "nxp,sctimer-pwm"
7
8include: [pwm-controller.yaml, pinctrl-device.yaml, base.yaml]
9
10properties:
11  prescaler:
12    type: int
13    default: 1
14    description: prescaling factor from the SCT clock. Default to 1 which is the reset value
15    enum:
16      - 1
17      - 2
18      - 4
19      - 8
20      - 16
21      - 32
22      - 64
23      - 128
24
25  "#pwm-cells":
26    const: 3
27
28pwm-cells:
29  - channel
30  - period
31  - flags
32