dts: esp32s3: Add wdt support
Add watchdog support for esp32s3 Signed-off-by: Lucas Tamborrino <lucas.tamborrino@espressif.com>
This commit is contained in:
parent
b23c330c63
commit
fd2191b2b1
4 changed files with 25 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
|
||||
aliases {
|
||||
i2c-0 = &i2c0;
|
||||
watchdog0 = &wdt0;
|
||||
};
|
||||
|
||||
chosen {
|
||||
|
@ -104,6 +105,10 @@
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
&wdt0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&flash0 {
|
||||
status = "okay";
|
||||
partitions {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue