Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
0002 %YAML 1.2
0003 ---
0004 $id: http://devicetree.org/schemas/pwm/iqs620a-pwm.yaml#
0005 $schema: http://devicetree.org/meta-schemas/core.yaml#
0006 
0007 title: Azoteq IQS620A PWM Generator
0008 
0009 maintainers:
0010   - Jeff LaBundy <jeff@labundy.com>
0011 
0012 description: |
0013   The Azoteq IQS620A multi-function sensor generates a fixed-frequency PWM
0014   output represented by a "pwm" child node from the parent MFD driver. See
0015   Documentation/devicetree/bindings/mfd/iqs62x.yaml for further details as
0016   well as an example.
0017 
0018 allOf:
0019   - $ref: pwm.yaml#
0020 
0021 properties:
0022   compatible:
0023     enum:
0024       - azoteq,iqs620a-pwm
0025 
0026   "#pwm-cells":
0027     const: 2
0028 
0029 required:
0030   - compatible
0031 
0032 additionalProperties: false
0033 
0034 ...