# (c) Meta Platforms, Inc. and affiliates. | |
# SPDX-License-Identifier: Apache-2.0 | |
description: NXP CTimer PWM | |
compatible: "nxp,ctimer-pwm" | |
include: [pwm-controller.yaml, pinctrl-device.yaml, base.yaml, "nxp,lpc-ctimer.yaml"] | |
properties: | |
reg: | |
required: true | |
prescaler: | |
type: int | |
default: 1 | |
description: prescaling value | |
clk-source: | |
type: int | |
required: true | |
description: clock to use | |
"#pwm-cells": | |
const: 3 | |
pwm-cells: | |
- channel | |
- period | |
- flags |