1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/pwm/pwm-gpio.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Generic software PWM for modulating GPIOs
10 - Stefan Wahren <wahrenst@gmx.net>
22 See pwm.yaml in this directory for a description of the cells format.
23 The first cell which represents the PWM instance number must always
36 additionalProperties: false
40 #include <dt-bindings/gpio/gpio.h>
44 compatible = "pwm-gpio";
45 gpios = <&gpio 1 GPIO_ACTIVE_HIGH>;