| # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause |
| $id: http://devicetree.org/schemas/clock/qcom,kpss-gcc.yaml# |
| $schema: http://devicetree.org/meta-schemas/core.yaml# |
| title: Krait Processor Sub-system (KPSS) Global Clock Controller (GCC) |
| - Christian Marangi <ansuelsmth@gmail.com> |
| Krait Processor Sub-system (KPSS) Global Clock Controller (GCC). Used |
| to control L2 mux (in the current implementation) and provide access |
| to the kpss-gcc registers. |
| additionalProperties: false |
| #include <dt-bindings/clock/qcom,gcc-ipq806x.h> |
| clock-controller@2011000 { |
| compatible = "qcom,kpss-gcc-ipq8064", "qcom,kpss-gcc", "syscon"; |
| reg = <0x2011000 0x1000>; |
| clocks = <&gcc PLL8_VOTE>, <&pxo_board>; |
| clock-names = "pll8_vote", "pxo"; |
| clock-controller@2011000 { |
| compatible = "qcom,kpss-gcc-mdm9615", "qcom,kpss-gcc", "syscon"; |
| reg = <0x02011000 0x1000>; |