if dtc is installed you can unpacked like
dtc -I fs -O dts /sys/firmware/devicetree/base
if no dtc , try to install it
opkg install dtc
or backup contents of /sys/firmware/devicetree/base, and transfer it to a linux machine and run dtc from a terminal there.