summaryrefslogtreecommitdiff
path: root/bindings/clock/qcom,scc.txt
blob: 635acae9312cf35a57ec10c975da076ff488f082 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Qualcomm Technologies, Inc. Sensor Clock Controller Bindings

Required properties:
- compatible : shall contain only one of the following:
			"qcom,sm8150-scc"
			"qcom,sm8150-scc-v2"
			"qcom,sa8155-scc"
			"qcom,sa8155-scc-v2"
			"qcom,sc8180x-scc"

- reg: shall contain base register location and length.
- vdd_scc_cx-supply: the logic rail supply.
- #clock-cells: shall contain 1.

Optional properties :
- #power-domain-cells : from generic power domain binding, shall contain 1

Example:
	qcom,scc@2b10000 {
		compatible = "qcom,scc-sm8150";
		reg = <0x2b10000 0x30000>;
		vdd_scc_cx-supply = <&VDD_CX_LEVEL>;
		#clock-cells = <1>;
	};