u-boot/board/cssi/mcr3000
Christophe Leroy 26e8ebcd7c watchdog: mpc8xxx: Make it generic
mpc8xx, mpc83xx and mpc86xx have similar watchdog with almost same
memory registers.

Refactor the driver to get the register addresses from the
device tree and use the compatible to know the prescale factor.

Calculate the watchdog setup value from the provided timeout.

Don't declare it anymore as an HW_WATCHDOG, u-boot will start
servicing the watchdog early enough.

On mpc8xx the watchdog configuration register is also used for
configuring the bus monitor. So add it as an option to the watchdog
when it is mpc8xx. When watchdog is not selected, leave the
configuration of the initial SYPCR from Kconfig.

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
2023-04-06 14:47:47 +02:00
..
Kconfig board: MCR3000: Use lowercase filenames 2023-02-10 19:33:25 +01:00
Makefile board: MCR3000: Use lowercase filenames 2023-02-10 19:33:25 +01:00
mcr3000.c watchdog: mpc8xxx: Make it generic 2023-04-06 14:47:47 +02:00
mcr3000.env board: MCR3000: Modernise the settings to properly work on lastest u-boot version 2023-02-11 08:47:58 +01:00
nand.c board: MCR3000: Use lowercase filenames 2023-02-10 19:33:25 +01:00
u-boot.lds board: MCR3000: Use lowercase filenames 2023-02-10 19:33:25 +01:00