32 lines
459 B
YAML
32 lines
459 B
YAML
#
|
|
# Copyright (c) 2017, NXP
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
title: Kinetis FTM
|
|
|
|
description: >
|
|
This binding gives a base representation of the Kinetis FTM
|
|
|
|
inherits:
|
|
!include [pwm.yaml, base.yaml]
|
|
|
|
properties:
|
|
compatible:
|
|
constraint: "nxp,kinetis-ftm"
|
|
|
|
reg:
|
|
category: required
|
|
|
|
interrupts:
|
|
category: required
|
|
|
|
"#pwm-cells":
|
|
const: 2
|
|
|
|
"#cells":
|
|
- channel
|
|
# period in terms of nanoseconds
|
|
- period
|