Lines Matching full:devicetree
6 Zephyr's use of devicetree has evolved significantly over time, and further
15 configurable hardware descriptions from devicetree.
20 - New device drivers shall use devicetree APIs to determine which :ref:`devices
29 devicetree-based pinctrl driver
36 devicetree instead.
39 particular compatible are enabled. This can and should be done with devicetree
44 board level devicetree instead.
47 information obtained from devicetree, e.g. for device power management.
54 Zephyr's devicetree tooling is based on a generic layer which is interoperable
55 with other devicetree users, such as the Linux kernel.
63 - Zephyr's devicetree source parser, :ref:`dtlib.py <dt-scripts>`, is
70 devicetree for common elements like interrupts and buses.
87 - Devicetree source sharing between Zephyr and Linux is not done.