Tool/software:
Hello TI experts:
We have a need to enable a watchdog in U-Boot SPL, specifically on the R5. However, it seems that there is no support for that in the AM62P (and others AM62x derivatives). Such support becomes available in U-Boot proper on the A53 only. I have found this forum thread that seem to confirm that:
This thread says at the very end "I'm not aware of support on patting RTI_WDT @SPL/u-boot level." I've also tested it myself. Apparently, the device/driver class UCLASS_WDT becomes available in U-Boot proper running on the A53 only even though I’m not sure where or how watchdog support is stripped from the device tree and/or code when U-Boot SPL for either the R5 or the A53 is built.
Obvious questions:
- Why is there no watchdog support in U-Boot SPL?
- What do I need to do to enable such support?