Lines Matching refs:array

73 You can use phandles to make an array of references to other nodes.
89 Zero or more nodes with metadata: phandle-array type
98 These properties have type ``phandle-array``.
102 phandle-array properties
111 Usually, properties with this type are written like ``phandle-array-prop`` in
117 phandle-array-prop = <&foo 1 2>, <&bar 3>, <&baz 4 5>;
135 document more rules about how to use phandle-array properties in practice.
140 Perhaps the most common use case for phandle-array properties is specifying one
143 cases** that are handled in devicetree with phandle-array properties.
158 Instead, you would use a phandle-array property, like this:
166 In this example, ``irq-gpios`` is a phandle-array property with just one
202 use them in phandle-array properties.
212 As described above, a phandle-array property is a sequence of "groups" of
218 phandle-array-prop = <&foo 1 2>, <&bar 3>;
227 Every phandle-array property has an associated *specifier space*. This sounds
235 ``phandle-array-prop``\ 's specifier space is named ``baz``. Then we would need
249 to validate the number of cells in each specifier in ``phandle-array-prop``.
251 This flexibility allows you to write down an array of hardware resources in a
266 With that, if ``phandle-array-prop-2`` has specifier space ``bob``, we could
272 phandle-array-prop = <&foo 1 2>, <&bar 3>;
273 phandle-array-prop-2 = <&foo 4>;
305 - each phandle-array property has an associated specifier space
310 In this section, we explain how phandle-array properties get their specifier
316 In general, a ``phandle-array`` property named ``foos`` implicitly has
323 type: phandle-array
325 type: phandle-array
339 You can manually specify the specifier space for any ``phandle-array``
370 phandle types (``phandle``, ``phandles``, ``phandle-array``)
372 - :ref:`dt-bindings-specifier-space`: how to manually specify a phandle-array