<somlo>
anyone here have any experience with `pydevicetree`? One of my bucket list items involves generating a proper, canonical litex .dts for rocket based SoCs, and that requires ingesting and adapting the rocket-generated sample .dts, and "merging" it with the information from a litex csr.json (as opposed to hard-coding rocket-specific assumptions in the litex_json2dts script itself)
<somlo>
so what I'm wondering is if studying pydevicetree for a bit is a worthwhile investment, or if anyone knows of a better python tool for parsing and modifying device tree data
matoro has quit [Server closed connection]
matoro has joined #litex
<somlo>
there's also `devicetree 0.0.2` on pypi.org, not sure which one (or either one) is "advanced" enough for what we'd need...