{% extends "base.html" %} {% from "macros.html" import copy_button %} {% block head %} {% endblock %} {% block content %}
The devicetree browser provides navigation of the DTS contents, with cross-referenced linking through phandles. Click on a row to view additional details from the associated binding file as well the location of the original definition. The original DTS source can also be viewed in the "Source" tab.
{{file_path}} {{ copy_button("filePath") }}
{{file_contents|safe}}
{% endblock %}