1# Copyright (c) 2017, NXP 2# SPDX-License-Identifier: Apache-2.0 3 4description: Kinetis FTM PWM 5 6compatible: "nxp,kinetis-ftm-pwm" 7 8include: [pwm-controller.yaml, "nxp,kinetis-ftm.yaml", "pinctrl-device.yaml"] 9 10properties: 11 "#pwm-cells": 12 const: 3 13 14 pinctrl-0: 15 required: true 16 17pwm-cells: 18 - channel 19 # period in terms of nanoseconds 20 - period 21 - flags 22