zephyr/dts/bindings/pwm/nxp,kinetis-ftm.yaml
Henrik Brix Andersen 85e1117e94 dts: nxp: kinetis-ftm: add PWM flags cell
Add support for specifying PWM flags for the NXP Kinetis FlexTimer
(FTM) PWM driver through the device tree.

All in-tree clients of this PWM controller are active-low LEDs.

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
2020-01-07 18:13:18 +01:00

25 lines
357 B
YAML

# Copyright (c) 2017, NXP
# SPDX-License-Identifier: Apache-2.0
description: Kinetis FTM
compatible: "nxp,kinetis-ftm"
include: [pwm-controller.yaml, base.yaml]
properties:
reg:
required: true
interrupts:
required: true
"#pwm-cells":
const: 3
pwm-cells:
- channel
# period in terms of nanoseconds
- period
- flags