dtc

The Device Tree Compiler, a tool for recompiling device trees between formats. More information: https://github.com/dgibson/dtc.

dtc -I dts -O dtb -o {{path/to/output_file.dtb}} {{path/to/input_file.dts}}

dtc -@ -I dts -O dtb -o {{path/to/output_file.dtbo}} {{path/to/input_file.dts}}

dtc -I dtb -O dts -o {{path/to/output_file.dts}} {{path/to/input_file.dtb}}

dtc -I fs -O dts /proc/device-tree