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.
9 Bindings for CPU nodes follow the ePAPR v1.1 standard, available from:
11 https://www.power.org/documentation/epapr-version-1-1/
13 with updates for 32-bit and 64-bit ARM systems provided in this document.
15 ================================
16 Convention used in this document
17 ================================
19 This document follows the conventions described in the ePAPR v1.1, with
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
25 =====================================
26 cpus and cpu node bindings definition
27 =====================================
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.
34 Description: Container of cpu nodes
36 The node name must be "cpus".
38 A cpus node must define the following properties:
44 Definition depends on ARM architecture version and
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
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
63 Definition: must be set to 0
67 Description: Describes a CPU in an ARM based system
74 Definition: must be "cpu"
76 Usage and definition depend on ARM architecture version and
79 # On uniprocessor ARM architectures previous to v7
80 this property is required and must be set to 0.
82 # On ARM 11 MPcore based systems this property is
83 required and matches the CPUID[11:0] register bits.
85 Bits [11:0] in the reg cell must be set to
86 bits [11:0] in CPU ID register.
88 All other bits in the reg cell must be set to 0.
90 # On 32-bit ARM v7 or later systems this property is
91 required and matches the CPU MPIDR[23:0] register
94 Bits [23:0] in the reg cell must be set to
97 All other bits in the reg cell must be set to 0.
99 # On ARM v8 64-bit systems this property is required
100 and matches the MPIDR_EL1 register affinity bits.
102 * If cpus node's #address-cells property is set to 2
104 The first reg cell bits [7:0] must be set to
105 bits [39:32] of MPIDR_EL1.
107 The second reg cell bits [23:0] must be set to
108 bits [23:0] of MPIDR_EL1.
110 * If cpus node's #address-cells property is set to 1
112 The reg cell bits [23:0] must be set to bits [23:0]
115 All other bits in the reg cells must be set to 0.
120 Definition: should be one of:
180 "nvidia,tegra132-denver"
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
191 # On ARM 32-bit systems this property is optional and
193 "allwinner,sun6i-a31"
194 "allwinner,sun8i-a23"
199 "marvell,armada-375-smp"
200 "marvell,armada-380-smp"
201 "marvell,armada-390-smp"
202 "marvell,armada-xp-smp"
203 "mediatek,mt6589-smp"
204 "mediatek,mt81xx-tz-smp"
208 "rockchip,rk3036-smp"
209 "rockchip,rk3066-smp"
213 Usage: required for systems that have an "enable-method"
214 property value of "spin-table".
215 Value type: <prop-encoded-array>
217 # On ARM v8 64-bit systems must be a two cell
218 property identifying a 64-bit zero-initialised
222 Usage: required for systems that have an "enable-method"
223 property value of "qcom,kpss-acc-v1" or
225 Value type: <phandle>
226 Definition: Specifies the SAW[1] node associated with this CPU.
229 Usage: required for systems that have an "enable-method"
230 property value of "qcom,kpss-acc-v1" or
232 Value type: <phandle>
233 Definition: Specifies the ACC[2] node associated with this CPU.
237 Value type: <prop-encoded-array>
239 # List of phandles to idle state nodes supported
243 Usage: optional for systems that have an "enable-method"
244 property value of "rockchip,rk3066-smp"
245 While optional, it is the preferred way to get access to
246 the cpu-core power-domains.
247 Value type: <phandle>
248 Definition: Specifies the syscon node controlling the cpu core
251 - dynamic-power-coefficient
253 Value type: <prop-encoded-array>
254 Definition: A u32 value that represents the running time dynamic
255 power coefficient in units of mW/MHz/uV^2. The
256 coefficient can either be calculated from power
257 measurements or derived by analysis.
259 The dynamic power consumption of the CPU is
260 proportional to the square of the Voltage (V) and
261 the clock frequency (f). The coefficient is used to
262 calculate the dynamic power as below -
264 Pdyn = dynamic-power-coefficient * V^2 * f
266 where voltage is in uV, frequency is in MHz.
268 Example 1 (dual-cluster big.LITTLE system 32-bit):
272 #address-cells = <1>;
276 compatible = "arm,cortex-a15";
282 compatible = "arm,cortex-a15";
288 compatible = "arm,cortex-a7";
294 compatible = "arm,cortex-a7";
299 Example 2 (Cortex-A8 uniprocessor 32-bit system):
303 #address-cells = <1>;
307 compatible = "arm,cortex-a8";
312 Example 3 (ARM 926EJ-S uniprocessor 32-bit system):
316 #address-cells = <1>;
320 compatible = "arm,arm926ej-s";
325 Example 4 (ARM Cortex-A57 64-bit system):
329 #address-cells = <2>;
333 compatible = "arm,cortex-a57";
335 enable-method = "spin-table";
336 cpu-release-addr = <0 0x20000000>;
341 compatible = "arm,cortex-a57";
343 enable-method = "spin-table";
344 cpu-release-addr = <0 0x20000000>;
349 compatible = "arm,cortex-a57";
351 enable-method = "spin-table";
352 cpu-release-addr = <0 0x20000000>;
357 compatible = "arm,cortex-a57";
359 enable-method = "spin-table";
360 cpu-release-addr = <0 0x20000000>;
365 compatible = "arm,cortex-a57";
367 enable-method = "spin-table";
368 cpu-release-addr = <0 0x20000000>;
373 compatible = "arm,cortex-a57";
375 enable-method = "spin-table";
376 cpu-release-addr = <0 0x20000000>;
381 compatible = "arm,cortex-a57";
383 enable-method = "spin-table";
384 cpu-release-addr = <0 0x20000000>;
389 compatible = "arm,cortex-a57";
391 enable-method = "spin-table";
392 cpu-release-addr = <0 0x20000000>;
397 compatible = "arm,cortex-a57";
399 enable-method = "spin-table";
400 cpu-release-addr = <0 0x20000000>;
405 compatible = "arm,cortex-a57";
407 enable-method = "spin-table";
408 cpu-release-addr = <0 0x20000000>;
413 compatible = "arm,cortex-a57";
415 enable-method = "spin-table";
416 cpu-release-addr = <0 0x20000000>;
421 compatible = "arm,cortex-a57";
423 enable-method = "spin-table";
424 cpu-release-addr = <0 0x20000000>;
429 compatible = "arm,cortex-a57";
431 enable-method = "spin-table";
432 cpu-release-addr = <0 0x20000000>;
437 compatible = "arm,cortex-a57";
439 enable-method = "spin-table";
440 cpu-release-addr = <0 0x20000000>;
445 compatible = "arm,cortex-a57";
447 enable-method = "spin-table";
448 cpu-release-addr = <0 0x20000000>;
453 compatible = "arm,cortex-a57";
455 enable-method = "spin-table";
456 cpu-release-addr = <0 0x20000000>;
461 [1] arm/msm/qcom,saw2.txt
462 [2] arm/msm/qcom,kpss-acc.txt
463 [3] ARM Linux kernel documentation - idle states bindings
464 Documentation/devicetree/bindings/arm/idle-states.txt