From: Li Hua Qian <huaqian.li@xxxxxxxxxxx> The watchdog hardware of TI AM65X platform does not support WDIOF_CARDRESET feature, add a reserved memory to save the watchdog reset cause, to know if the board reboot is due to a watchdog reset. Li Hua Qian (3): dt-bindings: watchdog: ti,rti-wdt: Add support for WDIOF_CARDRESET arm64: dts: ti: Add reserved memory for watchdog watchdog:rit_wdt: Add support for WDIOF_CARDRESET .../bindings/watchdog/ti,rti-wdt.yaml | 13 ++++- .../boot/dts/ti/k3-am65-iot2050-common.dtsi | 11 +++++ drivers/watchdog/rti_wdt.c | 48 +++++++++++++++++++ 3 files changed, 71 insertions(+), 1 deletion(-) -- 2.34.1