aboutsummaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/clock/qcom,a53cc.txt
blob: a025f062f1777cafd4c9aaec95bdabfeefcd7748 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Qualcomm A53 CPU Clock Controller Binding
------------------------------------------------
The A53 CPU Clock Controller is hardware, which provides a combined
mux and divider functionality for the CPU clocks. It can choose between
a fixed rate clock and the dedicated A53 PLL.

Required properties :
- compatible : shall contain:

			"qcom,a53cc"

- reg : shall contain base register location and length
	of the APCS region
- #clock-cells : shall contain 1

Example:

	apcs: syscon@b011000 {
		compatible = "qcom,a53cc", "syscon";
		reg = <0x0b011000 0x1000>;
		#clock-cells = <1>;
	};