Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
0002 %YAML 1.2
0003 ---
0004 $id: http://devicetree.org/schemas/clock/samsung,s2mps11.yaml#
0005 $schema: http://devicetree.org/meta-schemas/core.yaml#
0006 
0007 title: Samsung S2M and S5M family clock generator block
0008 
0009 maintainers:
0010   - Krzysztof Kozlowski <krzk@kernel.org>
0011 
0012 description: |
0013   This is a part of device tree bindings for S2M and S5M family of Power
0014   Management IC (PMIC).
0015 
0016   The S2MPS11/13/15 and S5M8767 provide three(AP/CP/BT) buffered 32.768 kHz
0017   outputs. The S2MPS14 provides two (AP/BT) buffered 32.768 KHz outputs.
0018 
0019   All available clocks are defined as preprocessor macros in
0020   dt-bindings/clock/samsung,s2mps11.h header.
0021 
0022   See also Documentation/devicetree/bindings/mfd/samsung,s2mps11.yaml for
0023   additional information and example.
0024 
0025 properties:
0026   compatible:
0027     enum:
0028       - samsung,s2mps11-clk
0029       - samsung,s2mps13-clk # S2MPS13 and S2MPS15
0030       - samsung,s2mps14-clk
0031       - samsung,s5m8767-clk
0032 
0033   "#clock-cells":
0034     const: 1
0035 
0036   clock-output-names:
0037     minItems: 3
0038     maxItems: 3
0039     description: Names for AP, CP and BT clocks.
0040 
0041 required:
0042   - compatible
0043   - "#clock-cells"
0044 
0045 additionalProperties: false