Lines Matching full:nodes
39 Nodes section in Syntax and structure
42 Like any tree data structure, a devicetree has a hierarchy of *nodes*.
43 The above tree has three nodes:
51 Nodes can be assigned *node labels*, which are unique shorthands that refer to argument
56 Devicetree nodes have *paths* identifying their locations in the tree. Like
66 Devicetree nodes can also have *properties*. Properties are name/value pairs.
79 In practice, devicetree nodes usually correspond to some hardware, and the node
88 Nodes corresponding to the I2C bus controller and each I2C peripheral would be
90 I2C peripheral nodes would be children of the bus controller node.
242 ``devicetree.h`` to find nodes with relevant compatibles, in order to
284 not defined (i.e. does not exist in the devicetree source). Nodes with
287 this usage is deprecated.) Devicetree nodes which correspond to physical
292 disabled, i.e. child nodes should be disabled explicitly if desired.
401 - Property values refer to other nodes in the devicetree by their *phandles*.
438 Aliases and chosen nodes
467 The ``/aliases`` and ``/chosen`` nodes do not refer to an actual hardware
468 device. Their purpose is to specify other nodes in the devicetree.
480 subsystem-wide values. See :ref:`devicetree-chosen-nodes` for more information.