Deleted Added
full compact
exynos4412.dtsi (279385) exynos4412.dtsi (295436)
1/*
2 * Samsung's Exynos4412 SoC device tree source
3 *
4 * Copyright (c) 2012 Samsung Electronics Co., Ltd.
5 * http://www.samsung.com
6 *
7 * Samsung's Exynos4412 SoC device nodes are listed in this file. Exynos4412
8 * based board files can include this file and provide values for board specfic

--- 12 unchanged lines hidden (view full) ---

21
22/ {
23 compatible = "samsung,exynos4412", "samsung,exynos4";
24
25 cpus {
26 #address-cells = <1>;
27 #size-cells = <0>;
28
1/*
2 * Samsung's Exynos4412 SoC device tree source
3 *
4 * Copyright (c) 2012 Samsung Electronics Co., Ltd.
5 * http://www.samsung.com
6 *
7 * Samsung's Exynos4412 SoC device nodes are listed in this file. Exynos4412
8 * based board files can include this file and provide values for board specfic

--- 12 unchanged lines hidden (view full) ---

21
22/ {
23 compatible = "samsung,exynos4412", "samsung,exynos4";
24
25 cpus {
26 #address-cells = <1>;
27 #size-cells = <0>;
28
29 cpu@A00 {
29 cpu0: cpu@A00 {
30 device_type = "cpu";
31 compatible = "arm,cortex-a9";
32 reg = <0xA00>;
30 device_type = "cpu";
31 compatible = "arm,cortex-a9";
32 reg = <0xA00>;
33 clocks = <&clock CLK_ARM_CLK>;
34 clock-names = "cpu";
35 operating-points-v2 = <&cpu0_opp_table>;
36 cooling-min-level = <13>;
37 cooling-max-level = <7>;
38 #cooling-cells = <2>; /* min followed by max */
33 };
34
35 cpu@A01 {
36 device_type = "cpu";
37 compatible = "arm,cortex-a9";
38 reg = <0xA01>;
39 };
40
41 cpu@A01 {
42 device_type = "cpu";
43 compatible = "arm,cortex-a9";
44 reg = <0xA01>;
45 operating-points-v2 = <&cpu0_opp_table>;
39 };
40
41 cpu@A02 {
42 device_type = "cpu";
43 compatible = "arm,cortex-a9";
44 reg = <0xA02>;
46 };
47
48 cpu@A02 {
49 device_type = "cpu";
50 compatible = "arm,cortex-a9";
51 reg = <0xA02>;
52 operating-points-v2 = <&cpu0_opp_table>;
45 };
46
47 cpu@A03 {
48 device_type = "cpu";
49 compatible = "arm,cortex-a9";
50 reg = <0xA03>;
53 };
54
55 cpu@A03 {
56 device_type = "cpu";
57 compatible = "arm,cortex-a9";
58 reg = <0xA03>;
59 operating-points-v2 = <&cpu0_opp_table>;
51 };
52 };
53
60 };
61 };
62
54 combiner: interrupt-controller@10440000 {
55 samsung,combiner-nr = <20>;
63 cpu0_opp_table: opp_table0 {
64 compatible = "operating-points-v2";
65 opp-shared;
66
67 opp@200000000 {
68 opp-hz = /bits/ 64 <200000000>;
69 opp-microvolt = <900000>;
70 clock-latency-ns = <200000>;
71 };
72 opp@300000000 {
73 opp-hz = /bits/ 64 <300000000>;
74 opp-microvolt = <900000>;
75 clock-latency-ns = <200000>;
76 };
77 opp@400000000 {
78 opp-hz = /bits/ 64 <400000000>;
79 opp-microvolt = <925000>;
80 clock-latency-ns = <200000>;
81 };
82 opp@500000000 {
83 opp-hz = /bits/ 64 <500000000>;
84 opp-microvolt = <950000>;
85 clock-latency-ns = <200000>;
86 };
87 opp@600000000 {
88 opp-hz = /bits/ 64 <600000000>;
89 opp-microvolt = <975000>;
90 clock-latency-ns = <200000>;
91 };
92 opp@700000000 {
93 opp-hz = /bits/ 64 <700000000>;
94 opp-microvolt = <987500>;
95 clock-latency-ns = <200000>;
96 };
97 opp@800000000 {
98 opp-hz = /bits/ 64 <800000000>;
99 opp-microvolt = <1000000>;
100 clock-latency-ns = <200000>;
101 opp-suspend;
102 };
103 opp@900000000 {
104 opp-hz = /bits/ 64 <900000000>;
105 opp-microvolt = <1037500>;
106 clock-latency-ns = <200000>;
107 };
108 opp@1000000000 {
109 opp-hz = /bits/ 64 <1000000000>;
110 opp-microvolt = <1087500>;
111 clock-latency-ns = <200000>;
112 };
113 opp@1100000000 {
114 opp-hz = /bits/ 64 <1100000000>;
115 opp-microvolt = <1137500>;
116 clock-latency-ns = <200000>;
117 };
118 opp@1200000000 {
119 opp-hz = /bits/ 64 <1200000000>;
120 opp-microvolt = <1187500>;
121 clock-latency-ns = <200000>;
122 };
123 opp@1300000000 {
124 opp-hz = /bits/ 64 <1300000000>;
125 opp-microvolt = <1250000>;
126 clock-latency-ns = <200000>;
127 };
128 opp@1400000000 {
129 opp-hz = /bits/ 64 <1400000000>;
130 opp-microvolt = <1287500>;
131 clock-latency-ns = <200000>;
132 };
133 opp@1500000000 {
134 opp-hz = /bits/ 64 <1500000000>;
135 opp-microvolt = <1350000>;
136 clock-latency-ns = <200000>;
137 turbo-mode;
138 };
56 };
57
58 pmu {
59 interrupts = <2 2>, <3 2>, <18 2>, <19 2>;
60 };
139 };
140
141 pmu {
142 interrupts = <2 2>, <3 2>, <18 2>, <19 2>;
143 };
144};
61
145
62 gic: interrupt-controller@10490000 {
63 cpu-offset = <0x4000>;
64 };
146&pmu_system_controller {
147 compatible = "samsung,exynos4412-pmu", "syscon";
148};
65
149
66 pmu_system_controller: system-controller@10020000 {
67 compatible = "samsung,exynos4412-pmu", "syscon";
68 };
150&combiner {
151 samsung,combiner-nr = <20>;
69};
152};
153
154&gic {
155 cpu-offset = <0x4000>;
156};