23 lines
390 B
YAML
23 lines
390 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", "pinctrl-device.yaml"]
|
|
|
|
properties:
|
|
"#pwm-cells":
|
|
const: 3
|
|
|
|
pinctrl-0:
|
|
type: phandles
|
|
required: true
|
|
|
|
pwm-cells:
|
|
- channel
|
|
# period in terms of nanoseconds
|
|
- period
|
|
- flags
|