Forum Discussion
Shoval
New Contributor
2 years agoUART 16550 compatible Linux device
Hello all, In my Quartus project I connected a UART 16550 compatible soft IP, and it is visible in the .sopcinfo generated. Later I build a .dtsi and a .dtb files using yocto angsrom, in the .dtsi ...
aikeu
Regular Contributor
2 years agoHi Shoval,
You will required to manually add the device tree node in the device tree pointing the the address IP which you have created in your project.
Can use the reference on how the HPS UART0 is being included.
Thanks.
Regards,
Aik Eu
- Shoval2 years ago
New Contributor
Hello Aik.
Thank you for replying.
From my (humble) understanding, when generating the .dtsi file from the .sopcinfo file, the node is added automatically.
I can also see it in the device tree in the .dtsi and in the geneated Linux /proc/device-tree.
So to me it seems like it was added to the device tree in the right address.
Do I need to overwrite it somehow?
I'm adding here the files, I would really appreciate if you could take a look and tell me what have I missed here.