There is an software workaround for this issue (I successfully applied).
I use this board for a custom NAS, running on CentOS 8.
The wol option can be activated using the linux utility ethtool.
Unfortunately that activation is not permanent, it will reset after next reboot.
Here comes the trick: I have created a simple system service which calls ethtool at the boot time set the wol capabilities for the desired network adapter.
I hope that may help somebody