Home
last modified time | relevance | path

Searched refs:phandles (Results 1 – 15 of 15) sorted by relevance

/Zephyr-latest/doc/build/dts/
Dphandles.rst1 .. _dt-phandles:
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:
[all …]
Dzephyr-user-node.rst54 You can store :ref:`phandles <dt-phandles>` in ``/zephyr,user`` if you want to
69 You can convert the phandles in the ``handle`` and ``handles`` properties to
Dindex.rst30 phandles.rst
Dintro-syntax-structure.rst365 * - phandles
367 - ``some-phandles = <&mynode0 &mynode1 &mynode2>;``
375 - The values in the ``phandle``, ``phandles``, and ``phandle-array`` types are
376 described further in :ref:`dt-phandles`
401 - Property values refer to other nodes in the devicetree by their *phandles*.
430 foo = <&label1 &label2>, <&label3 &label4>; // Okay for 'type: phandles'
Dapi-usage.rst300 See :ref:`dt-phandles` for a detailed guide to phandles.
304 contain phandles have type ``phandle``, ``phandles``, or ``phandle-array`` in
Dbindings-syntax.rst163 phandle | phandles | phandle-array | path | compound>
261 values of each type in a DTS file. See :ref:`dt-phandles` for more information
300 * - ``phandles``
301 - zero or more phandles
305 - a list of phandles and 32-bit cells (usually specifiers)
/Zephyr-latest/scripts/dts/python-devicetree/tests/
Dtest_edtlib.py724 phandles = zephyr_user.props['phandles']
725 val = phandles.val
Dtest.dts505 phandles = <&{/ctrl-1}>, <&{/ctrl-2}>;
/Zephyr-latest/drivers/i2c/
DKconfig45 "zephyr,i2c-dump-allowlist" and phandles to the devices that need to be traced.
/Zephyr-latest/doc/build/dts/api/
Dapi.rst325 ``"sleep"``. The ``pinctrl-<index>`` property values contain phandles. The
326 ``&foo``, ``&bar``, etc. phandles within the properties point to nodes whose
/Zephyr-latest/dts/arm/nuvoton/npcx/
Dnpcx.dtsi539 /* Soc specific peripheral interface phandles which don't contain
/Zephyr-latest/doc/develop/debug/
Dindex.rst357 The devices are selected using the ``devices`` property with phandles to the devices on the I2C bus.
/Zephyr-latest/tests/lib/devicetree/api/
Dapp.overlay64 * At least one of these phandles must refer to
/Zephyr-latest/boards/toradex/colibri_imx7d/doc/
Dindex.rst358 memory-region = <0xcb 0xcc 0xcd 0xce 0xcf 0xd0>; #--> All the previously defined phandles
/Zephyr-latest/doc/releases/
Drelease-notes-2.5.rst1657 * :github:`28709` - phandle-array doesn't allow array of just phandles