Hello, We created a vanilla Buildroot Image for Nano Pi R2S Plus. Then we tried to activate the watchdog by adding a linux config fragment: ``` CONFIG_WATCHDOG=y CONFIG_WATCHDOG_CORE=y CONFIG_DW_WATCHDOG=y ``` When then writing a byte to "/dev/watchdog0" the watchdog gets activated and 30 ...