Lines Matching full:devicetree
6 Zephyr's use of devicetree has evolved significantly over time, and further
14 Zephyr shall obtain its hardware descriptions exclusively from devicetree.
19 - New device drivers shall use devicetree APIs to determine which :ref:`devices
27 - Boot-time pin muxing and pin control can be accomplished via devicetree.
34 devicetree instead.
37 particular compatible are enabled. This can and should be done with devicetree
42 board level devicetree instead.
45 information obtained from devicetree, e.g. for device power management.
50 Zephyr's devicetree tooling is based on a generic layer which is interoperable
51 with other devicetree users, such as the Linux kernel.
59 - Zephyr's devicetree source parser, :ref:`dtlib.py <dt-scripts>`, is
66 devicetree for common elements like interrupts and buses.
83 - Devicetree source sharing between Zephyr and Linux is not done.