Lines Matching full:dts
78 * DTS input file:
79 * <build>/zephyr/zephyr.dts.pre
82 * $ZEPHYR_BASE/dts/bindings
91 Now look for this node in :file:`<build>/zephyr/zephyr.dts`, which is the final
95 If the node has ``status = "disabled";`` in :file:`zephyr.dts`, then you need
97 :ref:`overlay <set-devicetree-overlays>`. For example, if :file:`zephyr.dts`
100 .. code-block:: DTS
109 .. code-block:: DTS
115 Make sure that you see ``status = "okay";`` in :file:`zephyr.dts` after you
164 .. code-block:: DTS
217 converted to underscores. Zephyr's generated devicetree header has DTS names
221 would appear in any DTS file. Zephyr overlays are just DTS fragments.
246 * foo.overlay: DTS names with special characters, etc.
254 /* Do this instead. Overlays are just DTS fragments. */
348 If the build fails to :ref:`dts-find-binding` for a node, then either the
354 If your binding file is not under :file:`zephyr/dts`, you may need to set