Device tree

Posted by MAW on April 17, 2018

A device tree file is a file that contains information about hardware devices in a tree structure format. This file is saved in device tree script (.dts file) and then compiled into a device tree blob (.dtb). The dtb is used by the kernel during boot to load drivers for each device contained in it. The device tree has not always been part of the kernel. It has been added in order to provide flexibility to provide a mean to specify hardware components more easily. Most of the boards have different address spaces for each component.

Link.