Lines Matching +full:gcc +full:- +full:qcs404
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: "http://devicetree.org/schemas/mailbox/qcom,apcs-kpss-global.yaml#"
5 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
14 - Sivaprakash Murugesan <sivaprak@codeaurora.org>
19 - qcom,ipq6018-apcs-apps-global
20 - qcom,ipq8074-apcs-apps-global
21 - qcom,msm8916-apcs-kpss-global
22 - qcom,msm8994-apcs-kpss-global
23 - qcom,msm8996-apcs-hmss-global
24 - qcom,msm8998-apcs-hmss-global
25 - qcom,qcs404-apcs-apps-global
26 - qcom,sc7180-apss-shared
27 - qcom,sdm660-apcs-hmss-global
28 - qcom,sdm845-apss-shared
29 - qcom,sm8150-apss-shared
37 - description: primary pll parent of the clock driver
38 - description: auxiliary parent
40 '#mbox-cells':
43 '#clock-cells':
46 clock-names:
48 - const: pll
49 - const: aux
52 - compatible
53 - reg
54 - '#mbox-cells'
61 - |
62 #include <dt-bindings/interrupt-controller/arm-gic.h>
64 compatible = "qcom,msm8996-apcs-hmss-global";
67 #mbox-cells = <1>;
70 rpm-glink {
71 compatible = "qcom,glink-rpm";
73 qcom,rpm-msg-ram = <&rpm_msg_ram>;
75 mbox-names = "rpm_hlos";
78 # Example apcs with qcs404
79 - |
83 compatible = "qcom,qcs404-apcs-apps-global";
85 #mbox-cells = <1>;
86 clocks = <&apcs_hfpll>, <&gcc GCC_GPLL0_AO_OUT_MAIN>;
87 clock-names = "pll", "aux";
88 #clock-cells = <0>;