Hi @trongthinh,
I hope you are doing well.
"Are uboot device tree and linux kernel device tree independent or related?"
->Both U-boot and the Linux kernel device tree are related but independent. they both use the device tree to describe the hardware configuration of the system. However, they serve different purposes and are managed quite differently.
->U-boot device tree is used to configure and initialize the hardware components needed during the boot process, while the Linux kernel used the device tree to describe the hardware configuration once the kernel is booted.
Thanks & Regards,
Dhruvit Vasavada