Skip to content

Integrate meta-seco-imx/linux-seco-imx/seco_lf-5.10.y_watchdog_a62

Commit: edgehog/layers/seco/meta-seco-imx@2fac1bdb

Integrate linux-seco-imx/seco_lf-5.10.y_watchdog_a62

--

Commit: edgehog/bsp/nxp/linux-seco-imx@7fbc1eca

[A62] add SECO GPIO watchdog support

With this commit we disable the integrated MX6 SoC WDT and enable the board external APX823 WDT. This WDT provides full reset to the board by driving the SoC POR_B signal.

--

Commit: edgehog/bsp/nxp/linux-seco-imx@c1a330c4

[i.MX6] add SECO GPIO watchdog driver config

--

Commit: edgehog/bsp/nxp/linux-seco-imx@3ab6e6e5

[DRIVER][WDT] add SECO GPIO watchdog driver

This is a generic driver for GPIO-based WDTs that use two GPIOs: enable and trigger. It is based on the linux GPIO-controlled watchdog driver.

There exists another SECO driver that can be used for similar hardware, having the compatible name "seco,apx-wdog": that one initializes the watchdog earlier in the boot process, and so is used if that more complex use case is necessary.

Merge request reports