1.. _devicetree-intro:
2
3Introduction to devicetree
4##########################
5
6.. tip::
7
8   This is a conceptual overview of devicetree and how Zephyr uses it. For
9   step-by-step guides and examples, see :ref:`dt-howtos`.
10
11The following pages introduce general devicetree concepts and how they apply to
12Zephyr.
13
14.. toctree::
15   :maxdepth: 2
16
17   intro-scope-purpose.rst
18   intro-syntax-structure.rst
19   intro-input-output.rst
20