I am looking for a tool which can graphically represent the hardware device tree used in linux kernel. I am trying to understand linux kernel for particular arm chipset. It woul
On linux we can directly open dtb file by using fdtdump
fdtdump dtb_file.dtb > /tmp/test.txt