Tomasz Figa | 0f7238a | 2012-11-06 15:09:04 +0900 | [diff] [blame] | 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 |
| 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 Venna | 3799279 | 2013-06-18 00:02:08 +0900 | [diff] [blame] | 20 | #include "exynos4x12.dtsi" |
Tomasz Figa | 0f7238a | 2012-11-06 15:09:04 +0900 | [diff] [blame] | 21 | |
| 22 | / { |
Sachin Kamat | 8bdb31b | 2014-03-21 02:17:22 +0900 | [diff] [blame] | 23 | compatible = "samsung,exynos4412", "samsung,exynos4"; |
Tomasz Figa | 0f7238a | 2012-11-06 15:09:04 +0900 | [diff] [blame] | 24 | |
Bartlomiej Zolnierkiewicz | e540920 | 2014-09-25 17:40:14 +0900 | [diff] [blame] | 25 | cpus { |
| 26 | #address-cells = <1>; |
| 27 | #size-cells = <0>; |
| 28 | |
Lukasz Majewski | bf4a0be | 2015-01-30 08:26:02 +0900 | [diff] [blame] | 29 | cpu0: cpu@A00 { |
Bartlomiej Zolnierkiewicz | e540920 | 2014-09-25 17:40:14 +0900 | [diff] [blame] | 30 | device_type = "cpu"; |
| 31 | compatible = "arm,cortex-a9"; |
| 32 | reg = <0xA00>; |
Bartlomiej Zolnierkiewicz | f449974 | 2015-08-12 07:38:45 +0900 | [diff] [blame] | 33 | clocks = <&clock CLK_ARM_CLK>; |
| 34 | clock-names = "cpu"; |
| 35 | operating-points-v2 = <&cpu0_opp_table>; |
Lukasz Majewski | bf4a0be | 2015-01-30 08:26:02 +0900 | [diff] [blame] | 36 | cooling-min-level = <13>; |
| 37 | cooling-max-level = <7>; |
| 38 | #cooling-cells = <2>; /* min followed by max */ |
Bartlomiej Zolnierkiewicz | e540920 | 2014-09-25 17:40:14 +0900 | [diff] [blame] | 39 | }; |
| 40 | |
| 41 | cpu@A01 { |
| 42 | device_type = "cpu"; |
| 43 | compatible = "arm,cortex-a9"; |
| 44 | reg = <0xA01>; |
Bartlomiej Zolnierkiewicz | f449974 | 2015-08-12 07:38:45 +0900 | [diff] [blame] | 45 | operating-points-v2 = <&cpu0_opp_table>; |
Bartlomiej Zolnierkiewicz | e540920 | 2014-09-25 17:40:14 +0900 | [diff] [blame] | 46 | }; |
| 47 | |
| 48 | cpu@A02 { |
| 49 | device_type = "cpu"; |
| 50 | compatible = "arm,cortex-a9"; |
| 51 | reg = <0xA02>; |
Bartlomiej Zolnierkiewicz | f449974 | 2015-08-12 07:38:45 +0900 | [diff] [blame] | 52 | operating-points-v2 = <&cpu0_opp_table>; |
Bartlomiej Zolnierkiewicz | e540920 | 2014-09-25 17:40:14 +0900 | [diff] [blame] | 53 | }; |
| 54 | |
| 55 | cpu@A03 { |
| 56 | device_type = "cpu"; |
| 57 | compatible = "arm,cortex-a9"; |
| 58 | reg = <0xA03>; |
Bartlomiej Zolnierkiewicz | f449974 | 2015-08-12 07:38:45 +0900 | [diff] [blame] | 59 | operating-points-v2 = <&cpu0_opp_table>; |
| 60 | }; |
| 61 | }; |
| 62 | |
| 63 | cpu0_opp_table: opp_table0 { |
| 64 | compatible = "operating-points-v2"; |
| 65 | opp-shared; |
| 66 | |
Viresh Kumar | 2aae991 | 2015-11-11 08:10:58 +0530 | [diff] [blame] | 67 | opp@200000000 { |
Bartlomiej Zolnierkiewicz | f449974 | 2015-08-12 07:38:45 +0900 | [diff] [blame] | 68 | opp-hz = /bits/ 64 <200000000>; |
| 69 | opp-microvolt = <900000>; |
| 70 | clock-latency-ns = <200000>; |
| 71 | }; |
Viresh Kumar | 2aae991 | 2015-11-11 08:10:58 +0530 | [diff] [blame] | 72 | opp@300000000 { |
Bartlomiej Zolnierkiewicz | f449974 | 2015-08-12 07:38:45 +0900 | [diff] [blame] | 73 | opp-hz = /bits/ 64 <300000000>; |
| 74 | opp-microvolt = <900000>; |
| 75 | clock-latency-ns = <200000>; |
| 76 | }; |
Viresh Kumar | 2aae991 | 2015-11-11 08:10:58 +0530 | [diff] [blame] | 77 | opp@400000000 { |
Bartlomiej Zolnierkiewicz | f449974 | 2015-08-12 07:38:45 +0900 | [diff] [blame] | 78 | opp-hz = /bits/ 64 <400000000>; |
| 79 | opp-microvolt = <925000>; |
| 80 | clock-latency-ns = <200000>; |
| 81 | }; |
Viresh Kumar | 2aae991 | 2015-11-11 08:10:58 +0530 | [diff] [blame] | 82 | opp@500000000 { |
Bartlomiej Zolnierkiewicz | f449974 | 2015-08-12 07:38:45 +0900 | [diff] [blame] | 83 | opp-hz = /bits/ 64 <500000000>; |
| 84 | opp-microvolt = <950000>; |
| 85 | clock-latency-ns = <200000>; |
| 86 | }; |
Viresh Kumar | 2aae991 | 2015-11-11 08:10:58 +0530 | [diff] [blame] | 87 | opp@600000000 { |
Bartlomiej Zolnierkiewicz | f449974 | 2015-08-12 07:38:45 +0900 | [diff] [blame] | 88 | opp-hz = /bits/ 64 <600000000>; |
| 89 | opp-microvolt = <975000>; |
| 90 | clock-latency-ns = <200000>; |
| 91 | }; |
Viresh Kumar | 2aae991 | 2015-11-11 08:10:58 +0530 | [diff] [blame] | 92 | opp@700000000 { |
Bartlomiej Zolnierkiewicz | f449974 | 2015-08-12 07:38:45 +0900 | [diff] [blame] | 93 | opp-hz = /bits/ 64 <700000000>; |
| 94 | opp-microvolt = <987500>; |
| 95 | clock-latency-ns = <200000>; |
| 96 | }; |
Viresh Kumar | 2aae991 | 2015-11-11 08:10:58 +0530 | [diff] [blame] | 97 | opp@800000000 { |
Bartlomiej Zolnierkiewicz | f449974 | 2015-08-12 07:38:45 +0900 | [diff] [blame] | 98 | opp-hz = /bits/ 64 <800000000>; |
| 99 | opp-microvolt = <1000000>; |
| 100 | clock-latency-ns = <200000>; |
Bartlomiej Zolnierkiewicz | 1605b60 | 2015-09-17 07:46:28 +0900 | [diff] [blame] | 101 | opp-suspend; |
Bartlomiej Zolnierkiewicz | f449974 | 2015-08-12 07:38:45 +0900 | [diff] [blame] | 102 | }; |
Viresh Kumar | 2aae991 | 2015-11-11 08:10:58 +0530 | [diff] [blame] | 103 | opp@900000000 { |
Bartlomiej Zolnierkiewicz | f449974 | 2015-08-12 07:38:45 +0900 | [diff] [blame] | 104 | opp-hz = /bits/ 64 <900000000>; |
| 105 | opp-microvolt = <1037500>; |
| 106 | clock-latency-ns = <200000>; |
| 107 | }; |
Viresh Kumar | 2aae991 | 2015-11-11 08:10:58 +0530 | [diff] [blame] | 108 | opp@1000000000 { |
Bartlomiej Zolnierkiewicz | f449974 | 2015-08-12 07:38:45 +0900 | [diff] [blame] | 109 | opp-hz = /bits/ 64 <1000000000>; |
| 110 | opp-microvolt = <1087500>; |
| 111 | clock-latency-ns = <200000>; |
| 112 | }; |
Viresh Kumar | 2aae991 | 2015-11-11 08:10:58 +0530 | [diff] [blame] | 113 | opp@1100000000 { |
Bartlomiej Zolnierkiewicz | f449974 | 2015-08-12 07:38:45 +0900 | [diff] [blame] | 114 | opp-hz = /bits/ 64 <1100000000>; |
| 115 | opp-microvolt = <1137500>; |
| 116 | clock-latency-ns = <200000>; |
| 117 | }; |
Viresh Kumar | 2aae991 | 2015-11-11 08:10:58 +0530 | [diff] [blame] | 118 | opp@1200000000 { |
Bartlomiej Zolnierkiewicz | f449974 | 2015-08-12 07:38:45 +0900 | [diff] [blame] | 119 | opp-hz = /bits/ 64 <1200000000>; |
| 120 | opp-microvolt = <1187500>; |
| 121 | clock-latency-ns = <200000>; |
| 122 | }; |
Viresh Kumar | 2aae991 | 2015-11-11 08:10:58 +0530 | [diff] [blame] | 123 | opp@1300000000 { |
Bartlomiej Zolnierkiewicz | f449974 | 2015-08-12 07:38:45 +0900 | [diff] [blame] | 124 | opp-hz = /bits/ 64 <1300000000>; |
| 125 | opp-microvolt = <1250000>; |
| 126 | clock-latency-ns = <200000>; |
| 127 | }; |
Viresh Kumar | 2aae991 | 2015-11-11 08:10:58 +0530 | [diff] [blame] | 128 | opp@1400000000 { |
Bartlomiej Zolnierkiewicz | f449974 | 2015-08-12 07:38:45 +0900 | [diff] [blame] | 129 | opp-hz = /bits/ 64 <1400000000>; |
| 130 | opp-microvolt = <1287500>; |
| 131 | clock-latency-ns = <200000>; |
| 132 | }; |
Viresh Kumar | 2aae991 | 2015-11-11 08:10:58 +0530 | [diff] [blame] | 133 | opp@1500000000 { |
Bartlomiej Zolnierkiewicz | f449974 | 2015-08-12 07:38:45 +0900 | [diff] [blame] | 134 | opp-hz = /bits/ 64 <1500000000>; |
| 135 | opp-microvolt = <1350000>; |
| 136 | clock-latency-ns = <200000>; |
| 137 | turbo-mode; |
Bartlomiej Zolnierkiewicz | e540920 | 2014-09-25 17:40:14 +0900 | [diff] [blame] | 138 | }; |
| 139 | }; |
| 140 | |
Chanho Park | 6f4b82a | 2014-07-19 03:11:48 +0900 | [diff] [blame] | 141 | pmu { |
| 142 | interrupts = <2 2>, <3 2>, <18 2>, <19 2>; |
| 143 | }; |
Krzysztof Kozlowski | 08c4b44 | 2015-04-06 21:06:21 +0200 | [diff] [blame] | 144 | }; |
Chanho Park | 6f4b82a | 2014-07-19 03:11:48 +0900 | [diff] [blame] | 145 | |
Krzysztof Kozlowski | 08c4b44 | 2015-04-06 21:06:21 +0200 | [diff] [blame] | 146 | &pmu_system_controller { |
| 147 | compatible = "samsung,exynos4412-pmu", "syscon"; |
| 148 | }; |
Chanho Park | 7b9613a | 2014-05-23 03:30:20 +0900 | [diff] [blame] | 149 | |
Krzysztof Kozlowski | 08c4b44 | 2015-04-06 21:06:21 +0200 | [diff] [blame] | 150 | &combiner { |
| 151 | samsung,combiner-nr = <20>; |
| 152 | }; |
| 153 | |
| 154 | &gic { |
| 155 | cpu-offset = <0x4000>; |
Tomasz Figa | 0f7238a | 2012-11-06 15:09:04 +0900 | [diff] [blame] | 156 | }; |