Hello,
we are using flexbuild_lsdk2004_update_290520 to build images for LX210ARDB
I could not find PHY or ethernet node in u-boot LX2160ARDB DTS file instead found PHY addresses in board specific file (include/configs/lx2160ardb.h) but nothing about IRQ pins.
Can anyone please help me on where can i change IRQ pin numbers for LX210ARDB PHY modules.
Thanks,
Bhavani.
u-Boot does not use interrupts. There are no interrupt-related definitions in
any u-Boot code. Study the documentation and Device Tree files I mentioned in
this post to understand how PHYs, MACs and related interrupts are declared in
Linux Device Tree.
Best Regards,
Platon