Back to Zephyr

Dts

scripts/dashboard/templates/dts.html

4.4.0480 B
Original Source

{% extends "base.html" %} {% 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}}

Show all node and property details

{{file_contents|safe}}

{% endblock %}