Searched refs:phandles (Results 1 – 15 of 15) sorted by relevance
/Zephyr-latest/doc/build/dts/ |
D | phandles.rst | 1 .. _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 …]
|
D | zephyr-user-node.rst | 54 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
|
D | index.rst | 30 phandles.rst
|
D | intro-syntax-structure.rst | 365 * - 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'
|
D | api-usage.rst | 300 See :ref:`dt-phandles` for a detailed guide to phandles. 304 contain phandles have type ``phandle``, ``phandles``, or ``phandle-array`` in
|
D | bindings-syntax.rst | 163 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/ |
D | test_edtlib.py | 724 phandles = zephyr_user.props['phandles'] 725 val = phandles.val
|
D | test.dts | 505 phandles = <&{/ctrl-1}>, <&{/ctrl-2}>;
|
/Zephyr-latest/drivers/i2c/ |
D | Kconfig | 45 "zephyr,i2c-dump-allowlist" and phandles to the devices that need to be traced.
|
/Zephyr-latest/doc/build/dts/api/ |
D | api.rst | 325 ``"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/ |
D | npcx.dtsi | 539 /* Soc specific peripheral interface phandles which don't contain
|
/Zephyr-latest/doc/develop/debug/ |
D | index.rst | 357 The devices are selected using the ``devices`` property with phandles to the devices on the I2C bus.
|
/Zephyr-latest/tests/lib/devicetree/api/ |
D | app.overlay | 64 * At least one of these phandles must refer to
|
/Zephyr-latest/boards/toradex/colibri_imx7d/doc/ |
D | index.rst | 358 memory-region = <0xcb 0xcc 0xcd 0xce 0xcf 0xd0>; #--> All the previously defined phandles
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.5.rst | 1657 * :github:`28709` - phandle-array doesn't allow array of just phandles
|