Hello,
I'm trying to enable the watchdog timer on 52840 using Zephyr.
I'm attempting to follow, as relevant, the example in the samples directory.
It appears that the driver doesn't get set up in Zephyr. (I get the dreaded "undefined reference to `__device_dts_ord_153'".)
Furthermore, it appears that CONFIG_WATCHDOG is not getting set, even though I'm setting it to y in my prj.conf file. (Parts of my code with #ifdef CONFIG_WATCHDOG don't get compiled.)
It also appears that CONFIG_NRFX_WDT is not getting set, even if I explicitly set it in my prj.conf. (My understanding is that it should be set implicitly.)
My board configuration file #include's nordic/nrf52840_qiaa.dtsi, which in turn #include's nordic/nrf52840.dtsi, which I see sets the watchdog status to "okay".