Lines Matching +full:gcc +full:- +full:sc7280
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/clock/qcom,sc7280-lpasscc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm LPASS Core Clock Controller Binding for SC7280
10 - Taniya Das <tdas@codeaurora.org>
14 power domains on SC7280.
17 - dt-bindings/clock/qcom,lpass-sc7280.h
22 - qcom,sc7280-lpasscc
26 - description: gcc_cfg_noc_lpass_clk from GCC
28 clock-names:
30 - const: iface
32 '#clock-cells':
37 - description: LPASS qdsp6ss register
38 - description: LPASS top-cc register
40 reg-names:
42 - const: qdsp6ss
43 - const: top_cc
46 - compatible
47 - reg
48 - clocks
49 - clock-names
50 - '#clock-cells'
55 - |
56 #include <dt-bindings/clock/qcom,gcc-sc7280.h>
57 #include <dt-bindings/clock/qcom,lpass-sc7280.h>
58 clock-controller@3000000 {
59 compatible = "qcom,sc7280-lpasscc";
61 reg-names = "qdsp6ss", "top_cc";
62 clocks = <&gcc GCC_CFG_NOC_LPASS_CLK>;
63 clock-names = "iface";
64 #clock-cells = <1>;