Lines Matching +full:instance +full:- +full:specific
12 * Use devicetree to describe **hardware** and its **boot-time configuration**.
13 Examples include peripherals on a board, boot-time clock frequencies,
29 * Additionally, the UART **boot-time configuration** is also described with
32 their boot-time configuration is described in devicetree.
38 As another example, consider a device with a 2.4GHz, multi-protocol radio
43 * **Boot-time configuration** for the radio, such as TX power in dBm, should
49 instance of a driver (that is itself enabled by Kconfig) have been
51 :ref:`status <dt-important-props>` keyword on the corresponding hardware
52 instance.
56 * Because Kconfig is unable to flexibly control some instance-specific driver
59 specific to Zephyr drivers and not hardware description or configuration these
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
64 instance of a hardware device to be used for a particular purpose. An example