1# (c) Meta Platforms, Inc. and affiliates. 2# SPDX-License-Identifier: Apache-2.0 3 4description: NXP CTimer PWM 5 6compatible: "nxp,ctimer-pwm" 7 8include: [pwm-controller.yaml, pinctrl-device.yaml, base.yaml, "nxp,lpc-ctimer.yaml"] 9 10properties: 11 reg: 12 required: true 13 14 prescaler: 15 type: int 16 default: 1 17 description: prescaling value 18 19 clk-source: 20 type: int 21 required: true 22 description: clock to use 23 24 "#pwm-cells": 25 const: 3 26 27pwm-cells: 28 - channel 29 - period 30 - flags 31