summaryrefslogtreecommitdiff
path: root/bindings/clock/qcom,tcsrcc.txt
blob: 72b63cd967c80fd15d8ca2598bc88edf6e74c123 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Qualcomm Technologies, Inc. Top-Level CSR Clock & Reset Controller Binding
-----------------------------------------------

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

			"qcom,tcsrcc-kalama"

- reg : shall contain base register location and length
- #clock-cells : from common clock binding, shall contain 1.
- #power-domain-cells : from generic power domain binding, shall contain 1.
- #reset-cells : from common reset binding, shall contain 1.

Example:
	tcsrcc: clock-controller@1fc0000 {
		compatible = "qcom,kalama-tcsrcc", "syscon";
		reg = <0x1fc0000 0x30000>;
		reg-name = "cc_base";
		#clock-cells = <1>;
		#reset-cells = <1>;
	};