Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 %YAML 1.2
0003 ---
0004 $id: http://devicetree.org/schemas/clock/qcom,gcc.yaml#
0005 $schema: http://devicetree.org/meta-schemas/core.yaml#
0006 
0007 title: Qualcomm Global Clock & Reset Controller Binding Common Bindings
0008 
0009 maintainers:
0010   - Stephen Boyd <sboyd@kernel.org>
0011   - Taniya Das <tdas@codeaurora.org>
0012 
0013 description: |
0014   Common bindings for Qualcomm global clock control module which supports
0015   the clocks, resets and power domains.
0016 
0017 properties:
0018   '#clock-cells':
0019     const: 1
0020 
0021   '#reset-cells':
0022     const: 1
0023 
0024   '#power-domain-cells':
0025     const: 1
0026 
0027   reg:
0028     maxItems: 1
0029 
0030   protected-clocks:
0031     description:
0032       Protected clock specifier list as per common clock binding.
0033 
0034 required:
0035   - reg
0036   - '#clock-cells'
0037   - '#reset-cells'
0038   - '#power-domain-cells'
0039 
0040 additionalProperties: true
0041 
0042 ...