Merge tag 'block-6.13-20242901' of git://git.kernel.dk/linux
[drm/drm-misc.git] / Documentation / devicetree / bindings / pwm / airoha,en7581-pwm.yaml
blobf36387572a9781636aeacdbcc8947017c7ca75a0
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2 %YAML 1.2
3 ---
4 $id: http://devicetree.org/schemas/pwm/airoha,en7581-pwm.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Airoha EN7581 PWM Controller
9 maintainers:
10   - Lorenzo Bianconi <lorenzo@kernel.org>
12 allOf:
13   - $ref: pwm.yaml#
15 properties:
16   compatible:
17     const: airoha,en7581-pwm
19   "#pwm-cells":
20     const: 3
22 required:
23   - compatible
24   - "#pwm-cells"
26 additionalProperties: false
28 examples:
29   - |
30     pwm {
31       compatible = "airoha,en7581-pwm";
33       #pwm-cells = <3>;
34     };