pydevicetree
pydevicetree copied to clipboard
creating a devicetree dts programmaticaly
Hi, how can I create a devicetree file (dts) programmaticaly?
like
tree = Devicetree(())
tree.append(Node()
etc?? Thanks