Linux
sudo apt install device-tree-compiler
dts -> dtb
dtc -I dts -O dtb -o output.dtb input.dts
dtb -> dts
dtc -I dtb -O dts -o output.dts input.dtb