Lines Matching +full:gcc +full:- +full:sm8250
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/clock/qcom,camcc-sm8250.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm Camera Clock & Reset Controller on SM8250
10 - Jonathan Marek <jonathan@marek.ca>
14 power domains on SM8250.
16 See also:: include/dt-bindings/clock/qcom,camcc-sm8250.h
19 - $ref: qcom,gcc.yaml#
23 const: qcom,sm8250-camcc
27 - description: AHB
28 - description: Board XO source
29 - description: Board active XO source
30 - description: Sleep clock source
32 clock-names:
34 - const: iface
35 - const: bi_tcxo
36 - const: bi_tcxo_ao
37 - const: sleep_clk
39 power-domains:
41 - description: MMCX power domain
46 required-opps:
52 - compatible
53 - clocks
54 - clock-names
59 - |
60 #include <dt-bindings/clock/qcom,gcc-sm8250.h>
61 #include <dt-bindings/clock/qcom,rpmh.h>
62 clock-controller@ad00000 {
63 compatible = "qcom,sm8250-camcc";
65 clocks = <&gcc GCC_CAMERA_AHB_CLK>,
69 clock-names = "iface", "bi_tcxo", "bi_tcxo_ao", "sleep_clk";
70 #clock-cells = <1>;
71 #reset-cells = <1>;
72 #power-domain-cells = <1>;