Lines Matching +full:sa8775p +full:- +full:gcc
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/clock/qcom,sa8775p-videocc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm Video Clock & Reset Controller on SA8775P
10 - Taniya Das <[email protected]>
14 domains on SA8775P.
16 See also: include/dt-bindings/clock/qcom,sa8775p-videocc.h
21 - qcom,qcs8300-videocc
22 - qcom,sa8775p-videocc
26 - description: Video AHB clock from GCC
27 - description: Board XO source
28 - description: Board active XO source
29 - description: Sleep Clock source
31 power-domains:
36 - compatible
37 - clocks
38 - power-domains
39 - '#power-domain-cells'
42 - $ref: qcom,gcc.yaml#
47 - |
48 #include <dt-bindings/clock/qcom,rpmh.h>
49 #include <dt-bindings/power/qcom-rpmpd.h>
50 #include <dt-bindings/clock/qcom,sa8775p-gcc.h>
51 videocc: clock-controller@abf0000 {
52 compatible = "qcom,sa8775p-videocc";
54 clocks = <&gcc GCC_VIDEO_AHB_CLK>,
58 power-domains = <&rpmhpd SA8775P_MMCX>;
59 #clock-cells = <1>;
60 #reset-cells = <1>;
61 #power-domain-cells = <1>;