zangman
Occasional Contributor
6 years agoWhy is the DE10-Nano device tree not present in kernel sources?
I am building a custom image for the DE10-Nano. I used the device tree binary (dtb) from the GHRD that ships with quartus 20.1 as explained on this page and it works fine.
But I would like to understand why the device tree source (dts) for de10-nano-soc is missing in the linux-socfpga and the official linux kernel sources. Please see the screenshot below.
When using the dtb compiled with the kernel, ethernet works if I use the de0 device tree (`socfpga_cyclone5_de0_nano_soc.dtb`) and not if I use the socdk device tree (`socfpga_cyclone5_socdk.dtb`).
Does this mean that the reason we don't have the de10 device tree is because it is identical to the de0?