aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/qcom-apq8064-pm.dtsi
blob: 97c038715f5c91a53fdc73c811e4543a38f105c8 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
/* Copyright (c) 2013-2014, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
 * only version 2 as published by the Free Software Foundation.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 */

&soc {
	spm@f9089000 {
		compatible = "qcom,spm-v2.1";
		#address-cells = <1>;
		#size-cells = <1>;
		reg = <0x02089000 0x1000>;
		qcom,cpu = <&CPU0>;
		qcom,saw2-clk-div = <0x1f>;
		qcom,saw2-delays = <0x03020004>;
		qcom,saw2-enable = <0x01>;
		qcom,saw2-spm-cmd-wfi = [03 0f];
		qcom,saw2-spm-cmd-spc = [00 24 54 10 09 03 01 10 54 30 0C 24 30 0f];
	};

	spm@f9099000 {
		compatible = "qcom,spm-v2.1";
		#address-cells = <1>;
		#size-cells = <1>;
		reg = <0x02099000 0x1000>;
		qcom,cpu = <&CPU1>;
		qcom,saw2-clk-div = <0x1f>;
		qcom,saw2-delays = <0x02020204>;
		qcom,saw2-enable = <0x01>;
		qcom,saw2-spm-cmd-wfi = [03 0f];
		qcom,saw2-spm-cmd-spc = [00 24 54 10 09 03 01 10 54 30 0C 24 30 0f];
	};

	spm@f90a9000 {
		compatible = "qcom,spm-v2.1";
		#address-cells = <1>;
		#size-cells = <1>;
		reg = <0x020a9000 0x1000>;
		qcom,cpu = <&CPU2>;
		qcom,saw2-clk-div = <0x1f>;
		qcom,saw2-delays = <0x02020204>;
		qcom,saw2-enable = <0x01>;
		qcom,saw2-spm-cmd-wfi = [03 0f];
		qcom,saw2-spm-cmd-spc = [00 24 54 10 09 03 01 10 54 30 0C 24 30 0f];
	};

	spm@f90b9000 {
		compatible = "qcom,spm-v2.1";
		#address-cells = <1>;
		#size-cells = <1>;
		reg = <0x020b9000 0x1000>;
		qcom,cpu = <&CPU3>;
		qcom,saw2-clk-div = <0x1f>;
		qcom,saw2-delays = <0x02020204>;
		qcom,saw2-enable = <0x01>;
		qcom,saw2-spm-cmd-wfi = [03 0f];
		qcom,saw2-spm-cmd-spc = [00 24 54 10 09 03 01 10 54 30 0C 24 30 0f];
	};
};