1# Copyright (c) 2019 Henrik Brix Andersen <henrik@brixandersen.dk> 2# SPDX-License-Identifier: Apache-2.0 3 4description: MCUX Timer/PWM Module (TPM) 5 6compatible: "nxp,kinetis-tpm" 7 8include: [pwm-controller.yaml, base.yaml, pinctrl-device.yaml] 9 10properties: 11 reg: 12 required: true 13 14 interrupts: 15 required: true 16 17 pinctrl-0: 18 required: true 19 20 "#pwm-cells": 21 const: 3 22 23pwm-cells: 24 - channel 25 # period in terms of nanoseconds 26 - period 27 - flags 28