Lines Matching full:devicetree
3 Devicetree versus Kconfig
6 Along with devicetree, Zephyr also uses the Kconfig language to configure the
7 source code. Whether to use devicetree or Kconfig for a particular purpose can
12 * Use devicetree to describe **hardware** and its **boot-time configuration**.
19 In other words, devicetree mainly deals with hardware, and Kconfig with
26 nodes in the devicetree. These provide the UART type (via the ``compatible``
30 devicetree. This could include configuration such as the RX IRQ line's
32 their boot-time configuration is described in devicetree.
36 board's devicetree still includes UART nodes.
41 * Devicetree should be used to describe the presence of the radio **hardware**,
44 also be specified using devicetree.
50 removed. The devices are selected individually using devicetree's
58 options may be defined in devicetree. However, to make clear that they are
61 e.g. ``zephyr,random-mac-address`` in the common Ethernet devicetree
63 * Devicetree's ``chosen`` keyword, which allows the user to select a specific