Lines Matching full:overlays
220 .. _set-devicetree-overlays:
222 Set devicetree overlays
225 Devicetree overlays are explained in :ref:`devicetree-intro`. The CMake
239 use as devicetree overlays:
251 Extra devicetree overlays may be provided using ``EXTRA_DTC_OVERLAY_FILE`` which
252 will still allow the build system to automatically use devicetree overlays
255 The build system appends overlays specified in ``EXTRA_DTC_OVERLAY_FILE``
256 to the overlays in ``DTC_OVERLAY_FILE`` when processing devicetree overlays.
272 The :ref:`build system <build_overview>` prints all the devicetree overlays it
279 .. _use-dt-overlays: argument
281 Use devicetree overlays
284 See :ref:`set-devicetree-overlays` for how to add an overlay to the build.
286 Overlays can override node property values in multiple ways.
319 You can add aliases to your devicetree using overlays: an alias is just a
349 You can add subnodes using overlays. For example, to configure a SPI or I2C
429 using :ref:`devicetree overlays <use-dt-overlays>`.
638 overlays <use-dt-overlays>`.