19 lines
309 B
YAML
19 lines
309 B
YAML
# Copyright (c) 2017, NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: Kinetis FTM PWM
|
|
|
|
compatible: "nxp,kinetis-ftm-pwm"
|
|
|
|
include: [pwm-controller.yaml, "nxp,kinetis-ftm.yaml"]
|
|
|
|
properties:
|
|
"#pwm-cells":
|
|
const: 3
|
|
|
|
pwm-cells:
|
|
- channel
|
|
# period in terms of nanoseconds
|
|
- period
|
|
- flags
|