aboutsummaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/clock/qcom,kryocc.txt
blob: 8458783c5a1ab9c8d704d4e31885e0bb7c17057c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Qualcomm CPUSS clock controller for Kryo CPUs
----------------------------------------------------

Required properties :
- compatible : shall contain only one of the following:

			"qcom,msm8996-apcc"

- reg : shall contain base register location and length
- #clock-cells : shall contain 1

Example:
	kryocc: clock-controller@6400000 {
		compatible = "qcom,msm8996-apcc";
		reg = <0x6400000 0x90000>;
		#clock-cells = <1>;
	};