Tags: outpost-os/python-dts-utils
Tags
node: support for useful properties accessor (#27) Add support for parent (node) access from a given node. If node is root, returning oneself. Add support for node address or identifier (id field) when using such a definition: ```dts label: name@id { }; ``` id can be an address or an identifier.