Lines Matching +full:single +full:- +full:cpu
2 C-SKY CPU Bindings
6 the "cpus" node, which in turn contains a number of subnodes (ie "cpu")
7 defining properties for every cpu.
9 Only SMP system need to care about the cpus node and single processor
13 cpus and cpu node bindings definition
16 - cpus node
18 Description: Container of cpu nodes
24 - #address-cells
28 - #size-cells
33 - cpu node
39 - device_type
42 Definition: must be "cpu"
43 - reg
46 Definition: CPU index
47 - compatible:
57 --------
60 #address-cells = <1>;
61 #size-cells = <0>;
62 cpu@0 {
63 device_type = "cpu";
68 cpu@1 {
69 device_type = "cpu";