| # SPDX-License-Identifier: GPL-2.0 |
| $id: http://devicetree.org/schemas/pwm/pwm.yaml# |
| $schema: http://devicetree.org/meta-schemas/core.yaml# |
| title: PWM controllers (providers) |
| - Thierry Reding <thierry.reding@gmail.com> |
| pattern: "^pwm(@.*|-([0-9]|[1-9][0-9]+))?$" |
| Number of cells in a PWM specifier. Typically the cells represent, in |
| order: the chip-relative PWM number, the PWM period in nanoseconds and |
| optionally a number of flags (defined in <dt-bindings/pwm/pwm.h>). |
| additionalProperties: true |
| compatible = "allwinner,sun7i-a20-pwm"; |