1# Copyright (c) 2021 Teslabs Engineering S.L. 2# SPDX-License-Identifier: Apache-2.0 3 4description: GigaDevice GD32 PWM 5 6compatible: "gd,gd32-pwm" 7 8include: [base.yaml, pwm-controller.yaml, pinctrl-device.yaml] 9 10properties: 11 pinctrl-0: 12 required: true 13 14 pinctrl-names: 15 required: true 16 17 "#pwm-cells": 18 const: 3 19 20pwm-cells: 21 - channel 22 - period 23 - flags 24