Lorenzo Pieralisi | 594f88d | 2013-09-26 10:42:02 +0100 | [diff] [blame] | 1 | ================= |
| 2 | ARM CPUs bindings |
| 3 | ================= |
Lorenzo Pieralisi | a0ae0240 | 2011-11-17 17:31:51 +0000 | [diff] [blame] | 4 | |
| 5 | The device tree allows to describe the layout of CPUs in a system through |
| 6 | the "cpus" node, which in turn contains a number of subnodes (ie "cpu") |
| 7 | defining properties for every cpu. |
| 8 | |
Lorenzo Pieralisi | 594f88d | 2013-09-26 10:42:02 +0100 | [diff] [blame] | 9 | Bindings for CPU nodes follow the ePAPR v1.1 standard, available from: |
Lorenzo Pieralisi | a0ae0240 | 2011-11-17 17:31:51 +0000 | [diff] [blame] | 10 | |
Lorenzo Pieralisi | 594f88d | 2013-09-26 10:42:02 +0100 | [diff] [blame] | 11 | https://www.power.org/documentation/epapr-version-1-1/ |
Lorenzo Pieralisi | a0ae0240 | 2011-11-17 17:31:51 +0000 | [diff] [blame] | 12 | |
Lorenzo Pieralisi | 594f88d | 2013-09-26 10:42:02 +0100 | [diff] [blame] | 13 | with updates for 32-bit and 64-bit ARM systems provided in this document. |
Lorenzo Pieralisi | a0ae0240 | 2011-11-17 17:31:51 +0000 | [diff] [blame] | 14 | |
Lorenzo Pieralisi | 594f88d | 2013-09-26 10:42:02 +0100 | [diff] [blame] | 15 | ================================ |
| 16 | Convention used in this document |
| 17 | ================================ |
Lorenzo Pieralisi | a0ae0240 | 2011-11-17 17:31:51 +0000 | [diff] [blame] | 18 | |
Lorenzo Pieralisi | 594f88d | 2013-09-26 10:42:02 +0100 | [diff] [blame] | 19 | This document follows the conventions described in the ePAPR v1.1, with |
| 20 | the addition: |
| 21 | |
| 22 | - square brackets define bitfields, eg reg[7:0] value of the bitfield in |
| 23 | the reg property contained in bits 7 down to 0 |
| 24 | |
| 25 | ===================================== |
| 26 | cpus and cpu node bindings definition |
| 27 | ===================================== |
| 28 | |
| 29 | The ARM architecture, in accordance with the ePAPR, requires the cpus and cpu |
| 30 | nodes to be present and contain the properties described below. |
| 31 | |
| 32 | - cpus node |
| 33 | |
| 34 | Description: Container of cpu nodes |
| 35 | |
| 36 | The node name must be "cpus". |
| 37 | |
| 38 | A cpus node must define the following properties: |
| 39 | |
| 40 | - #address-cells |
| 41 | Usage: required |
| 42 | Value type: <u32> |
| 43 | |
| 44 | Definition depends on ARM architecture version and |
| 45 | configuration: |
| 46 | |
| 47 | # On uniprocessor ARM architectures previous to v7 |
| 48 | value must be 1, to enable a simple enumeration |
| 49 | scheme for processors that do not have a HW CPU |
| 50 | identification register. |
| 51 | # On 32-bit ARM 11 MPcore, ARM v7 or later systems |
| 52 | value must be 1, that corresponds to CPUID/MPIDR |
| 53 | registers sizes. |
| 54 | # On ARM v8 64-bit systems value should be set to 2, |
| 55 | that corresponds to the MPIDR_EL1 register size. |
| 56 | If MPIDR_EL1[63:32] value is equal to 0 on all CPUs |
| 57 | in the system, #address-cells can be set to 1, since |
| 58 | MPIDR_EL1[63:32] bits are not used for CPUs |
| 59 | identification. |
| 60 | - #size-cells |
| 61 | Usage: required |
| 62 | Value type: <u32> |
| 63 | Definition: must be set to 0 |
| 64 | |
| 65 | - cpu node |
| 66 | |
| 67 | Description: Describes a CPU in an ARM based system |
| 68 | |
| 69 | PROPERTIES |
| 70 | |
| 71 | - device_type |
| 72 | Usage: required |
| 73 | Value type: <string> |
| 74 | Definition: must be "cpu" |
| 75 | - reg |
| 76 | Usage and definition depend on ARM architecture version and |
| 77 | configuration: |
| 78 | |
| 79 | # On uniprocessor ARM architectures previous to v7 |
| 80 | this property is required and must be set to 0. |
| 81 | |
| 82 | # On ARM 11 MPcore based systems this property is |
| 83 | required and matches the CPUID[11:0] register bits. |
| 84 | |
| 85 | Bits [11:0] in the reg cell must be set to |
| 86 | bits [11:0] in CPU ID register. |
| 87 | |
| 88 | All other bits in the reg cell must be set to 0. |
| 89 | |
| 90 | # On 32-bit ARM v7 or later systems this property is |
| 91 | required and matches the CPU MPIDR[23:0] register |
| 92 | bits. |
| 93 | |
| 94 | Bits [23:0] in the reg cell must be set to |
| 95 | bits [23:0] in MPIDR. |
| 96 | |
| 97 | All other bits in the reg cell must be set to 0. |
| 98 | |
| 99 | # On ARM v8 64-bit systems this property is required |
| 100 | and matches the MPIDR_EL1 register affinity bits. |
| 101 | |
| 102 | * If cpus node's #address-cells property is set to 2 |
| 103 | |
| 104 | The first reg cell bits [7:0] must be set to |
| 105 | bits [39:32] of MPIDR_EL1. |
| 106 | |
| 107 | The second reg cell bits [23:0] must be set to |
| 108 | bits [23:0] of MPIDR_EL1. |
| 109 | |
| 110 | * If cpus node's #address-cells property is set to 1 |
| 111 | |
| 112 | The reg cell bits [23:0] must be set to bits [23:0] |
| 113 | of MPIDR_EL1. |
| 114 | |
| 115 | All other bits in the reg cells must be set to 0. |
| 116 | |
| 117 | - compatible: |
| 118 | Usage: required |
| 119 | Value type: <string> |
| 120 | Definition: should be one of: |
| 121 | "arm,arm710t" |
| 122 | "arm,arm720t" |
| 123 | "arm,arm740t" |
| 124 | "arm,arm7ej-s" |
| 125 | "arm,arm7tdmi" |
| 126 | "arm,arm7tdmi-s" |
| 127 | "arm,arm9es" |
| 128 | "arm,arm9ej-s" |
| 129 | "arm,arm920t" |
| 130 | "arm,arm922t" |
| 131 | "arm,arm925" |
| 132 | "arm,arm926e-s" |
| 133 | "arm,arm926ej-s" |
| 134 | "arm,arm940t" |
| 135 | "arm,arm946e-s" |
| 136 | "arm,arm966e-s" |
| 137 | "arm,arm968e-s" |
| 138 | "arm,arm9tdmi" |
| 139 | "arm,arm1020e" |
| 140 | "arm,arm1020t" |
| 141 | "arm,arm1022e" |
| 142 | "arm,arm1026ej-s" |
| 143 | "arm,arm1136j-s" |
| 144 | "arm,arm1136jf-s" |
| 145 | "arm,arm1156t2-s" |
| 146 | "arm,arm1156t2f-s" |
| 147 | "arm,arm1176jzf" |
| 148 | "arm,arm1176jz-s" |
| 149 | "arm,arm1176jzf-s" |
| 150 | "arm,arm11mpcore" |
| 151 | "arm,cortex-a5" |
| 152 | "arm,cortex-a7" |
| 153 | "arm,cortex-a8" |
| 154 | "arm,cortex-a9" |
Heiko Stuebner | 198946b | 2014-07-08 22:20:57 +0200 | [diff] [blame] | 155 | "arm,cortex-a12" |
Lorenzo Pieralisi | 594f88d | 2013-09-26 10:42:02 +0100 | [diff] [blame] | 156 | "arm,cortex-a15" |
Heiko Stuebner | 198946b | 2014-07-08 22:20:57 +0200 | [diff] [blame] | 157 | "arm,cortex-a17" |
Lorenzo Pieralisi | 594f88d | 2013-09-26 10:42:02 +0100 | [diff] [blame] | 158 | "arm,cortex-a53" |
| 159 | "arm,cortex-a57" |
Masahiro Yamada | 182f4f0 | 2015-11-24 20:31:51 +0900 | [diff] [blame] | 160 | "arm,cortex-a72" |
Lorenzo Pieralisi | 594f88d | 2013-09-26 10:42:02 +0100 | [diff] [blame] | 161 | "arm,cortex-m0" |
| 162 | "arm,cortex-m0+" |
| 163 | "arm,cortex-m1" |
| 164 | "arm,cortex-m3" |
| 165 | "arm,cortex-m4" |
| 166 | "arm,cortex-r4" |
| 167 | "arm,cortex-r5" |
| 168 | "arm,cortex-r7" |
Marc Carino | 0a540d4 | 2013-09-06 13:40:19 -0700 | [diff] [blame] | 169 | "brcm,brahma-b15" |
Jayachandran C | f008dec | 2016-02-20 19:49:21 +0530 | [diff] [blame] | 170 | "brcm,vulcan" |
Radha Mohan Chintakuntla | 4c30870 | 2014-04-08 18:53:14 +0530 | [diff] [blame] | 171 | "cavium,thunder" |
Lorenzo Pieralisi | 594f88d | 2013-09-26 10:42:02 +0100 | [diff] [blame] | 172 | "faraday,fa526" |
| 173 | "intel,sa110" |
| 174 | "intel,sa1100" |
| 175 | "marvell,feroceon" |
| 176 | "marvell,mohawk" |
| 177 | "marvell,pj4a" |
| 178 | "marvell,pj4b" |
| 179 | "marvell,sheeva-v5" |
Paul Walmsley | f634da3 | 2015-01-30 15:11:04 -0700 | [diff] [blame] | 180 | "nvidia,tegra132-denver" |
Lorenzo Pieralisi | 594f88d | 2013-09-26 10:42:02 +0100 | [diff] [blame] | 181 | "qcom,krait" |
Stephen Boyd | bd301ee | 2015-11-17 17:12:26 -0800 | [diff] [blame] | 182 | "qcom,kryo" |
Lorenzo Pieralisi | 594f88d | 2013-09-26 10:42:02 +0100 | [diff] [blame] | 183 | "qcom,scorpion" |
| 184 | - enable-method |
| 185 | Value type: <stringlist> |
| 186 | Usage and definition depend on ARM architecture version. |
| 187 | # On ARM v8 64-bit this property is required and must |
| 188 | be one of: |
Lorenzo Pieralisi | 594f88d | 2013-09-26 10:42:02 +0100 | [diff] [blame] | 189 | "psci" |
Olof Johansson | e1dc566 | 2014-05-26 11:14:36 -0700 | [diff] [blame] | 190 | "spin-table" |
Rohit Vaswani | b00c927 | 2013-10-31 17:26:33 -0700 | [diff] [blame] | 191 | # On ARM 32-bit systems this property is optional and |
| 192 | can be one of: |
Maxime Ripard | 913627b | 2014-04-18 21:01:51 +0200 | [diff] [blame] | 193 | "allwinner,sun6i-a31" |
Chen-Yu Tsai | 7917d1412 | 2015-03-18 11:24:01 +0800 | [diff] [blame] | 194 | "allwinner,sun8i-a23" |
Linus Walleij | 5420b4b | 2015-10-09 13:38:57 +0200 | [diff] [blame] | 195 | "arm,realview-smp" |
Chris Brand | 500d336 | 2016-04-28 10:59:57 -0700 | [diff] [blame] | 196 | "brcm,bcm11351-cpu-method" |
Chris Brand | 31bda09 | 2016-05-11 14:36:19 -0700 | [diff] [blame] | 197 | "brcm,bcm23550" |
Kapil Hali | 7418111 | 2015-12-05 06:53:40 -0500 | [diff] [blame] | 198 | "brcm,bcm-nsp-smp" |
Marc Carino | 0a540d4 | 2013-09-06 13:40:19 -0700 | [diff] [blame] | 199 | "brcm,brahma-b15" |
Gregory CLEMENT | 1ee89e2 | 2014-04-14 15:54:05 +0200 | [diff] [blame] | 200 | "marvell,armada-375-smp" |
| 201 | "marvell,armada-380-smp" |
Thomas Petazzoni | 007fa94 | 2015-03-03 15:41:07 +0100 | [diff] [blame] | 202 | "marvell,armada-390-smp" |
Thomas Petazzoni | 2c9b224 | 2014-04-14 15:53:59 +0200 | [diff] [blame] | 203 | "marvell,armada-xp-smp" |
Yingjoe Chen | 4562c91 | 2015-10-02 23:19:38 +0800 | [diff] [blame] | 204 | "mediatek,mt6589-smp" |
| 205 | "mediatek,mt81xx-tz-smp" |
Olof Johansson | e1dc566 | 2014-05-26 11:14:36 -0700 | [diff] [blame] | 206 | "qcom,gcc-msm8660" |
| 207 | "qcom,kpss-acc-v1" |
| 208 | "qcom,kpss-acc-v2" |
Magnus Damm | e454b35 | 2016-06-28 16:10:30 +0200 | [diff] [blame] | 209 | "renesas,apmu" |
Heiko Stuebner | 9def7cc | 2015-11-04 20:25:16 +0800 | [diff] [blame] | 210 | "rockchip,rk3036-smp" |
Heiko Stübner | 26ab69c | 2014-03-27 01:06:32 +0100 | [diff] [blame] | 211 | "rockchip,rk3066-smp" |
Linus Walleij | bf64dd2 | 2015-08-03 09:26:41 +0200 | [diff] [blame] | 212 | "ste,dbx500-smp" |
Lorenzo Pieralisi | 594f88d | 2013-09-26 10:42:02 +0100 | [diff] [blame] | 213 | |
| 214 | - cpu-release-addr |
| 215 | Usage: required for systems that have an "enable-method" |
| 216 | property value of "spin-table". |
| 217 | Value type: <prop-encoded-array> |
| 218 | Definition: |
| 219 | # On ARM v8 64-bit systems must be a two cell |
| 220 | property identifying a 64-bit zero-initialised |
| 221 | memory location. |
| 222 | |
Pavankumar Kondeti | 4be7e19 | 2015-05-07 17:14:48 +0530 | [diff] [blame] | 223 | - efficiency |
| 224 | Usage: optional. |
| 225 | Value type: <u32> |
| 226 | Definition: |
| 227 | # Specifies the CPU efficiency. The CPU efficiency is |
| 228 | a unit less number and it is intended to show relative |
| 229 | performance of CPUs when normalized for clock frequency |
| 230 | (instructions per cycle performance). |
| 231 | |
| 232 | The efficiency of a CPU can vary across SoCs depending |
| 233 | on the cache size, bus interconnect frequencies etc. |
| 234 | This value overrides the default efficiency value |
| 235 | defined for the corresponding CPU architecture. |
| 236 | |
Rohit Vaswani | b00c927 | 2013-10-31 17:26:33 -0700 | [diff] [blame] | 237 | - qcom,saw |
| 238 | Usage: required for systems that have an "enable-method" |
| 239 | property value of "qcom,kpss-acc-v1" or |
| 240 | "qcom,kpss-acc-v2" |
| 241 | Value type: <phandle> |
| 242 | Definition: Specifies the SAW[1] node associated with this CPU. |
| 243 | |
| 244 | - qcom,acc |
| 245 | Usage: required for systems that have an "enable-method" |
| 246 | property value of "qcom,kpss-acc-v1" or |
| 247 | "qcom,kpss-acc-v2" |
| 248 | Value type: <phandle> |
| 249 | Definition: Specifies the ACC[2] node associated with this CPU. |
| 250 | |
Lorenzo Pieralisi | 3f8161b | 2013-11-27 16:22:55 +0000 | [diff] [blame] | 251 | - cpu-idle-states |
| 252 | Usage: Optional |
| 253 | Value type: <prop-encoded-array> |
| 254 | Definition: |
| 255 | # List of phandles to idle state nodes supported |
| 256 | by this cpu [3]. |
Rohit Vaswani | b00c927 | 2013-10-31 17:26:33 -0700 | [diff] [blame] | 257 | |
Heiko Stuebner | 6de2d21 | 2014-10-15 10:23:01 -0700 | [diff] [blame] | 258 | - rockchip,pmu |
| 259 | Usage: optional for systems that have an "enable-method" |
| 260 | property value of "rockchip,rk3066-smp" |
| 261 | While optional, it is the preferred way to get access to |
| 262 | the cpu-core power-domains. |
| 263 | Value type: <phandle> |
| 264 | Definition: Specifies the syscon node controlling the cpu core |
| 265 | power domains. |
| 266 | |
Punit Agrawal | 3be3f8f | 2015-11-17 12:06:21 +0000 | [diff] [blame] | 267 | - dynamic-power-coefficient |
| 268 | Usage: optional |
| 269 | Value type: <prop-encoded-array> |
| 270 | Definition: A u32 value that represents the running time dynamic |
Geert Uytterhoeven | 46f1296 | 2016-02-15 13:44:42 +0100 | [diff] [blame] | 271 | power coefficient in units of mW/MHz/uV^2. The |
Punit Agrawal | 3be3f8f | 2015-11-17 12:06:21 +0000 | [diff] [blame] | 272 | coefficient can either be calculated from power |
| 273 | measurements or derived by analysis. |
| 274 | |
| 275 | The dynamic power consumption of the CPU is |
| 276 | proportional to the square of the Voltage (V) and |
| 277 | the clock frequency (f). The coefficient is used to |
| 278 | calculate the dynamic power as below - |
| 279 | |
| 280 | Pdyn = dynamic-power-coefficient * V^2 * f |
| 281 | |
| 282 | where voltage is in uV, frequency is in MHz. |
| 283 | |
Lorenzo Pieralisi | 594f88d | 2013-09-26 10:42:02 +0100 | [diff] [blame] | 284 | Example 1 (dual-cluster big.LITTLE system 32-bit): |
Lorenzo Pieralisi | a0ae0240 | 2011-11-17 17:31:51 +0000 | [diff] [blame] | 285 | |
| 286 | cpus { |
| 287 | #size-cells = <0>; |
| 288 | #address-cells = <1>; |
| 289 | |
Lorenzo Pieralisi | 594f88d | 2013-09-26 10:42:02 +0100 | [diff] [blame] | 290 | cpu@0 { |
Lorenzo Pieralisi | a0ae0240 | 2011-11-17 17:31:51 +0000 | [diff] [blame] | 291 | device_type = "cpu"; |
| 292 | compatible = "arm,cortex-a15"; |
| 293 | reg = <0x0>; |
| 294 | }; |
| 295 | |
Lorenzo Pieralisi | 594f88d | 2013-09-26 10:42:02 +0100 | [diff] [blame] | 296 | cpu@1 { |
Lorenzo Pieralisi | a0ae0240 | 2011-11-17 17:31:51 +0000 | [diff] [blame] | 297 | device_type = "cpu"; |
| 298 | compatible = "arm,cortex-a15"; |
| 299 | reg = <0x1>; |
| 300 | }; |
| 301 | |
Lorenzo Pieralisi | 594f88d | 2013-09-26 10:42:02 +0100 | [diff] [blame] | 302 | cpu@100 { |
Lorenzo Pieralisi | a0ae0240 | 2011-11-17 17:31:51 +0000 | [diff] [blame] | 303 | device_type = "cpu"; |
| 304 | compatible = "arm,cortex-a7"; |
| 305 | reg = <0x100>; |
| 306 | }; |
| 307 | |
Lorenzo Pieralisi | 594f88d | 2013-09-26 10:42:02 +0100 | [diff] [blame] | 308 | cpu@101 { |
Lorenzo Pieralisi | a0ae0240 | 2011-11-17 17:31:51 +0000 | [diff] [blame] | 309 | device_type = "cpu"; |
| 310 | compatible = "arm,cortex-a7"; |
| 311 | reg = <0x101>; |
| 312 | }; |
| 313 | }; |
Lorenzo Pieralisi | 594f88d | 2013-09-26 10:42:02 +0100 | [diff] [blame] | 314 | |
| 315 | Example 2 (Cortex-A8 uniprocessor 32-bit system): |
| 316 | |
| 317 | cpus { |
| 318 | #size-cells = <0>; |
| 319 | #address-cells = <1>; |
| 320 | |
| 321 | cpu@0 { |
| 322 | device_type = "cpu"; |
| 323 | compatible = "arm,cortex-a8"; |
| 324 | reg = <0x0>; |
| 325 | }; |
| 326 | }; |
| 327 | |
| 328 | Example 3 (ARM 926EJ-S uniprocessor 32-bit system): |
| 329 | |
| 330 | cpus { |
| 331 | #size-cells = <0>; |
| 332 | #address-cells = <1>; |
| 333 | |
| 334 | cpu@0 { |
| 335 | device_type = "cpu"; |
| 336 | compatible = "arm,arm926ej-s"; |
| 337 | reg = <0x0>; |
| 338 | }; |
| 339 | }; |
| 340 | |
| 341 | Example 4 (ARM Cortex-A57 64-bit system): |
| 342 | |
| 343 | cpus { |
| 344 | #size-cells = <0>; |
| 345 | #address-cells = <2>; |
| 346 | |
| 347 | cpu@0 { |
| 348 | device_type = "cpu"; |
| 349 | compatible = "arm,cortex-a57"; |
| 350 | reg = <0x0 0x0>; |
| 351 | enable-method = "spin-table"; |
| 352 | cpu-release-addr = <0 0x20000000>; |
| 353 | }; |
| 354 | |
| 355 | cpu@1 { |
| 356 | device_type = "cpu"; |
| 357 | compatible = "arm,cortex-a57"; |
| 358 | reg = <0x0 0x1>; |
| 359 | enable-method = "spin-table"; |
| 360 | cpu-release-addr = <0 0x20000000>; |
| 361 | }; |
| 362 | |
| 363 | cpu@100 { |
| 364 | device_type = "cpu"; |
| 365 | compatible = "arm,cortex-a57"; |
| 366 | reg = <0x0 0x100>; |
| 367 | enable-method = "spin-table"; |
| 368 | cpu-release-addr = <0 0x20000000>; |
| 369 | }; |
| 370 | |
| 371 | cpu@101 { |
| 372 | device_type = "cpu"; |
| 373 | compatible = "arm,cortex-a57"; |
| 374 | reg = <0x0 0x101>; |
| 375 | enable-method = "spin-table"; |
| 376 | cpu-release-addr = <0 0x20000000>; |
| 377 | }; |
| 378 | |
| 379 | cpu@10000 { |
| 380 | device_type = "cpu"; |
| 381 | compatible = "arm,cortex-a57"; |
| 382 | reg = <0x0 0x10000>; |
| 383 | enable-method = "spin-table"; |
| 384 | cpu-release-addr = <0 0x20000000>; |
| 385 | }; |
| 386 | |
| 387 | cpu@10001 { |
| 388 | device_type = "cpu"; |
| 389 | compatible = "arm,cortex-a57"; |
| 390 | reg = <0x0 0x10001>; |
| 391 | enable-method = "spin-table"; |
| 392 | cpu-release-addr = <0 0x20000000>; |
| 393 | }; |
| 394 | |
| 395 | cpu@10100 { |
| 396 | device_type = "cpu"; |
| 397 | compatible = "arm,cortex-a57"; |
| 398 | reg = <0x0 0x10100>; |
| 399 | enable-method = "spin-table"; |
| 400 | cpu-release-addr = <0 0x20000000>; |
| 401 | }; |
| 402 | |
| 403 | cpu@10101 { |
| 404 | device_type = "cpu"; |
| 405 | compatible = "arm,cortex-a57"; |
| 406 | reg = <0x0 0x10101>; |
| 407 | enable-method = "spin-table"; |
| 408 | cpu-release-addr = <0 0x20000000>; |
| 409 | }; |
| 410 | |
| 411 | cpu@100000000 { |
| 412 | device_type = "cpu"; |
| 413 | compatible = "arm,cortex-a57"; |
| 414 | reg = <0x1 0x0>; |
| 415 | enable-method = "spin-table"; |
| 416 | cpu-release-addr = <0 0x20000000>; |
| 417 | }; |
| 418 | |
| 419 | cpu@100000001 { |
| 420 | device_type = "cpu"; |
| 421 | compatible = "arm,cortex-a57"; |
| 422 | reg = <0x1 0x1>; |
| 423 | enable-method = "spin-table"; |
| 424 | cpu-release-addr = <0 0x20000000>; |
| 425 | }; |
| 426 | |
| 427 | cpu@100000100 { |
| 428 | device_type = "cpu"; |
| 429 | compatible = "arm,cortex-a57"; |
| 430 | reg = <0x1 0x100>; |
| 431 | enable-method = "spin-table"; |
| 432 | cpu-release-addr = <0 0x20000000>; |
| 433 | }; |
| 434 | |
| 435 | cpu@100000101 { |
| 436 | device_type = "cpu"; |
| 437 | compatible = "arm,cortex-a57"; |
| 438 | reg = <0x1 0x101>; |
| 439 | enable-method = "spin-table"; |
| 440 | cpu-release-addr = <0 0x20000000>; |
| 441 | }; |
| 442 | |
| 443 | cpu@100010000 { |
| 444 | device_type = "cpu"; |
| 445 | compatible = "arm,cortex-a57"; |
| 446 | reg = <0x1 0x10000>; |
| 447 | enable-method = "spin-table"; |
| 448 | cpu-release-addr = <0 0x20000000>; |
| 449 | }; |
| 450 | |
| 451 | cpu@100010001 { |
| 452 | device_type = "cpu"; |
| 453 | compatible = "arm,cortex-a57"; |
| 454 | reg = <0x1 0x10001>; |
| 455 | enable-method = "spin-table"; |
| 456 | cpu-release-addr = <0 0x20000000>; |
| 457 | }; |
| 458 | |
| 459 | cpu@100010100 { |
| 460 | device_type = "cpu"; |
| 461 | compatible = "arm,cortex-a57"; |
| 462 | reg = <0x1 0x10100>; |
| 463 | enable-method = "spin-table"; |
| 464 | cpu-release-addr = <0 0x20000000>; |
| 465 | }; |
| 466 | |
| 467 | cpu@100010101 { |
| 468 | device_type = "cpu"; |
| 469 | compatible = "arm,cortex-a57"; |
| 470 | reg = <0x1 0x10101>; |
| 471 | enable-method = "spin-table"; |
| 472 | cpu-release-addr = <0 0x20000000>; |
| 473 | }; |
| 474 | }; |
Rohit Vaswani | b00c927 | 2013-10-31 17:26:33 -0700 | [diff] [blame] | 475 | |
| 476 | -- |
| 477 | [1] arm/msm/qcom,saw2.txt |
| 478 | [2] arm/msm/qcom,kpss-acc.txt |
Lorenzo Pieralisi | 3f8161b | 2013-11-27 16:22:55 +0000 | [diff] [blame] | 479 | [3] ARM Linux kernel documentation - idle states bindings |
| 480 | Documentation/devicetree/bindings/arm/idle-states.txt |