1 * ARM CPUs binding description
3 The device tree allows to describe the layout of CPUs in a system through
4 the "cpus" node, which in turn contains a number of subnodes (ie "cpu")
5 defining properties for every cpu.
7 Bindings for CPU nodes follow the ePAPR standard, available from:
11 For the ARM architecture every CPU node must contain the following properties:
13 - device_type: must be "cpu"
14 - reg: property matching the CPU MPIDR[23:0] register bits
15 reg[31:24] bits must be set to 0
16 - compatible: should be one of:
56 compatible = "arm,cortex-a15";
62 compatible = "arm,cortex-a15";
68 compatible = "arm,cortex-a7";
74 compatible = "arm,cortex-a7";