dts: esp32s3: Add wdt support

Add watchdog support for esp32s3

Signed-off-by: Lucas Tamborrino <lucas.tamborrino@espressif.com>
This commit is contained in:
Lucas Tamborrino 2023-02-16 14:34:08 -03:00 committed by Carles Cufí
commit fd2191b2b1
4 changed files with 25 additions and 0 deletions

View file

@ -14,6 +14,7 @@
aliases {
i2c-0 = &i2c0;
watchdog0 = &wdt0;
};
chosen {
@ -104,6 +105,10 @@
status = "disabled";
};
&wdt0 {
status = "okay";
};
&flash0 {
status = "okay";
partitions {