1# Copyright (c) 2024, NXP
2# SPDX-License-Identifier: Apache-2.0
3
4description: NXP QTMR PWM
5
6compatible: "nxp,qtmr-pwm"
7
8include: [pwm-controller.yaml, pinctrl-device.yaml, base.yaml]
9
10properties:
11  prescaler:
12    type: int
13    required: true
14    description: prescale factor from the qtmr clock.
15    enum: [1, 2, 4, 8, 16, 32, 64, 128]
16
17  "#pwm-cells":
18    const: 3
19
20pwm-cells:
21  - channel
22  - period
23  - flags
24