1 # SPDX-License-Identifier: GPL-2.0-only
4 $id: http://devicetree.org/schemas/clock/qcom,sdm845-videocc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm Video Clock & Reset Controller Binding for SDM845
10 - Taniya Das <tdas@codeaurora.org>
13 Qualcomm video clock control module which supports the clocks, resets and
14 power domains on SDM845.
16 See also dt-bindings/clock/qcom,videocc-sdm845.h.
20 const: qcom,sdm845-videocc
24 - description: Board XO source
36 '#power-domain-cells':
49 - '#power-domain-cells'
51 additionalProperties: false
55 #include <dt-bindings/clock/qcom,rpmh.h>
56 clock-controller@ab00000 {
57 compatible = "qcom,sdm845-videocc";
58 reg = <0 0x0ab00000 0 0x10000>;
59 clocks = <&rpmhcc RPMH_CXO_CLK>;
60 clock-names = "bi_tcxo";
63 #power-domain-cells = <1>;