aboutsummaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/clock/qcom,a53cc
blob: 209cae8afc1faaa2da3ee7409e6ef5653873c2d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
A53 Clock Controller

Required properties :
- compatible : shall contain:
			"qcom,a53cc"
- reg : shall contain base register location and length
	of the A53 PLL
- #clock-cells : shall contain 1
- qcom,apcs : phandle of apcs syscon node

Example:
	apcs: syscon@b011000 {
		compatible = "syscon";
		reg = <0x0b011000 0x1000>;
	};

	a53cc: clock-controller@0b016000 {
		compatible = "qcom,clock-a53-msm8916";
		reg = <0x0b016000 0x40>;
		#clock-cells = <1>;
		qcom,apcs = <&apcs>;
	};