1# Copyright (c) 2019, Intel Corporation 2# SPDX-License-Identifier: Apache-2.0 3 4description: Microchip XEC PWM 5 6include: [pwm-controller.yaml, base.yaml, pinctrl-device.yaml] 7 8compatible: "microchip,xec-pwm" 9 10properties: 11 reg: 12 required: true 13 14 pcrs: 15 type: array 16 required: true 17 description: PWM PCR register index and bit position 18 19 "#pwm-cells": 20 const: 3 21 22pwm-cells: 23 - channel 24 - period 25 - flags 26