Upstream DTBs don't provide IRQ lines for the RNG. Even if they did, harvesting bytes as often as the RNG interrupt is triggered seems overkill: it was acknowledged on #bsdmips with security and RNG experts that feeding 16 bytes of randomness every 4 seconds was enough.
For these reasons, get rid of the interrupt mode and make callout mode the default, with random bits harvested every 4 seconds.