Lines Matching full:node
39 2 - cpu-map node
42 The ARM/RISC-V CPU topology is defined within the cpu-map node, which is a direct
43 child of the cpus node and provides a container where the actual topology
46 - cpu-map node
51 cpu-map node.
53 Description: The cpu-map node is just a container node where its
56 Node name must be "cpu-map".
58 The cpu-map node's parent node must be the cpus node.
60 The cpu-map node's child nodes can be:
67 The cpu-map node can only contain 4 types of child nodes:
69 - socket node
70 - cluster node
71 - core node
72 - thread node
77 only be defined within the cpu-map node and every core/thread in the
85 cpu-map child nodes must follow a naming convention where the node name
86 must be "socketN", "clusterN", "coreN", "threadN" depending on the node type
87 (ie socket/cluster/core/thread) (where N = {0, 1, ...} is the node number; nodes
88 which are siblings within a single common parent node must be given a unique and
90 cpu-map child nodes which do not share a common parent node can have the same
95 3 - socket/cluster/core/thread node bindings
100 - socket node
102 Description: must be declared within a cpu-map node, one node
109 This node is optional for a single socket system.
111 The socket node name must be "socketN" as described in 2.1 above.
112 A socket node can not be a leaf node.
114 A socket node's child nodes must be one or more cluster nodes.
118 - cluster node
120 Description: must be declared within a cpu-map node, one node
125 The cluster node name must be "clusterN" as described in 2.1 above.
126 A cluster node can not be a leaf node.
128 A cluster node's child nodes must be:
135 - core node
137 Description: must be declared in a cluster node, one node per core in
142 The core node name must be "coreN" as described in 2.1 above.
144 A core node must be a leaf node if SMT is not supported.
151 Definition: a phandle to the cpu node that corresponds to the
152 core node.
154 If a core node is not a leaf node (CPUs supporting SMT) a core node's
161 - thread node
163 Description: must be declared in a core node, one node per thread
167 The thread node name must be "threadN" as described in 2.1 above.
169 A thread node must be a leaf node.
171 A thread node must contain the following property:
176 Definition: a phandle to the cpu node that corresponds to
177 the thread node.