What is the device tree of the Verdin Development Board

Hi, Iโ€™m the Toradex AI Assistant. The Toradex Support team will follow up with you shortly!

Did you like my answer?

:+1: :-1:


The device tree for the Verdin Development Board V1.1F follows the hierarchical structure typical of Toradex modules, which includes three levels of inclusion: SoC level, module level, and carrier board level.

For the Verdin Development Board, the device tree files are structured as follows:

  1. SoC Level: This includes the device tree source files specific to the System on Chip (SoC) used in the Verdin module.
  2. Module Level: This includes the device tree source files specific to the Verdin module itself.
  3. Carrier Board Level: This includes the device tree source files specific to the Verdin Development Board.

The device tree file for the Verdin Development Board V1.1F would typically be named in the format ${soc}-${module}-${board}.dtb. For example, if you are using a Verdin iMX8M Mini module, the device tree file might be named something like imx8mm-verdin-dev.dtb.

To find the exact device tree file, you can look in the Linux kernel source code provided by Toradex, typically located in the arch/arm64/boot/dts directory for ARM64-based modules. The specific file for the Verdin Development Board V1.1F would be included in this directory structure.

If you need to customize the device tree, you can start with the base device tree file provided by Toradex and make the necessary modifications. You can also use Device Tree Overlays for runtime modifications without altering the base device tree source file.

For more detailed instructions on customizing and deploying the device tree, you can refer to the Toradex documentation on Device Trees and the TorizonCore Builder tool if you are using Torizon OS.

If you need further assistance, please contact Toradex technical support.

Please, also check if these links can help you solve your problem:

Enable UART instead of 'Verdin CAN_1' on Verdin AM62.