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:
177 Value type: <stringlist>
178 Usage and definition depend on ARM architecture version.
179 # On ARM v8 64-bit this property is required and must
183 # On ARM 32-bit systems this property is optional.
186 Usage: required for systems that have an "enable-method"
187 property value of "spin-table".
188 Value type: <prop-encoded-array>
190 # On ARM v8 64-bit systems must be a two cell
191 property identifying a 64-bit zero-initialised
194 Example 1 (dual-cluster big.LITTLE system 32-bit):
198 #address-cells = <1>;
202 compatible = "arm,cortex-a15";
208 compatible = "arm,cortex-a15";
214 compatible = "arm,cortex-a7";
220 compatible = "arm,cortex-a7";
225 Example 2 (Cortex-A8 uniprocessor 32-bit system):
229 #address-cells = <1>;
233 compatible = "arm,cortex-a8";
238 Example 3 (ARM 926EJ-S uniprocessor 32-bit system):
242 #address-cells = <1>;
246 compatible = "arm,arm926ej-s";
251 Example 4 (ARM Cortex-A57 64-bit system):
255 #address-cells = <2>;
259 compatible = "arm,cortex-a57";
261 enable-method = "spin-table";
262 cpu-release-addr = <0 0x20000000>;
267 compatible = "arm,cortex-a57";
269 enable-method = "spin-table";
270 cpu-release-addr = <0 0x20000000>;
275 compatible = "arm,cortex-a57";
277 enable-method = "spin-table";
278 cpu-release-addr = <0 0x20000000>;
283 compatible = "arm,cortex-a57";
285 enable-method = "spin-table";
286 cpu-release-addr = <0 0x20000000>;
291 compatible = "arm,cortex-a57";
293 enable-method = "spin-table";
294 cpu-release-addr = <0 0x20000000>;
299 compatible = "arm,cortex-a57";
301 enable-method = "spin-table";
302 cpu-release-addr = <0 0x20000000>;
307 compatible = "arm,cortex-a57";
309 enable-method = "spin-table";
310 cpu-release-addr = <0 0x20000000>;
315 compatible = "arm,cortex-a57";
317 enable-method = "spin-table";
318 cpu-release-addr = <0 0x20000000>;
323 compatible = "arm,cortex-a57";
325 enable-method = "spin-table";
326 cpu-release-addr = <0 0x20000000>;
331 compatible = "arm,cortex-a57";
333 enable-method = "spin-table";
334 cpu-release-addr = <0 0x20000000>;
339 compatible = "arm,cortex-a57";
341 enable-method = "spin-table";
342 cpu-release-addr = <0 0x20000000>;
347 compatible = "arm,cortex-a57";
349 enable-method = "spin-table";
350 cpu-release-addr = <0 0x20000000>;
355 compatible = "arm,cortex-a57";
357 enable-method = "spin-table";
358 cpu-release-addr = <0 0x20000000>;
363 compatible = "arm,cortex-a57";
365 enable-method = "spin-table";
366 cpu-release-addr = <0 0x20000000>;
371 compatible = "arm,cortex-a57";
373 enable-method = "spin-table";
374 cpu-release-addr = <0 0x20000000>;
379 compatible = "arm,cortex-a57";
381 enable-method = "spin-table";
382 cpu-release-addr = <0 0x20000000>;