Forums » Software Development »
How to generate the device tree files
Added by V J almost 7 years ago
Hi
In our design we have added a msgdma, some pios and irqs, and we need an updated dts file.
I am not able to find any board related xml files for the MitySOM 5CSX eval board, so using the sopc2dts tool to auto generate the dts file is probably not an option?
What is the recommended procedure to generate the dts file for the MitySOM 5CSX eval, are there any tools available?
Regards,
Vidar
Replies (1)
RE: How to generate the device tree files - Added by Daniel Vincelette almost 7 years ago
Hi Vidar,
The recommended procedure is to copy our development kit dts and alter it for your needs:https://support.criticallink.com/gitweb/?p=linux-socfpga.git;a=blob;f=arch/arm/boot/dts/socfpga_mitysom5csx_devkit.dts;h=6fa36cbad203e29738c4d96551b2ca4a6ae5cc82;hb=f01f76b62cf6c5ba9a3b711d8686d44ae590933f
At the current time we do not have an xml configuration file for the sopc2dts tool.
Dan