blob: ca0e3c15977f13febd2ae550949ae704ecbf33cb [file] [log] [blame]
Tomasz Figa0f7238a2012-11-06 15:09:04 +09001/*
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
9 * bindings.
10 *
11 * Note: This file does not include device nodes for all the controllers in
12 * Exynos4412 SoC. As device tree coverage for Exynos4412 increases, additional
13 * nodes can be added to this file.
14 *
15 * This program is free software; you can redistribute it and/or modify
16 * it under the terms of the GNU General Public License version 2 as
17 * published by the Free Software Foundation.
18*/
19
Padmavathi Venna37992792013-06-18 00:02:08 +090020#include "exynos4x12.dtsi"
Tomasz Figa0f7238a2012-11-06 15:09:04 +090021
22/ {
Sachin Kamat8bdb31b2014-03-21 02:17:22 +090023 compatible = "samsung,exynos4412", "samsung,exynos4";
Tomasz Figa0f7238a2012-11-06 15:09:04 +090024
Bartlomiej Zolnierkiewicze5409202014-09-25 17:40:14 +090025 cpus {
26 #address-cells = <1>;
27 #size-cells = <0>;
28
Lukasz Majewskibf4a0be2015-01-30 08:26:02 +090029 cpu0: cpu@A00 {
Bartlomiej Zolnierkiewicze5409202014-09-25 17:40:14 +090030 device_type = "cpu";
31 compatible = "arm,cortex-a9";
32 reg = <0xA00>;
Bartlomiej Zolnierkiewiczf4499742015-08-12 07:38:45 +090033 clocks = <&clock CLK_ARM_CLK>;
34 clock-names = "cpu";
35 operating-points-v2 = <&cpu0_opp_table>;
Lukasz Majewskibf4a0be2015-01-30 08:26:02 +090036 cooling-min-level = <13>;
37 cooling-max-level = <7>;
38 #cooling-cells = <2>; /* min followed by max */
Bartlomiej Zolnierkiewicze5409202014-09-25 17:40:14 +090039 };
40
41 cpu@A01 {
42 device_type = "cpu";
43 compatible = "arm,cortex-a9";
44 reg = <0xA01>;
Bartlomiej Zolnierkiewiczf4499742015-08-12 07:38:45 +090045 operating-points-v2 = <&cpu0_opp_table>;
Bartlomiej Zolnierkiewicze5409202014-09-25 17:40:14 +090046 };
47
48 cpu@A02 {
49 device_type = "cpu";
50 compatible = "arm,cortex-a9";
51 reg = <0xA02>;
Bartlomiej Zolnierkiewiczf4499742015-08-12 07:38:45 +090052 operating-points-v2 = <&cpu0_opp_table>;
Bartlomiej Zolnierkiewicze5409202014-09-25 17:40:14 +090053 };
54
55 cpu@A03 {
56 device_type = "cpu";
57 compatible = "arm,cortex-a9";
58 reg = <0xA03>;
Bartlomiej Zolnierkiewiczf4499742015-08-12 07:38:45 +090059 operating-points-v2 = <&cpu0_opp_table>;
60 };
61 };
62
63 cpu0_opp_table: opp_table0 {
64 compatible = "operating-points-v2";
65 opp-shared;
66
67 opp00 {
68 opp-hz = /bits/ 64 <200000000>;
69 opp-microvolt = <900000>;
70 clock-latency-ns = <200000>;
71 };
72 opp01 {
73 opp-hz = /bits/ 64 <300000000>;
74 opp-microvolt = <900000>;
75 clock-latency-ns = <200000>;
76 };
77 opp02 {
78 opp-hz = /bits/ 64 <400000000>;
79 opp-microvolt = <925000>;
80 clock-latency-ns = <200000>;
81 };
82 opp03 {
83 opp-hz = /bits/ 64 <500000000>;
84 opp-microvolt = <950000>;
85 clock-latency-ns = <200000>;
86 };
87 opp04 {
88 opp-hz = /bits/ 64 <600000000>;
89 opp-microvolt = <975000>;
90 clock-latency-ns = <200000>;
91 };
92 opp05 {
93 opp-hz = /bits/ 64 <700000000>;
94 opp-microvolt = <987500>;
95 clock-latency-ns = <200000>;
96 };
97 opp06 {
98 opp-hz = /bits/ 64 <800000000>;
99 opp-microvolt = <1000000>;
100 clock-latency-ns = <200000>;
101 };
102 opp07 {
103 opp-hz = /bits/ 64 <900000000>;
104 opp-microvolt = <1037500>;
105 clock-latency-ns = <200000>;
106 };
107 opp08 {
108 opp-hz = /bits/ 64 <1000000000>;
109 opp-microvolt = <1087500>;
110 clock-latency-ns = <200000>;
111 };
112 opp09 {
113 opp-hz = /bits/ 64 <1100000000>;
114 opp-microvolt = <1137500>;
115 clock-latency-ns = <200000>;
116 };
117 opp10 {
118 opp-hz = /bits/ 64 <1200000000>;
119 opp-microvolt = <1187500>;
120 clock-latency-ns = <200000>;
121 };
122 opp11 {
123 opp-hz = /bits/ 64 <1300000000>;
124 opp-microvolt = <1250000>;
125 clock-latency-ns = <200000>;
126 };
127 opp12 {
128 opp-hz = /bits/ 64 <1400000000>;
129 opp-microvolt = <1287500>;
130 clock-latency-ns = <200000>;
131 };
132 opp13 {
133 opp-hz = /bits/ 64 <1500000000>;
134 opp-microvolt = <1350000>;
135 clock-latency-ns = <200000>;
136 turbo-mode;
Bartlomiej Zolnierkiewicze5409202014-09-25 17:40:14 +0900137 };
138 };
139
Chanho Park6f4b82a2014-07-19 03:11:48 +0900140 pmu {
141 interrupts = <2 2>, <3 2>, <18 2>, <19 2>;
142 };
Krzysztof Kozlowski08c4b442015-04-06 21:06:21 +0200143};
Chanho Park6f4b82a2014-07-19 03:11:48 +0900144
Krzysztof Kozlowski08c4b442015-04-06 21:06:21 +0200145&pmu_system_controller {
146 compatible = "samsung,exynos4412-pmu", "syscon";
147};
Chanho Park7b9613a2014-05-23 03:30:20 +0900148
Krzysztof Kozlowski08c4b442015-04-06 21:06:21 +0200149&combiner {
150 samsung,combiner-nr = <20>;
151};
152
153&gic {
154 cpu-offset = <0x4000>;
Tomasz Figa0f7238a2012-11-06 15:09:04 +0900155};