Open
Description
There are currently features to navigate devicetree files, but not much. Ideas to take this further:
- Have context-aware parsing of node aliases. Names such as
vsys_3v3
give too many results to be useful. It should start with results in parent (/children?) DTS/DTSI. - Make links from property names to their documentation. That requires knowing the compatible of current node, which can be hard when extending existing nodes.
- What else?
Activity