36 lines
522 B
YAML
36 lines
522 B
YAML
#
|
|
# Copyright (c) 2019, Linaro Limited
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
title: MCUX PWM
|
|
|
|
description: >
|
|
This binding gives a base representation of the NXP MCUX PWM
|
|
|
|
inherits:
|
|
!include [pwm.yaml, base.yaml]
|
|
|
|
properties:
|
|
compatible:
|
|
constraint: "nxp,imx-pwm"
|
|
|
|
index:
|
|
type: int
|
|
description: flexpwm submodule index
|
|
category: required
|
|
|
|
interrupts:
|
|
category: required
|
|
|
|
label:
|
|
category: required
|
|
|
|
"#pwm-cells":
|
|
const: 1
|
|
|
|
"#cells":
|
|
- channel
|
|
...
|