24 lines
391 B
YAML
24 lines
391 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 eFLEX PWM module which
|
|
is supposed to contain mcux-pwm submodules.
|
|
|
|
include: base.yaml
|
|
|
|
properties:
|
|
compatible:
|
|
constraint: "nxp,flexpwm"
|
|
|
|
reg:
|
|
required: true
|
|
|
|
interrupts:
|
|
required: true
|