Tool/software: Linux
Hi I'm using Linux SDK4.2 on Sitara IDK571
I would like to know if the U-Boot device trees found in u-boot-2017.01+gitAUTOINC+340fb36f04-g340fb36f04/arch/arm/dts are actually used in U-Boot? If yes how? Are drivers instantiated? Can U-Boot use the same drivers referenced in the device tree as Linux?
The device trees files seems to be similar but not identical to the ones found in the Kernel (Linux.../arch/arm/boot/dts)? Why is that?
I found that am57xx-evm-cmem.dtsi is included in the Linux device tree am571x-idk.dts but it's not present in u-boot-2017.01+gitAUTOINC+340fb36f04-g340fb36f04/arch/arm/dts. So does U-Boot build process include linux device trees? Why is there no strict separation?
Regards, Chris