boards: ehl_crb: Add watchdog support

Add watchdog support to ELkhart Lake board basically copying
configuration from Raptor Lake.

Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
Andrei Emeltchenko 2023-07-28 17:39:56 +03:00 committed by Johan Hedberg
commit 1ca0fb49fd
3 changed files with 9 additions and 0 deletions

View file

@ -23,6 +23,7 @@
};
aliases {
watchdog0 = &tco_wdt;
rtc = &rtc;
};
};

View file

@ -10,6 +10,7 @@ supported:
- gpio
- smbus
- rtc
- watchdog
testing:
ignore_tags:
- net

View file

@ -689,6 +689,13 @@
status = "okay";
};
tco_wdt: tco_wdt@400 {
compatible = "intel,tco-wdt";
reg = <0x0400 0x20>;
status = "disabled";
};
rtc: counter: rtc@70 {
compatible = "motorola,mc146818";
reg = <0x70 0x0D 0x71 0x0D>;