1d8a3c488SJeff LaBundy# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
2d8a3c488SJeff LaBundy%YAML 1.2
3d8a3c488SJeff LaBundy---
4d8a3c488SJeff LaBundy$id: http://devicetree.org/schemas/pwm/iqs620a-pwm.yaml#
5d8a3c488SJeff LaBundy$schema: http://devicetree.org/meta-schemas/core.yaml#
6d8a3c488SJeff LaBundy
7d8a3c488SJeff LaBundytitle: Azoteq IQS620A PWM Generator
8d8a3c488SJeff LaBundy
9d8a3c488SJeff LaBundymaintainers:
10d8a3c488SJeff LaBundy  - Jeff LaBundy <jeff@labundy.com>
11d8a3c488SJeff LaBundy
12d8a3c488SJeff LaBundydescription: |
13d8a3c488SJeff LaBundy  The Azoteq IQS620A multi-function sensor generates a fixed-frequency PWM
14d8a3c488SJeff LaBundy  output represented by a "pwm" child node from the parent MFD driver. See
15d8a3c488SJeff LaBundy  Documentation/devicetree/bindings/mfd/iqs62x.yaml for further details as
16d8a3c488SJeff LaBundy  well as an example.
17d8a3c488SJeff LaBundy
18*0c11ff87SKrzysztof KozlowskiallOf:
19*0c11ff87SKrzysztof Kozlowski  - $ref: pwm.yaml#
20*0c11ff87SKrzysztof Kozlowski
21d8a3c488SJeff LaBundyproperties:
22d8a3c488SJeff LaBundy  compatible:
23d8a3c488SJeff LaBundy    enum:
24d8a3c488SJeff LaBundy      - azoteq,iqs620a-pwm
25d8a3c488SJeff LaBundy
26d8a3c488SJeff LaBundy  "#pwm-cells":
27d8a3c488SJeff LaBundy    const: 2
28d8a3c488SJeff LaBundy
29d8a3c488SJeff LaBundyrequired:
30d8a3c488SJeff LaBundy  - compatible
31d8a3c488SJeff LaBundy
32d8a3c488SJeff LaBundyadditionalProperties: false
33d8a3c488SJeff LaBundy
34d8a3c488SJeff LaBundy...
35