Lines Matching +full:x1e80100 +full:- +full:gcc
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/clock/qcom,x1e80100-camcc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm Camera Clock & Reset Controller on x1e80100
10 - Bryan O'Donoghue <[email protected]>
14 domains on x1e80100.
17 include/dt-bindings/clock/qcom,x1e80100-camcc.h
20 - $ref: qcom,gcc.yaml#
25 - qcom,x1e80100-camcc
32 - description: Camera AHB clock from GCC
33 - description: Board XO source
34 - description: Board active XO source
35 - description: Sleep clock source
37 power-domains:
39 - description: A phandle to the MXC power-domain
40 - description: A phandle to the MMCX power-domain
42 required-opps:
48 - compatible
49 - clocks
50 - power-domains
51 - required-opps
56 - |
57 #include <dt-bindings/clock/qcom,x1e80100-gcc.h>
58 #include <dt-bindings/clock/qcom,rpmh.h>
59 #include <dt-bindings/power/qcom,rpmhpd.h>
60 clock-controller@ade0000 {
61 compatible = "qcom,x1e80100-camcc";
63 clocks = <&gcc GCC_CAMERA_AHB_CLK>,
67 power-domains = <&rpmhpd RPMHPD_MXC>,
69 required-opps = <&rpmhpd_opp_low_svs>;
70 #clock-cells = <1>;
71 #reset-cells = <1>;
72 #power-domain-cells = <1>;