Lines Matching full:phandles
1 .. _dt-phandles:
3 Phandles chapter
7 C. You can use phandles to refer to nodes in devicetree similarly to the way
13 Getting phandles
34 Using phandles
42 Here are the main ways you will use phandles.
47 You can use phandles to refer to ``node-b`` from ``node-a``, where ``node-b``
70 Zero or more nodes: phandles type argument
73 You can use phandles to make an array of references to other nodes.
77 phandles, each of which "points" to a node containing information related to
79 phandles in a single property:
87 These properties have type ``phandles``.
92 You can use phandles to refer to and configure one or more resources that are
213 phandles followed by some number of cells:
366 - :ref:`dt-writing-property-values`: how to write phandles in devicetree
370 phandle types (``phandle``, ``phandles``, ``phandle-array``)