2019-08-08 21:23:28 +08:00
|
|
|
# Copyright (c) 2019, Linaro Limited
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2019-03-05 02:19:25 +08:00
|
|
|
title: MCUX PWM
|
|
|
|
|
2019-10-29 00:34:12 +08:00
|
|
|
description: |
|
2019-03-05 02:19:25 +08:00
|
|
|
This binding gives a base representation of the NXP eFLEX PWM module which
|
|
|
|
is supposed to contain mcux-pwm submodules.
|
|
|
|
|
2019-08-20 02:32:25 +08:00
|
|
|
compatible: "nxp,flexpwm"
|
|
|
|
|
2019-08-22 07:10:12 +08:00
|
|
|
include: base.yaml
|
2019-03-05 02:19:25 +08:00
|
|
|
|
|
|
|
properties:
|
|
|
|
reg:
|
2019-08-28 06:22:01 +08:00
|
|
|
required: true
|
2019-03-05 02:19:25 +08:00
|
|
|
|
|
|
|
interrupts:
|
2019-08-28 06:22:01 +08:00
|
|
|
required: true
|