dts/bindings: move template out of YAML dir

As we parse for valid yamls, the template shouldn't get parsed

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2019-08-15 11:59:40 -05:00 committed by Kumar Gala
commit c24a791d0c
2 changed files with 2 additions and 2 deletions

View file

@ -438,9 +438,9 @@ into account when mapping nodes to bindings. See the description of ``parent``
and ``child`` in the template below.
Below is a template that shows the format of binding files, stored in
:zephyr_file:`dts/bindings/binding-template.yaml`.
:zephyr_file:`dts/binding-template.yaml`.
.. literalinclude:: ../../../dts/bindings/binding-template.yaml
.. literalinclude:: ../../../dts/binding-template.yaml
:language: yaml