2021-12-13 06:51:39 +08:00
|
|
|
# Copyright (c) 2021 Teslabs Engineering S.L.
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
description: GigaDevice GD32 PWM
|
|
|
|
|
|
|
|
compatible: "gd,gd32-pwm"
|
|
|
|
|
|
|
|
include: [base.yaml, pwm-controller.yaml, pinctrl-device.yaml]
|
|
|
|
|
|
|
|
properties:
|
|
|
|
pinctrl-0:
|
|
|
|
required: true
|
|
|
|
|
|
|
|
pinctrl-names:
|
|
|
|
required: true
|
|
|
|
|
|
|
|
"#pwm-cells":
|
2022-04-06 01:38:25 +08:00
|
|
|
const: 3
|
2021-12-13 06:51:39 +08:00
|
|
|
|
|
|
|
pwm-cells:
|
|
|
|
- channel
|
2022-04-06 01:38:25 +08:00
|
|
|
- period
|
2021-12-13 06:51:39 +08:00
|
|
|
- flags
|